aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-102-2/+2
* mdoc(7) police:Ruslan Ermilov2001-08-073-8/+8
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-031-1/+1
* Fixes file descriptor leak in standalone mode.Jonathan Chen2001-08-031-0/+2
* Don't use SA_RESETHAND here. We gain nothing.Brian Somers2001-07-311-1/+1
* Add a -l flag used to specify a label when no -p flag is given.Brian Somers2001-07-312-27/+54
* Use sigaction() without SA_RESTART rather than signal() so that weBrian Somers2001-07-311-5/+9
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatibleMike Heffner2001-07-292-2/+2
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-266-8/+8
* Xref to openssl(1) (i.e. "openssl passwd")Kris Kennaway2001-07-261-0/+1
* yp_errno is an `enum ypstat`.Dima Dorfman2001-07-241-1/+1
* Save errno in signal handlerKris Kennaway2001-07-241-0/+2
* MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()Kris Kennaway2001-07-236-43/+47
* by by -> byKris Kennaway2001-07-231-1/+1
* MFCrypto: fixed the remote buffer overflow.Ruslan Ermilov2001-07-206-310/+204
* Portability configuration data for LukeM ftpd.David E. O'Brien2001-07-191-0/+281
* Remove whitespace at EOL.Dima Dorfman2001-07-1518-68/+68
* Print the month number properlyBrian Somers2001-07-131-1/+1
* Remove an extraneous spaceBrian Somers2001-07-111-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1023-24/+24
* Remove S/Key. PAM can do its job. Well, not quite - there is an issueMark Murray2001-07-094-63/+19
* Goodbye S/Key, Hello OPIE.Mark Murray2001-07-092-13/+17
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-095-6/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-095-5/+5
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-063-3/+3
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-07-041-1/+1
* mdoc(7) police: removed hard sentence breaks.Ruslan Ermilov2001-07-041-10/+20
* stat(2) filesystem quotas act on, not filesystem quotas file resides on.Mike Heffner2001-06-191-1/+1
* Fix some typos.Jimmy Olgeni2001-06-151-2/+2
* Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so thatDima Dorfman2001-06-131-2/+2
* Fix the number of bytes allocated by realloc when more space is neededGuy Helmer2001-06-071-1/+1
* Add 'df' string to gettytab - the strftime(3) format for %dYaroslav Tykhiy2001-06-074-5/+9
* In the "Message from Talk_Daemon" announcement, print the date as wellDima Dorfman2001-06-071-2/+4
* Correct cross-references:Maxim Sobolev2001-06-051-5/+5
* Use new backup feature of install(1).Ruslan Ermilov2001-05-281-14/+1
* Performance improvements for the ELF dynamic linker. TheseJohn Polstra2001-05-055-18/+60
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+2
* Avoid a warning by making a variable a const char *.David Malone2001-05-011-1/+2
* Replacement of the old error() routine with errx(3) was premature.Mark Murray2001-04-291-17/+39
* Grrr. Fix a line that was fatfingered out during the cleanup.Mark Murray2001-04-291-0/+1
* Cleaner method of making PAMable apps static (in the optional case ofMark Murray2001-04-282-10/+0
* Damn. That should be _enable_ static linking, not _force_ static linking.Mark Murray2001-04-281-1/+0
* Enable (optional) static linking.Mark Murray2001-04-281-0/+6
* Change names of functions and variables with global scope that areMark Murray2001-04-283-19/+19
* Allow static linking.Mark Murray2001-04-281-0/+5
* Clean up the error handling code a bit. There is no need to "roll ourMark Murray2001-04-281-89/+26
* Replace a strcat() with a strlcat(). Partial sync with OpenBSD; moreKris Kennaway2001-04-241-1/+1
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-182-4/+2
* mdoc(7) police: uppercase document title.Ruslan Ermilov2001-04-181-1/+1
* Previous clobbered a work-in-progress. Here is the merged result:Peter Wemm2001-04-171-3/+6