Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-22 | document cipher des for protocol 1; ok deraadt@ | Kevin Steves | |
2001-08-22 | ftp-proxy | Bob Beck | |
2001-08-22 | o Expression is an optional argument to find(1); | Heikki Korpela | |
noticed by Brian Poole <raj@cerias.purdue.edu> o File is not an optional argument o The section name referenced in beginning of the manual page is "operators" so don't confuse people by speaking about "operands" Ok aaron@ | |||
2001-08-22 | no rexd; ok markus@ | Kevin Steves | |
2001-08-22 | hostname not optional; ok markus@ | Kevin Steves | |
2001-08-22 | Sync alignment fixes on OpenSSH rijndael with OpenBSD. | Heikki Korpela | |
markus@ ok | |||
2001-08-21 | minor typos and cleanup | Kevin Steves | |
2001-08-21 | MLINK to config file man page | Theo de Raadt | |
2001-08-21 | Change an occurrence of recognized to recognize; six@stalphonsos.com | Todd C. Miller | |
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-19 | Knowledge about sparc68/ppc endianess. Who knows where oldish a.out files | Marc Espie | |
may come from ? | |||
2001-08-19 | add missing #include <err.h> in non-KRB5 case | Todd C. Miller | |
2001-08-19 | err/warn and knf | Michael Shalayeff | |
2001-08-19 | use err/errx, spaces | Michael Shalayeff | |
2001-08-19 | byebye. Not used. Just keeps getting out of synch. | Marc Espie | |
2001-08-18 | Handle snprintf returning -1 | brian | |
2001-08-18 | a much needed cleanup; fgsch ok | Theo de Raadt | |
2001-08-18 | whack strcpy | Theo de Raadt | |
2001-08-18 | handle vsnprintf returning -1 | Theo de Raadt | |
2001-08-18 | Range check snprintf() return value | Todd C. Miller | |
2001-08-18 | Fix a pasto I made when adding snprintf() return val checks ages ago. | Todd C. Miller | |
2001-08-18 | If we modify pw_change we cannot pass pw_mkdb() the secureonly flag. | Todd C. Miller | |
We don't need to rebuild the v7 version of the file in this case but we have no way to communicate that to pw_mkdb since we pass in a boolean instead of a set of bit flags. | |||
2001-08-18 | Use kqueue for -f. | Artur Grabowski | |
2001-08-18 | Add lots of missing prototypes, constify a few things. Add explicit ints. | Marc Espie | |
Makes gcc much happier, less warnings. | |||
2001-08-17 | fgen from NetBSD | Jason Wright | |
2001-08-17 | typo in comment | Kevin Steves | |
2001-08-17 | Some missing protos. Use macros from <link.h> instead of rolling our own. | Marc Espie | |
2001-08-17 | Show indirect symbols in -e mode. | Marc Espie | |
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-16 | document case sensitivity for ssh, sshd and key file | Kevin Steves | |
options and arguments; ok markus@ | |||
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 | extra arg to pw_mkdb | Todd C. Miller | |
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 | Flesh it out. | Marc Espie | |
Common additions to sudoers, commented out. To avoid gobbling aspirin while reading sudoers(5) ok millert@ | |||
2001-08-15 | don't include openssl/des.h | Jim Rees | |
2001-08-15 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller | |
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). Same as in local_passwd.c but here we need to remove a temp file in the SIGINT handler because _exit() doesn't call atexit() routines. | |||
2001-08-15 | Merge latest CITI code: | Jim Rees | |
add "challenge" command get file length in "f" and use it in "read" PalmOS changes we don't care about | |||
2001-08-14 | Thou shalt not use `you' in manpages and other misc. cleanup. | Marc Espie | |
2001-08-14 | consistent documentation and example of ``-o ssh_option'' for sftp and | Kevin Steves | |
scp; document keyword=argument for ssh. | |||
2001-08-14 | "bye"; hk63a@netscape.net | Markus Friedl | |
2001-08-14 | o OpenBSD tag | Todd C. Miller | |
o No longer need KRBDES define o Remove unneeded SRCS definition | |||
2001-08-14 | Stop fucking up display on Depeche Mode. | Marc Espie | |
Ok miod@ | |||
2001-08-13 | don't need main prototype (also sync with rcp); ok markus@ | Kevin Steves | |
2001-08-13 | Declare globals made extern in sys/sem.h; naddy@ | Todd C. Miller | |
2001-08-13 | Don't reference seminfo.semmap as it no longer exists. | Todd C. Miller | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-12 | Sync usage message to man page | Todd C. Miller | |
2001-08-11 | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | Jakob Schlyter | |