Age | Commit message (Expand) | Author |
1998-07-19 | fix dependancy item for libc. arch is powerpc not ppc. hmmm. | Dale S. Rahn |
1998-07-18 | terminfo(3) not curs_terminfo(3); james@oaktree.co.uk | Todd C. Miller |
1998-07-16 | change to lite2 getenv(); getenv(NULL) now returns NULL | Theo de Raadt |
1998-07-15 | make that 0664 until we find out why umask is not being applied | Todd C. Miller |
1998-07-15 | open gmon.out mode 0644, not 0666 | Todd C. Miller |
1998-07-14 | formatting flaws | Theo de Raadt |
1998-07-14 | document setuid/setgid restrictions | Theo de Raadt |
1998-07-14 | avoid calling __has_yppw() everytime through getpwent(), by caching the YP st... | Theo de Raadt |
1998-07-14 | buf oflows | Theo de Raadt |
1998-07-13 | explicate document when a function returns int | Todd C. Miller |
1998-07-13 | clarify | Theo de Raadt |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-11 | fix date spec | Theo de Raadt |
1998-07-11 | be... slightly more permissive.. but i think this is right, i looked at it fo... | Theo de Raadt |
1998-07-11 | do not let :relative paths through (how did i miss this before) | Theo de Raadt |
1998-07-11 | indent | Theo de Raadt |
1998-07-10 | Prevent luser from zero'ing out ut_host. If the new ut_line is | Todd C. Miller |
1998-07-10 | correct range spec; jkoshy | Theo de Raadt |
1998-07-09 | clarify gethostname() call | Theo de Raadt |
1998-07-07 | include <signal.h> not <sys/signal.h> | Theo de Raadt |
1998-07-07 | libss is not used anymore | Artur Grabowski |
1998-07-07 | kill libss as it has only been used by mk_cmds | Artur Grabowski |
1998-07-07 | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. | Theo de Raadt |
1998-07-06 | strlxx() return size_t not char * | Todd C. Miller |
1998-07-06 | do the right thing if maxsiz == 0 | Todd C. Miller |
1998-07-06 | Always NUL terminate buf even if there was not enough space to | Todd C. Miller |
1998-07-06 | fix openbsd tag | Theo de Raadt |
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller |
1998-07-05 | replace open + fstat with stat | Todd C. Miller |
1998-07-05 | if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This is... | Todd C. Miller |
1998-07-05 | ctime takes a pointer to time_t not long. Correct in prototype, wrong in des... | Todd C. Miller |
1998-07-05 | use STDERR_FILENO; kleink | Theo de Raadt |
1998-07-05 | Change some of the local symbols into "temporary", removed symbols. | Dale S. Rahn |
1998-07-05 | Changes to support profiling on the powerpc port, startup code. | Dale S. Rahn |
1998-07-04 | Changes to support profiling libraries for the powerpc port. | Dale S. Rahn |
1998-07-04 | split dirname and basename man pages; add dirname | Theo de Raadt |
1998-07-04 | split dirname and basename man pages | Theo de Raadt |
1998-07-03 | link for mkstemps() | Theo de Raadt |
1998-07-03 | Change the random file path, add a sanity check on file size. | Angelos D. Keromytis |
1998-07-03 | Fix my fix to return sane values. | Angelos D. Keromytis |
1998-07-03 | produce credible seeds for non-existent users. | Todd C. Miller |
1998-07-03 | Fix some of my indentation badness. | Angelos D. Keromytis |
1998-07-03 | do not free() before last ref; kmayer@freegate.com | Theo de Raadt |
1998-07-03 | Remove user existance disclosure through "s/key" challenges. | Angelos D. Keromytis |
1998-07-02 | document fd 0-2 scheme for setuid/setgid | Theo de Raadt |
1998-07-01 | crank major version since we have added new interfaces | Todd C. Miller |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | Todd C. Miller |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt |
1998-06-29 | Revert a couple of return values that shouldn't have changed, and be a | Angelos D. Keromytis |
1998-06-29 | Fix a couple of error return values that I shouldn't have changed, | Angelos D. Keromytis |