Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-23 | delinting from beck | Theo de Raadt | |
2003-06-22 | Dynamic linking random order fixes. This enables random library ordering. | Dale Rahn | |
Tested by naddy@ and others. | |||
2003-06-19 | use fseeko; millert ok | Theo de Raadt | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-11 | no more register | Theo de Raadt | |
2003-06-11 | ansi cleanup; ok ian markus | Theo de Raadt | |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt | |
2003-06-07 | - remove invalid authentication type "otp" | Jason McIntyre | |
- sync SYNOPSIS and DESCRIPTION a little | |||
2003-06-07 | identd runs as _identd by default now; help and ok jmc@ | Henning Brauer | |
2003-06-07 | drop privileges to _identd by default and fall back to nobody in case of error | Henning Brauer | |
inspired by PR 3294 and a conversation with theo ok millert@ | |||
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | Disable random library ordering, this seems to be exposing bugs in other code. | Dale Rahn | |
2003-06-03 | three four gone. | Artur Grabowski | |
2003-06-03 | Don't mention krb4 here either | Hans Insulander | |
2003-06-03 | Don't .Xr to kerberos 4 man pages | Hans Insulander | |
2003-06-03 | Remove promotion clause; OK w/ deraadt@ | Todd C. Miller | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn | |
2003-06-03 | license cleaning. | Artur Grabowski | |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-06-02 | section reorder; | Jason McIntyre | |
2003-06-02 | - kill whitespace at EOL | Jason McIntyre | |
- removed empty ENVIRONMENT section | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-06-02 | - remove .Pp's before .Sh | Jason McIntyre | |
- correct .Xr - .Ox instead of OpenBSD - whitespace between punctuation | |||
2003-06-02 | An/Aq for author; | Jason McIntyre | |
2003-06-02 | - section reorder | Jason McIntyre | |
- whitespace at EOL | |||
2003-06-02 | - section reorder | Jason McIntyre | |
- An/Aq for author | |||
2003-06-02 | - section reorder | Jason McIntyre | |
- put whitespace before punctuation in macro | |||
2003-06-02 | - kill whitespace at EOL; | Jason McIntyre | |
2003-06-02 | section reorder; | Jason McIntyre | |
2003-06-02 | - sort an Xr to self | Jason McIntyre | |
- kill whitespace at EOL | |||
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2003-05-30 | Move env setup to its own function, works around compiler problem on sparc | Dale Rahn | |
LD_NORANDOM is now disabled on issetugid(). | |||
2003-05-30 | knf | Theo de Raadt | |
2003-05-30 | Unbreak tree for sparc, zapping ld_norandom strangely has a bad affect, | Dale Rahn | |
killing ld.so. | |||
2003-05-30 | Fix botch in tag array indexing. deal with 0 - DT_NUM, | Dale Rahn | |
DT_LOPROC - DT_LOPROC+DT_PROCNUM, and no other values. | |||
2003-05-30 | zap LD_NORANDOM on issetugid() binaries. | Dale Rahn | |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn | |
in random order. This will reduce the possiblity of a buffer overflow being able to predict the addresss of useful code. Can be disabled with the LD_NORANDOM environment variable for debugging purposes. ok deraadt. | |||
2003-05-17 | strsep does not work that way. | Bob Beck | |
ok tedu@ | |||
2003-05-17 | Don't link with -lkrb -lkafs | Hans Insulander | |
2003-05-17 | Don't link with -lkrb -lkafs | Hans Insulander | |
2003-05-16 | This was using the wrong buffer, and wrong lengths. fix it from me and | Bob Beck | |
tedu, ok tedu@ | |||
2003-05-16 | use inet_net_pton, and fix probelem where spamd-setup would crash on a file | Bob Beck | |
consisting only of invalid input | |||
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |