Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-17 | Rewrite to do lookups depending on ID type. IPv4 and FQDN only for now. | Hakan Olsson | |
2001-08-17 | Reverse smoke-induced error from me. thanks to miod@ | Janne Johansson | |
2001-08-17 | M4 indirection, to test other binaries more easily. | Marc Espie | |
2001-08-17 | Probably nbsd1.2 rather than obsd2.2 | Janne Johansson | |
2001-08-17 | Openbsd1.2? Nah.. | Janne Johansson | |
2001-08-17 | man 4 intro pointed to itself in "See also". | Janne Johansson | |
2001-08-17 | o) close .Bl; | Mike Pechkin | |
o) NetBSD -> .Bx; o) we should sort options in .DESCRIPTION; some spotted from form@openbsd.ru; millert@ ok. | |||
2001-08-17 | ro -> readonly for readability. | Janne Johansson | |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt | |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt | |
2001-08-17 | Sony is Chip ID 2 (like in the Aibo) | Todd C. Miller | |
2001-08-17 | Oops, maxseglen and maxlen were backwards in call to bus_dmamap_create(). | Jason Wright | |
2001-08-16 | Typo | Miod Vallat | |
2001-08-16 | document case sensitivity for ssh, sshd and key file | Kevin Steves | |
options and arguments; ok markus@ | |||
2001-08-16 | no options yet | Camiel Dobbelaar | |
2001-08-16 | remove remaining PAM defines and comments | Camiel Dobbelaar | |
2001-08-16 | remove SHADOW hooks | Camiel Dobbelaar | |
2001-08-16 | stand-alone by default | Camiel Dobbelaar | |
2001-08-16 | build man page for popa3d | Eric Jackson | |
2001-08-16 | a start at a man page for popa3d | Eric Jackson | |
2001-08-16 | Fix a typo and document login class field correctly. | Todd C. Miller | |
Based on a patch from andrew.hoerter@NeuStar.com | |||
2001-08-16 | deprecate CheckMail. ok markus@ | Jakob Schlyter | |
---------------------------------------------------------------------- | |||
2001-08-16 | remove unneeded LWRESLIB definition. ok ho@ | Jakob Schlyter | |
2001-08-16 | 2nd arg to pw_mkdb() | Todd C. Miller | |
2001-08-16 | consistently use #include "util.h" not <util.h> since util.h lives in this dir. | Todd C. Miller | |
2001-08-16 | extra arg to pw_mkdb | Todd C. Miller | |
2001-08-16 | Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s | Todd C. Miller | |
flag and crank the library major due to the interface change. | |||
2001-08-16 | Add -s flag to only update secure .db file (/etc/spwd.db). Can be | Todd C. Miller | |
used in conjunction with -u user when only the password has changed. | |||
2001-08-16 | Use calloc() to allocate response data. Be more careful when freeing | Hakan Olsson | |
memory. jakob@ ok. | |||
2001-08-16 | o) -mdoc syntax improvements; | Mike Pechkin | |
o) typos; o) "start new line" issues; o) improve enclosure/quoting macros; millert@ help and ok | |||
2001-08-16 | do not try to undefine CAC_DEBUG | Brad Smith | |
2001-08-16 | openssl black magic. | Hakan Olsson | |
2001-08-16 | At Theo's request only print 'Please wait' if don't get the lock | Todd C. Miller | |
on the first try. | |||
2001-08-16 | -e switch, show extra symbol information such as weak symbol status. | Marc Espie | |
2001-08-16 | - remove libatalk | Brad Smith | |
- remove mention of architecture names in the NOPIC variable description | |||
2001-08-16 | Document new clean behavior. | Marc Espie | |
2001-08-16 | Flesh it out. | Marc Espie | |
Common additions to sudoers, commented out. To avoid gobbling aspirin while reading sudoers(5) ok millert@ | |||
2001-08-16 | Don't right-justify this debug message. | Hakan Olsson | |
2001-08-16 | Off-by-one error in [u]fqdn cases, plus better debug messages when | Hakan Olsson | |
looking for public key files. | |||
2001-08-16 | ISAKMP ID type offset was wrong. | Hakan Olsson | |
2001-08-16 | state that this skeleton file is in the public domain. | Kenjiro Cho | |
2001-08-16 | sync with KAME. | Kenjiro Cho | |
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages | |||
2001-08-16 | track the line number per-token, so that we can report errors correctly | Theo de Raadt | |
2001-08-16 | Xr raise(3) | Theo de Raadt | |
2001-08-16 | do not link with lwres. ok ho@ | Jakob Schlyter | |
2001-08-16 | Spelling. | Peter Valchev | |
2001-08-16 | add support for getrrsetbyname(3) from libc. ok ho@. | Jakob Schlyter | |
2001-08-15 | ops, _thread_kern_set_timeout() to const. | Federico G. Schwindt | |
2001-08-15 | * kevent(2) support; from FreeBSD. | Federico G. Schwindt | |
* change _thread_kern_set_timeout() parm to const. |