summaryrefslogtreecommitdiff
path: root/mkdep.pl
Commit message (Expand)AuthorAgeFilesLines
* Use inet_pton() instead of inet_aton() and include a version fromTodd C. Miller2014-02-051-1/+1
* Switch to new time stamp file format. Each user now has a singleTodd C. Miller2014-01-301-2/+2
* Add strtonum.c to compat for simpler number parsing.Todd C. Miller2013-12-101-1/+1
* Instead of setprogname(), add initprogname() which gets the programTodd C. Miller2013-12-011-1/+1
* Add wrapper functions for dlopen() et al so that we can supportTodd C. Miller2013-11-221-1/+1
* Uniquify header dependencies so we don't end up with duplicatesTodd C. Miller2013-11-111-5/+7
* Add getaddrinfo.lo to LTLIBOBJS for systems that need it.Todd C. Miller2013-11-111-1/+1
* Add support for libevent-style timed events. Adding a timed eventTodd C. Miller2013-10-281-1/+1
* Simple event subsystem that uses poll() or select(). Basically aTodd C. Miller2013-10-121-1/+1
* Implement memset_s() and use it instead of zero_bytes().Todd C. Miller2013-08-031-1/+1
* Add make rules for building getopt_long.cTodd C. Miller2013-07-181-1/+1
* Add copyright notice to scriptsTodd C. Miller2013-04-241-0/+15
* Move warn/error into common and make static builds work.Todd C. Miller2012-11-251-1/+1
* Add os-specific initialization functions for solaris (workaroundTodd C. Miller2012-11-111-1/+1
* Add missing signame dependencyTodd C. Miller2012-08-291-1/+1
* Replace strsigname() with sig2str(), emulating it as needed.Todd C. Miller2012-08-291-1/+1
* Use strsigname() to print signal names in the debug output.Todd C. Miller2012-08-261-1/+1
* Support for using SSSD (http://fedorahosted.org/sssd/) as a sudoersTodd C. Miller2012-08-101-1/+1
* Initial cut at a hooks implementation. The plugin can registerTodd C. Miller2012-03-071-1/+1
* When running a login shell with a login_class specified, useTodd C. Miller2011-12-081-1/+1
* Add support for setenv entries in login.conf. We can't use LOGIN_SETENVTodd C. Miller2011-12-051-1/+1
* no longer save old Makefile.in to .oldTodd C. Miller2011-11-211-6/+6
* Remove obsolete securid auth method.Todd C. Miller2011-11-131-1/+1
* Remove the old Kerberos IV supportTodd C. Miller2011-11-131-1/+1
* Better devdir support in mkdep.plTodd C. Miller2011-11-081-0/+15
* Add missing dependency for getspwuid.lo and regen other depends.Todd C. Miller2011-09-271-1/+1
* Instead of keeping separate groups and gids arrays, create structTodd C. Miller2011-07-201-1/+1
* If there is no old dependency for an object file, use the MANIFESTTodd C. Miller2011-06-081-8/+30
* Clean up regress filesTodd C. Miller2011-05-311-1/+1
* Add dependency for siglist.lo in compat. This is a generated file soTodd C. Miller2011-05-261-4/+9
* Auto-generate Makefile dependencies with a perl script.Todd C. Miller2011-05-251-0/+184