Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-12 | Actually, /etc/passwd is 6th Edition-style, not 7th. The only real | Todd C. Miller | |
diff between /etc/passwd in 6th and 7th was the crypt() algorithm used and we no longer put encrypted passwords in /etc/passwd. From Matthew Gregan; OK otto@ | |||
2004-10-11 | a few more xrefs | Michael Shalayeff | |
2004-10-11 | add rcisd[] | Michael Shalayeff | |
2004-10-10 | now that no cpu assumptions are left in -- remove the cross-glue | Michael Shalayeff | |
2004-10-10 | parse the cpu-specific ids based on the e_machine | Michael Shalayeff | |
2004-10-10 | use err/warn and __progname | Michael Shalayeff | |
2004-10-10 | use err/warn | Michael Shalayeff | |
2004-10-10 | make err msg more like the others | Michael Shalayeff | |
2004-10-10 | use err/warn | Michael Shalayeff | |
2004-10-09 | My MMAP/MUNMAP macros are too simple to copyright so place this in the | Todd C. Miller | |
public domain. OK mickey@ | |||
2004-10-09 | s/fix_long_order/fix_32_order | Michael Shalayeff | |
2004-10-09 | move out elf code into elf.c and generate 32 and 64 versions of it; | Michael Shalayeff | |
allow operation on size-mixed host-target as well as ensianess for both a.out and elf (though a.out 64bit probably does not exist ;) tested on hppa-sparc64-i386-vax intermixen | |||
2004-10-09 | factor out code for mapping section index into nlist type | Michael Shalayeff | |
2004-10-08 | xref yacc psd. ok millert@ | Otto Moerbeek | |
2004-10-07 | don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net | Damien Miller | |
ok markus@ | |||
2004-10-07 | document KbdInteractiveDevices; ok markus@ | Damien Miller | |
2004-10-07 | introduce -p option and p command to only show a single process. | Otto Moerbeek | |
From Patrick Latifi. ok deraadt@ millert@ | |||
2004-10-05 | fix an overflow in the handling of -S | Jared Yanovich | |
ok millert | |||
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-10-04 | remove some incorrect apostrophes, and make the text referring to | Jason McIntyre | |
re_format.7 slightly more consistent w/ other pages; | |||
2004-10-04 | remove the section on extended regular expressions, and point | Jason McIntyre | |
people instead to re_format.7: there is now a list of EREs there; | |||
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray | |
2004-10-03 | Remove block based mmap optimization. There are newline problems | Otto Moerbeek | |
(PR 3940, 3941) which can be fixed, but if a match starts at the end of a block and continues into the next block, no match will be found. Measurements by millert@ showed that the improvements of this optimization are non-measurable anyway. Diff from Alexander Taler. ok millert@ | |||
2004-10-02 | Keep calling getdirentries() until we no longer fill up our buffer. | Todd C. Miller | |
2004-10-02 | ftello and fseek ok and such, ok otto | Theo de Raadt | |
2004-10-01 | No deletions unless initially agreed upon or with a very good reason; | Miod Vallat | |
by popular demand; henning loses 7.5 karma points. | |||
2004-10-01 | optimism in man kind does not belong here | Henning Brauer | |
(and kill a few boring ones) | |||
2004-10-01 | add the time for that thing... | Michael Shalayeff | |
2004-09-29 | always compile in INET6 support | Theo de Raadt | |
2004-09-29 | <deraadt> A burp means less gas later. | Henning Brauer | |
2004-09-29 | Add the `user' and `group' keyword examples | Jean-Francois Brousseau | |
2004-09-28 | when stdin is searched, -L and -l print `(standard input)', not `-'; | Jason McIntyre | |
from alexander taler (pr #3937); | |||
2004-09-28 | various fixes to make this page a bit clearer and hopefully a bit | Jason McIntyre | |
more helpful; this includes some ideas/fixes from otto and jared; | |||
2004-09-28 | Update to sudo 1.6.8p1 | Todd C. Miller | |
2004-09-27 | cvsd_recvmsg() is supposed to return 1 when a message has been read. | Jean-Francois Brousseau | |
2004-09-27 | Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C) | Jean-Francois Brousseau | |
2004-09-27 | Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta() | Jean-Francois Brousseau | |
didn't free the RCSNUMs associated with the delta version and next one | |||
2004-09-27 | Rename some variables to match the general format, and avoid exporting | Jean-Francois Brousseau | |
variables that aren't needed | |||
2004-09-27 | use the real lenght to zero out the buffer in | Joris Vink | |
cvs_buf_alloc(); ok jfb@ | |||
2004-09-27 | Add the `user' and `group' keywords in the configuration file format, so | Jean-Francois Brousseau | |
we can specify alternate users under which the children should run | |||
2004-09-27 | Simplify signal handling by having only one handler that sets the proper | Jean-Francois Brousseau | |
variables, and add support for reporting via SIGINFO. Also add a way to change the user and group for privilege separation of the children. | |||
2004-09-25 | Change the cvsd_recvmsg() API so that it returns 1 when a message was | Jean-Francois Brousseau | |
read, 0 if the other end closed the message socket, and -1 on failure. | |||
2004-09-25 | Most of the code to handle SIGCHLD and spawn new children whenever | Jean-Francois Brousseau | |
one dies. Also fix cvsd_set() by making a copy of the string passed as argument. | |||
2004-09-25 | - check return values for rcsnum_alloc() | Joris Vink | |
- fix crash when parsing an RCS file and the "branch" keyword was found - allow '-' and '_' characters in rcs_gettok() (used in symbollists for ex.) | |||
2004-09-25 | tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@ | Otto Moerbeek | |
2004-09-25 | these printf args are no longer double; ok deraadt@ markus@ | Damien Miller | |
2004-09-24 | save a copy of the pointer before strsep; fixes an abort on free. | Federico G. Schwindt | |
ok by millert, otto & pedro. | |||
2004-09-24 | Before attempting to unlink() the local socket, set the effective | Jean-Francois Brousseau | |
UID to 0 so we have the appropriate permissions to perform the operation | |||
2004-09-24 | When creating the local socket, set the group to the server's group ID | Jean-Francois Brousseau | |