Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get the pid right if a stale lock file exists. | 1999-03-16 | 1 | -4/+4 | ||
| | | | | Submitted by: Lawrence D. Lopez <lopez@cisco.com> | |||||
* | fix comma splices involving 'however' | 1999-03-10 | 1 | -2/+2 | ||
| | ||||||
* | make function names the correct case | 1999-02-27 | 2 | -4/+4 | ||
| | ||||||
* | preserve errno; christos | 1998-11-16 | 1 | -3/+6 | ||
| | ||||||
* | Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace() since it trims from both ends, not just the rear. | 1998-08-03 | 1 | -16/+18 | ||
| | ||||||
* | ftpd: sleep for an indeterminate amount for non-existant logins | 1998-07-13 | 2 | -7/+7 | ||
| | | | | | to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||||
* | Prevent luser from zero'ing out ut_host. If the new ut_line is | 1998-07-10 | 1 | -7/+20 | ||
| | | | | | empty but the old one is not and ut_line and ut_name match, preserve the old ut_line. Fixes PR #516 | |||||
* | add missing endusershell() | 1998-06-22 | 1 | -3/+5 | ||
| | ||||||
* | Cast pid_t to int for sprintf. | 1998-06-10 | 1 | -2/+2 | ||
| | | | | Pointed out by: Charlie Sorsby <crs@hgo.net> | |||||
* | Add uu_lock_txfr() for donating locks to another process. | 1998-06-08 | 5 | -6/+55 | ||
| | | | | Reviewed by: Theo | |||||
* | Use _PATH_DEV, not "/dev/" | 1998-04-13 | 1 | -2/+3 | ||
| | | | | Make init(8) call login_fbtab() correctly. | |||||
* | do not wait if vfork() fails | 1998-03-23 | 1 | -2/+4 | ||
| | ||||||
* | use .Ox | 1998-03-10 | 2 | -4/+6 | ||
| | ||||||
* | -Wall | 1997-11-18 | 3 | -9/+16 | ||
| | ||||||
* | Go back to old file locking method, O_EXLOCK method has too many problems | 1997-11-17 | 1 | -9/+6 | ||
| | ||||||
* | pw_mkdb() now returns -1 if ptmp is size 0. | 1997-11-17 | 1 | -2/+11 | ||
| | ||||||
* | Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK. | 1997-11-17 | 1 | -4/+7 | ||
| | ||||||
* | Correct the ftruncate() call. | 1997-11-09 | 1 | -2/+8 | ||
| | ||||||
* | Introduce uu_lock(), uu_unlock() and uu_lockerr() | 1997-11-09 | 5 | -5/+392 | ||
| | | | | | | into libutil. Obtained from: FreeBSD Reviewed by: Theo | |||||
* | fix yes/no prompt code for EOF case; wosch@freebsd | 1997-09-29 | 1 | -7/+7 | ||
| | ||||||
* | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | 1997-06-22 | 2 | -7/+10 | ||
| | | | | | lock. This fixes a DOS bug where a user could run passwd(1) and send it a SIGKILL, thus leaving /etc/ptmp in place. | |||||
* | Add support to handle password files in directories other than /etc | 1997-06-17 | 4 | -29/+117 | ||
| | ||||||
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1997-04-27 | 1 | -2/+2 | ||
| | | | | | | | This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||||
* | give only default values when asked for. | 1997-04-10 | 2 | -41/+42 | ||
| | ||||||
* | some cleanup | 1997-02-17 | 1 | -3/+4 | ||
| | ||||||
* | added password configuration access function, used to determine | 1997-02-16 | 4 | -4/+205 | ||
| | | | | password cipher type at the moment | |||||
* | when using strsep you should be aware that the delimiter will be replaced | 1997-02-15 | 1 | -3/+3 | ||
| | | | | | by a nifty '0', so you cant check for a colon instead and dump some I am sorry, Dave. I can't do that. | |||||
* | permit 32-bit uid/gid, help from millert | 1997-02-13 | 1 | -11/+21 | ||
| | ||||||
* | add readlabelfs.3 | 1996-12-23 | 2 | -2/+61 | ||
| | ||||||
* | readlabelfs() takes two arguments now, update prototype, inc major number. | 1996-12-23 | 3 | -12/+19 | ||
| | ||||||
* | install -> ${INSTALL}, -c -> ${COPY} | 1996-12-08 | 1 | -2/+2 | ||
| | ||||||
* | vfork w/ exit botch | 1996-12-06 | 1 | -2/+2 | ||
| | ||||||
* | sanitize return value. NULL on failure, always. | 1996-12-04 | 1 | -3/+4 | ||
| | ||||||
* | inc | 1996-12-03 | 1 | -1/+1 | ||
| | ||||||
* | Add readlabelfs(). | 1996-12-03 | 3 | -8/+124 | ||
| | ||||||
* | Update from NetBSD. | 1996-11-24 | 1 | -5/+14 | ||
| | | | | | | - correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2) | |||||
* | Attempt at cleanup. | 1996-10-08 | 2 | -2/+4 | ||
| | ||||||
* | Bring prototypes into scope | 1996-09-16 | 2 | -1/+3 | ||
| | ||||||
* | openpty() returns int. | 1996-09-07 | 1 | -1/+2 | ||
| | ||||||
* | pty from p to z, P to T. includes v | 1996-08-09 | 1 | -7/+2 | ||
| | ||||||
* | duh, theo | 1996-07-31 | 1 | -1/+1 | ||
| | ||||||
* | someone want to write login_fbtab.3? | 1996-07-31 | 1 | -1/+2 | ||
| | ||||||
* | login_fbtab() in libutil | 1996-07-31 | 3 | -3/+158 | ||
| | ||||||
* | Make typesafe and remove non-portable va_list tricks. | 1996-07-31 | 1 | -8/+8 | ||
| | | | | This is to get it to compile on OpenBSD/alpha. | |||||
* | Use getrawpartition(). | 1996-07-02 | 1 | -3/+3 | ||
| | ||||||
* | fix multiple invocations; from tlb@viaweb.com | 1996-06-29 | 1 | -3/+3 | ||
| | ||||||
* | only write to realpath if non-NULL | 1996-06-20 | 2 | -7/+11 | ||
| | ||||||
* | do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly | 1996-06-19 | 2 | -9/+18 | ||
| | | | | with our changes which permit "EDITOR=emacs -nw" to work. | |||||
* | oops, still missed a typo | 1996-06-18 | 1 | -2/+2 | ||
| | ||||||
* | slight cleaning | 1996-06-18 | 1 | -4/+7 | ||
| |