Age | Commit message (Expand) | Author |
2003-06-10 | Rework script using advanced coding techniques like a case statement, | Kenneth R Westerback |
2003-06-10 | Add login class support; based on a diff from Peter Werner | Todd C. Miller |
2003-06-10 | Check that login class exists before using it; based on a patch from | Todd C. Miller |
2003-06-10 | o Check for fwrite() error with != 1, not <= 0 (mostly style) | Todd C. Miller |
2003-06-10 | Keep a table of password types, and their associated lengths, and | Todd C. Miller |
2003-06-10 | Use syslog(3) to log new users and groups, deletions of users and groups, | Todd C. Miller |
2003-06-10 | Catch illegal flags and reply with usage; from NetBSD (agc) | Todd C. Miller |
2003-06-10 | o rename login variable to login_name | Todd C. Miller |
2003-06-10 | - removed obsolete section about rc.wscons and wscons.conf; | Jason McIntyre |
2003-06-09 | missing copyright, found by deraadt@; | Jason McIntyre |
2003-06-09 | Fix my previous commit here, pwd_mkdb needs to be a list now too. | Todd C. Miller |
2003-06-08 | Sync man pages w/ NetBSD version | Todd C. Miller |
2003-06-08 | Add usermgmt.conf man page. From NetBSD (grant) | Todd C. Miller |
2003-06-08 | user -e and -f now accepts "month day year" (ala chpass(1)) and | Todd C. Miller |
2003-06-08 | Make c_word const; from NetBSD (tron) | Todd C. Miller |
2003-06-08 | Sanity check username length and convert to ANSI function headers. | Todd C. Miller |
2003-06-08 | Instead of splitting a flat string into a list for system(), just | Todd C. Miller |
2003-06-08 | Add check for group too long and made an invalid group a fatal error | Todd C. Miller |
2003-06-08 | Use _PW_NAME_LEN not MAXLOGNAME since the latter does not include the NUL. | Todd C. Miller |
2003-06-08 | use err/warn | Michael Shalayeff |
2003-06-06 | WIDE uses 3-term now; itojun ok | Theo de Raadt |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt |
2003-06-04 | kill terms 3 & 4 | Jason Wright |
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt |
2003-06-04 | another UCB one that can be fixed obviously | Theo de Raadt |
2003-06-04 | kill clause 3 & 4 | Jason Wright |
2003-06-04 | toast some 3 & 4 for espie | Theo de Raadt |
2003-06-03 | remove term 3, with permission from Chris Kuethe for pathnames.h | Bob Beck |
2003-06-03 | Don't need 'all right reserved'; brings this into line with my other | Todd C. Miller |
2003-06-03 | Nuke terms 3 & 4 on my code. | Tobias Weingartner |
2003-06-03 | last bit of clause 3 & 4 nuking for me. | Jason Wright |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson |
2003-06-02 | three four kill ... | Michael Shalayeff |
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat |
2003-06-02 | I'm a dork, I removed the 4th clause of the UCB license instead of | Todd C. Miller |
2003-06-02 | Update old UCB license w/ new one based on /sys/net/slcompress.[ch] | Todd C. Miller |
2003-06-02 | more term cleanup by me | Theo de Raadt |
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt |
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt |
2003-05-30 | string cleaning; ok jakob, tedu | Todd T. Fries |
2003-05-29 | Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. There | Todd C. Miller |
2003-05-29 | mdoc versions; | Jason McIntyre |
2003-05-26 | install mod_ssl headers | Henning Brauer |
2003-05-26 | IPv6 support. | Jun-ichiro itojun Hagino |
2003-05-23 | moved swapgeneric.c | Ted Unangst |
2003-05-22 | remove -Werror; ok millert | Peter Valchev |