Changeset 2145


Ignore:
Timestamp:
Mar 2, 2012, 12:50:20 AM (12 years ago)
Author:
andersk
Message:
Kill signup-scripts-frontend

We don’t need this setuid binary because we’re already running as the
right user, and also WTF was it doing with snprintf.

Location:
trunk/server
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/accountadm/Makefile.in

    r2105 r2145  
    88sysconfdir = @sysconfdir@
    99
    10 all-local: admof signup-scripts-frontend
     10all-local: admof
    1111
    1212admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread
     
    1818        install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
    1919        install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof
    20         install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
    2120        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
    2221        install -p -m755 -D cronload $(DESTDIR)$(bindir)/cronload
     
    2625
    2726clean:
    28         rm -f admof admof.o signup-scripts-frontend
     27        rm -f admof admof.o
    2928
    3029distclean: clean
  • trunk/server/common/oursrc/accountadm/configure.in

    r731 r2145  
    1 AC_INIT(signup-scripts-frontend.c)
     1AC_INIT(signup-scripts-backend.in)
    22
    33AC_PROG_CC
  • trunk/server/common/oursrc/accountadm/mrproper

    r544 r2145  
    11#!/bin/sh
    22
    3 rm -f signup-scripts-frontend admof signup-scripts-backend mbash
     3rm -f admof signup-scripts-backend mbash
    44rm -f configure config.* Makefile
    55rm -rf auto*.cache
  • trunk/server/fedora/config/etc/scripts/allowed-setugid.list

    r2066 r2145  
    1212/usr/libexec/utempter/utempter
    1313/usr/local/bin/logview
    14 /usr/local/sbin/signup-scripts-frontend
    1514/usr/sbin/fping
    1615/usr/sbin/fping6
  • trunk/server/fedora/specs/accountadm.spec

    r2105 r2145  
    2525Contains:
    2626 - Perl script for checking whether a user is a locker admin <admof>
    27  - setuid C program used to start a signup request <signup-scripts-frontend>
    2827 - Perl script that handles signup requests <signup-scripts-backend>
    2928 - vhostadd,vhostedit: admin tools for adding and editing virtualhosts
     
    5756/usr/local/sbin/vhostedit
    5857/usr/local/sbin/ldap-backup
    59 %defattr(4755, signup, signup)
    60 /usr/local/sbin/signup-scripts-frontend
    6158
    6259%pre
Note: See TracChangeset for help on using the changeset viewer.