summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2004-06-02IPv6 support.brad6-39/+29
2004-06-01need to fixup for empty pltgot (weak regress is a test for it)mickey1-1/+5
2004-05-27fake plabel32 relocs for dyn.init/fini instead of an evil md macro hookmickey2-18/+29
2004-05-27accept login names over 8 chars; miod okderaadt1-4/+4
2004-05-26allow md makefile to supply LDADD; drahn@ okmickey1-2/+2
2004-05-26call ctors after debugging has been setup; drahn@ okmickey1-13/+13
2004-05-25spacesderaadt3-9/+9
2004-05-25md parts for hppamickey6-2/+784
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okmickey8-88/+19
2004-05-25use md hook for calling init/fini if defined; only say running ctors/dtors if they are there; drahn@ okmickey1-6/+23
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okmickey12-74/+90
2004-05-25spacingderaadt17-90/+89
2004-05-24doing ldd exit asap -- move all other tasks towards after it.mickey1-29/+29
2004-05-24Change define used to deal with PLT protection, use postive logic not negative.drahn9-17/+21
2004-05-22Dont print symcache statistics if no symbol lookups have occurred, ok mickey@drahn1-4/+6
2004-05-20Grammar nit.tom1-2/+2
2004-05-18fix includes scoping; drahn@ okmickey2-5/+6
2004-05-12login_passwd needs to be setuid root after all for "secure" YP maps.millert1-3/+3
2004-05-09de-lintderaadt1-3/+2
2004-04-28fd leaksderaadt2-5/+11
2004-04-28fd leaks; beck okderaadt1-2/+4
2004-04-24Use openpty; OK deraadt@millert2-1/+3
2004-04-20Adapt to new pw_copy() API, closes PR 3698.millert1-3/+3
2004-04-17no no no nobody, _tftpd is better, theo okhenning1-4/+4
2004-04-10improve BUGS:jmc1-12/+14
2004-04-07Remove those option letters from the getopt string which do not have a caseaaron1-2/+2
2004-04-03add pxeboot references to FILES and SEE ALSO;jmc1-3/+4
2004-04-03fix logging. without -v, you get just the connection level, no mail data.dhartmei1-8/+15
2004-04-02nextstate() can get passed a read(2) chunk containing multiple lines,dhartmei1-17/+25
2004-03-17fix problem with counter and logging spotted by danh, where loggingbeck1-11/+11
2004-03-16sort options and escape a minus sign;jmc2-9/+9
2004-03-16typos from Andrey Matveev;jmc1-2/+2
2004-03-15Add -B option, with maxblack limit to limit the number of blacklistbeck2-7/+35
2004-03-14make window size adjustement on sockets only after the DATAbeck1-7/+6
2004-03-14#include fixes, from Max Laier, ok beck@ henning@dhartmei1-2/+2
2004-03-13Add signal handler to parent, so that when greylisting we don't need tobeck2-34/+69
2004-03-12sort options;jmc1-5/+5
2004-03-12paranoia and cleanup, ensure we use free then NULL everywhere.beck1-4/+7
2004-03-12Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei>beck1-2/+2
2004-03-11fix bug where custom 450 messages are not displayed,beck1-6/+6
2004-03-11Remove sync() calls that immediately precede databse close(). Sincemillert2-6/+2
2004-03-11Call db-sync() after each db modification since they aren't all thatbeck1-5/+16
2004-03-10More checking for a NULL return value from getpass(). otto@ OKmillert7-17/+29
2004-03-10spacesderaadt4-19/+22
2004-03-10close file on error paths. from Patrick Latifitedu1-4/+8
2004-03-10spacesderaadt2-18/+16
2004-03-10fix missing space, also frombeck1-2/+2
2004-03-10add -b option to specify local bind address, sent bybeck2-7/+26
2004-03-07remove some unused variables and includes; KNFotto1-18/+5
2004-03-05Fix really dumb memory leak that would have long runnign large whitelistbeck1-5/+17