Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-05 | take out self-reference from "SEE ALSO" | kstailey | |
1997-06-05 | static, as requested by dm | Theo de Raadt | |
1997-06-04 | toast extra \n; ficus | Theo de Raadt | |
1997-06-04 | do not exceed bounds of fd_set | Theo de Raadt | |
1997-06-04 | oops_strings | Michael Shalayeff | |
1997-06-04 | YAVA | Michael Shalayeff | |
move machdep in the place mention ipx headers | |||
1997-06-04 | Dumped core. | dm | |
1997-06-02 | Fix for amd: make yp_order return YP_NOMAP for maps with '/' in them. | dm | |
1997-06-02 | correct for our pty list | Theo de Raadt | |
1997-06-02 | lpd has no support for specifying port option; sounds silly anyways; ↵ | Theo de Raadt | |
tinguely@plains.NoDak.edu | |||
1997-06-01 | Add support for TCP_WRAPPERS. | Jason Downs | |
1997-05-31 | various | Theo de Raadt | |
1997-05-31 | Support for ext2fs vnodes. | Jason Downs | |
1997-05-31 | s/illegal/invalid/; jtc | Theo de Raadt | |
1997-05-31 | fix typos; khym@bga.com | Theo de Raadt | |
1997-05-30 | FFS changes. | Jason Downs | |
1997-05-30 | wait wrks on tcp; rickb@iaw.on.ca | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-05-30 | typo; enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-05-30 | format error; enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-05-29 | remove unnecessary files that have SMI in them | kstailey | |
1997-05-29 | Major cleanup: | gene | |
+ No longer prompt for setting of default options _every_ time it's invoked. Only does that when adduser.conf doesn't exist or with the passing of -config_create + Scriptwork cleanup and prettying + Fix the manpage to use proper English and give examples and better docs in general. + Improve the bonehead question "Use passwords" to seem more intuitively meaningful. + Add support for multiple kinds of encryption with a default entry or a new -e flag (passwd.conf). TODO: Make adduser grok passwd.conf and add users for whom the encryption is different to it. + "and more..." see the manpage. | |||
1997-05-29 | sendmail 8.9.1 | Michael Shalayeff | |
1997-05-29 | add my ~tiny config | Michael Shalayeff | |
w/ some koi8 support, btw | |||
1997-05-29 | Use sendmail.cw as well as only masquerade CM. pretty. | Niklas Hallqvist | |
1997-05-22 | getopt returns int | Theo de Raadt | |
1997-05-14 | mention svnd | Niklas Hallqvist | |
1997-05-07 | Disable "version.bind" hack since it makes mass info gathering | Todd C. Miller | |
attacks trivial. | |||
1997-05-06 | fcntl right | Theo de Raadt | |
1997-05-01 | Umm, fix signedness error in my last commit, be explicit | Niklas Hallqvist | |
about the fact that ordernumbers are 32 bit | |||
1997-05-01 | Fix grammar | Niklas Hallqvist | |
1997-05-01 | mkstemp called incompatibly. Buffer overflow fixed. 64-bit dirt cleaned up. | Niklas Hallqvist | |
1997-04-29 | To get the manpages installed, you can't override the install | Niklas Hallqvist | |
target. Instead override realinstall. | |||
1997-04-27 | buf oflow paranoia | Theo de Raadt | |
1997-04-27 | better failure msg; martin@rumolt.teuto.de | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-27 | More includes for library prototypes. | Jason Downs | |
1997-04-24 | extra " in -s initialization | Theo de Raadt | |
1997-04-24 | wrong mode, oops | Theo de Raadt | |
1997-04-23 | NONBINMODE | Theo de Raadt | |
1997-04-21 | defined(YP) -> ${YP} == "yes" | Todd C. Miller | |
1997-04-20 | Added scripts to be used from cron to make sure a slave server is up to date. | Mats O Jansson | |
-moj | |||
1997-04-20 | Added man page, support for amd.home and ypservers. | Mats O Jansson | |
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org). | |||
1997-04-20 | sendmail 8.9.1 | Thorsten Lockert | |
1997-04-20 | My new toy | Thorsten Lockert | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-04-19 | getopt() returns an int, not a char. [thorpej] | kstailey | |
1997-04-19 | getopt() returns an int, not a char. (thorpej) | kstailey | |
1997-04-19 | thorpej: | kstailey | |
getopt() returns an int, not a char. | |||
1997-04-17 | timeout is in minutes; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |