Age | Commit message (Expand) | Author |
2000-01-05 | update header requirements; bde | Theo de Raadt |
1999-12-06 | say how long the buffer needs to be | Theo de Raadt |
1999-11-11 | add man page for login_fbtab() | Eric Jackson |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-21 | crank minor; costa forgot | Theo de Raadt |
1999-09-21 | Add opendisk from NetBSD. | Constantine Sapuntzakis |
1999-09-16 | appropiate -> appropriate; inspired by it being misspelled in a NetBSD commit | Aaron Campbell |
1999-08-23 | Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*. | Todd C. Miller |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-07-21 | fix bad English, spelling, grammar, comma splices, etc. | Aaron Campbell |
1999-07-20 | insert a missing .El macro | Aaron Campbell |
1999-07-20 | Added fparseln from NetBSD. | Jakob Schlyter |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell |
1999-06-05 | capitalize the acronym ID | Aaron Campbell |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell |
1999-05-24 | permit threaded use; jb@freebsd | Theo de Raadt |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-03-16 | Get the pid right if a stale lock file exists. | brian |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen |
1999-02-27 | make function names the correct case | Theo de Raadt |
1998-11-16 | preserve errno; christos | Theo de Raadt |
1998-08-03 | Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace... | Todd C. Miller |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-10 | Prevent luser from zero'ing out ut_host. If the new ut_line is | Todd C. Miller |
1998-06-22 | add missing endusershell() | Todd C. Miller |
1998-06-10 | Cast pid_t to int for sprintf. | brian |
1998-06-08 | Add uu_lock_txfr() for donating locks to another process. | brian |
1998-04-13 | Use _PATH_DEV, not "/dev/" | Todd C. Miller |
1998-03-23 | do not wait if vfork() fails | Theo de Raadt |
1998-03-10 | use .Ox | Todd C. Miller |
1997-11-18 | -Wall | Todd C. Miller |
1997-11-17 | Go back to old file locking method, O_EXLOCK method has too many problems | Todd C. Miller |
1997-11-17 | pw_mkdb() now returns -1 if ptmp is size 0. | Todd C. Miller |
1997-11-17 | Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK. | Todd C. Miller |
1997-11-09 | Correct the ftruncate() call. | bri |
1997-11-09 | Introduce uu_lock(), uu_unlock() and uu_lockerr() | bri |
1997-09-29 | fix yes/no prompt code for EOF case; wosch@freebsd | Theo de Raadt |
1997-06-22 | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | Todd C. Miller |
1997-06-17 | Add support to handle password files in directories other than /etc | Niklas Hallqvist |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1997-04-10 | give only default values when asked for. | Niels Provos |
1997-02-17 | some cleanup | Theo de Raadt |
1997-02-16 | added password configuration access function, used to determine | Niels Provos |
1997-02-15 | when using strsep you should be aware that the delimiter will be replaced | Niels Provos |
1997-02-13 | permit 32-bit uid/gid, help from millert | Theo de Raadt |
1996-12-23 | add readlabelfs.3 | Jason Downs |
1996-12-23 | readlabelfs() takes two arguments now, update prototype, inc major number. | Jason Downs |