Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-22 | my cvs skills are rusty. I forgot to delete these. | Peter Galbavy | |
1998-07-22 | remove references to tcpslice as it is not shipped with the system.. this is ↵ | Theo de Raadt | |
questionable | |||
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos | |
header files from the correct path. | |||
1998-07-21 | crank minor because of cast | Niels Provos | |
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos | |
Man pages will come soon, I hope. | |||
1998-07-21 | missed one | Peter Galbavy | |
1998-07-21 | this will now compile on i386 if you move arch/i386/machdep.h to | Peter Galbavy | |
arch/i386/pthread/machdep.h - not an ideal solution. Correct fix is welcome. I am quiting work on this for today, so other hackers are welcome to take it up for the rest of the day/night. More from me tomorrow. | |||
1998-07-21 | move unchanged files from machdep/ into appropriate arch/${MACHINE} | Peter Galbavy | |
directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/ | |||
1998-07-21 | remove irrelevant files | Peter Galbavy | |
retained some netbsd files to act as templates for openbsd | |||
1998-07-21 | cvs decided to fix COPYRIGHT and README by itself | Peter Galbavy | |
remove general dross. | |||
1998-07-21 | fix up those 13 broken merges | Peter Galbavy | |
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||
1998-07-21 | Complete initial import from mySQL 3.22.4 (mit-pthreads/). | Peter Galbavy | |
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/ | |||
1998-07-20 | SEM_R and SEM_A userland accessable as required; michaels@inet.no | Theo de Raadt | |
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 ↵ | Theo de Raadt | |
status along with the open file status | |||
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 | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
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 ↵ | Theo de Raadt | |
for 5 minutes | |||
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 | |
empty but the old one is not and ut_line and ut_name match, preserve the old ut_line. Fixes PR #516 | |||
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 | |
As permitted, make the truncated buffer be NUL terminated. make getdomainname() match. | |||
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 | |
write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability... | |||
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 ↵ | Todd C. Miller | |
is much better than the old fake challenge. | |||
1998-07-05 | ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵ | Todd C. Miller | |
description | |||
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 | |
makes it easier to debug code to see the function entry not the local branch targets. | |||
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 | |