Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-16 | use mkstemp correctly | Theo de Raadt | |
1996-09-16 | kill the race; spotted by bitblt | Theo de Raadt | |
1996-09-16 | kill the race; spotted by bitblt | Theo de Raadt | |
1996-09-15 | kill the race; noticed by bitblt | Theo de Raadt | |
1996-09-15 | unused. | Todd C. Miller | |
1996-09-15 | Be slightly safer opening temp files. | Todd C. Miller | |
1996-09-15 | Slightly safer temp file open. | Todd C. Miller | |
1996-09-15 | Slightly safer temp file open. | Todd C. Miller | |
1996-09-15 | Blind update of wosch@FreeBSD's code: | michaels | |
optimized search algorithm faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names fix prototypes/forward declarations/return type | |||
1996-09-15 | Don't add a comma after the last entry in an enum | Thorsten Lockert | |
1996-09-13 | document our extensions | Theo de Raadt | |
1996-09-10 | Fix deref of free()'d ptr. NetBSD PR#2747 from beal@dilbert.umiacs.umd.edu | Todd C. Miller | |
1996-09-09 | Add an fflush; from FreeBSD PR# bin/1589 (msmith@cain.atrad.adelaide.edu.au) | Jason Downs | |
1996-09-07 | Add README file from dist. | Jason Downs | |
1996-09-07 | One more slight fix. | Jason Downs | |
1996-09-07 | Install the tags, too, and be more verbose. | Jason Downs | |
1996-09-07 | +vim | Jason Downs | |
1996-09-07 | Initial import of vim 4.2. | Jason Downs | |
This is meant to replace nvi in the tree. Vim, in general, works better, provides more features, and does not suffer from the license problems being imposed upon nvi. On the other hand, vim lacks a non-visual ex mode, in addition to open mode. This includes the GUI (X11) code, but doesn't try to compile it. | |||
1996-09-07 | Don't dup stderr to stdout. This makes rdist happy with ssh when a | Todd C. Miller | |
password is required. | |||
1996-09-07 | remove defs.h hackery now that oldrdist just uses rcmdsh() | Todd C. Miller | |
1996-09-06 | Add -n/no timeout option. FreeBSD PR bin/1567, obrien@Nuxi.cs.ucdavis.edu. | Jason Downs | |
1996-09-05 | skey command for inline use; by brian@saturn.net (but i had to fix his sleep ↵ | Theo de Raadt | |
deprived code) | |||
1996-09-05 | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers | Theo de Raadt | |
have, so that he may learn what the network is about and protect it better. | |||
1996-09-04 | get 12am & 12pm correct; netbsd pr#2734, khym@bga.com [this was hell to test] | Theo de Raadt | |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt | |
1996-09-03 | http:// support for the command line fetches; useful for the ports subsystem | Theo de Raadt | |
and other scripts. written by brian@saturn.net (and then i clawed at it for a bit..) | |||
1996-09-03 | detect wrong architecture | Theo de Raadt | |
1996-09-03 | need param.h | Theo de Raadt | |
1996-09-03 | check mid of exec too | Theo de Raadt | |
1996-09-02 | unset $RSH so we don't loop de loop in rcmd(). | Todd C. Miller | |
1996-09-02 | Save the log file if the original number of days was > 0; don't rely on | Thorsten Lockert | |
being able to use numdays after aging the existing logfiles | |||
1996-09-02 | Sync up with NetBSD: | briggs | |
(christos) Fix bug reported by Greg Hudson where leaf (source only) nodes were referenced only by their basename and not by their full pathname. This breaks when .PATH or MAKEOBJDIR are used. There might be Makefiles around that try to work around this bug by prepending ${.CURDIR} to the sources, and they should be found and fixed. Also a lot of the gunk in suff.c that was attempting to work around the same problem could be removed. (christos) - Move -D flags from Makefile to config.h and explain what they do. Add -Wall -Wno-unused to CFLAGS. Add new define SYSVVARSUB to enable SysV style variable substitutions and enable them. - Add SunOS style command substitutions via SUNSHCMD - Fix core dump with '{variable = value' (christos) Fix bug where make will always exit with 0, even when one or more parallel jobs failed. (Only affects parallel make code) (christos) Protect __P from being multiply defined (for systems that already define it) (christos) Add strdup() since ultrix is missing it. From Larry Schwimmer <rosebud@cyclone.Stanford.EDU> (christos) Add estrdup(), a checked version of strdup and use it. (christos) Recognize SVR4 style long filename entries in archives. (thorpej) Tidy up some RCS ids a bit. | |||
1996-09-02 | add -g group delivery option | Theo de Raadt | |
1996-09-02 | Setup fpr links and document. | etheisen | |
1996-09-01 | fpr goes away, use asa | Theo de Raadt | |
1996-09-01 | limit to around 1024 chars post expansion | Theo de Raadt | |
1996-09-01 | Specify that new primaries -empty, -maxdepth and -mindepth are extensions | Thorsten Lockert | |
1996-09-01 | Add support for -empty | Thorsten Lockert | |
1996-09-01 | Add support for -mindepth while at it | Thorsten Lockert | |
1996-08-31 | Add support for -maxdepth option | Thorsten Lockert | |
1996-08-31 | do ngen == 0 correctly; netbsd pr#2724; kstailey@dol-esa.gov | Theo de Raadt | |
1996-08-31 | constrain & expansion to LINE_MAX for safety | Theo de Raadt | |
1996-08-31 | constrain & expansion to LINE_MAX for safety | Theo de Raadt | |
1996-08-31 | kill leaks; help from das33@cornell.edu | Theo de Raadt | |
1996-08-30 | fix warnings | Theo de Raadt | |
1996-08-30 | of course, the same bug as in chpass shows up here too... | Theo de Raadt | |
1996-08-30 | typo | Theo de Raadt | |
1996-08-30 | watch for slimy link races, improvement by das33@cornell.edu & i | Theo de Raadt | |
1996-08-30 | buf oflow; found by oliver fixed by me | Theo de Raadt | |
1996-08-30 | moved to libutil a few months ago | Theo de Raadt | |