summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* * def-check.pl: Better error checking. Handles variable argumentDanilo Almeida2002-04-052-11/+54
* update dependenciesKen Raeburn2002-03-261-2/+1
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-262-2/+6
* shlib version number updates from 1.2.x branchKen Raeburn2002-03-072-2/+4
* make a log entry more readableKen Raeburn2002-03-061-4/+5
* * run.test: Use "/bin/." instead of "/bin" in find commands in case /bin itselfKen Raeburn2002-02-203-12/+31
* * Makefile.in (LIBMINOR): BumpKen Raeburn2002-02-202-1/+5
* * Makefile.in (LIBMINOR): BumpKen Raeburn2002-02-202-1/+5
* prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil...Alexandra Ellwood2002-01-233-3/+17
* Check test results more carefully.Ken Raeburn2002-01-045-6/+28
* * update_utmp.c (PTY_GETUTXENT): Fix typo. Thanks to ShawnTom Yu2001-12-082-2/+16
* * test_profile.c (main): Call profile_release() before exitingEzra Peisach2001-12-052-0/+6
* Fix documentation bugSam Hartman2001-12-042-1/+5
* Remove autoconf 2.13 from source tree. We require at least 2.13 now -Ezra Peisach2001-10-2558-42575/+0
* * reconf: Require autoconf 2.13. Remove support for local autoconfEzra Peisach2001-10-252-30/+31
* * configure.in: Add optional argument to AC_DEFINE to provideEzra Peisach2001-10-243-11/+16
* * db-config.h.in: Remove unnecessary definitions for includingEzra Peisach2001-10-242-12/+6
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-205-46/+46
* * sane_hostname.c (pty_make_sane_hostname): Do not declare addrbufEzra Peisach2001-10-182-1/+6
* Provide a little bit of usage info. More error-checkingDanilo Almeida2001-10-172-16/+45
* * def-check.pl: New file. Not currently used by any automaticKen Raeburn2001-10-172-1/+187
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-117-63/+87
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1010-136/+112
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-064-6/+4
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-0620-123/+74
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-0410-60/+66
* * Makefile.in (includes): Depend onEzra Peisach2001-10-022-0/+9
* * configure.in: Cosmetic fix in utmpx.ut_exit checkTom Yu2001-09-122-1/+5
* now process myfulldir arg tooKen Raeburn2001-09-061-4/+46
* * depgen.sed: New file.Ken Raeburn2001-09-063-0/+31
* * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules toEzra Peisach2001-09-062-0/+10
* dependenciesKen Raeburn2001-09-024-8/+36
* *depfix.sed: Drop "$(srcdir)/" prefix for files in current directory, in favo...Ken Raeburn2001-09-012-0/+4
* add automatically generated dependenciesKen Raeburn2001-09-013-0/+74
* add commentKen Raeburn2001-09-011-0/+1
* * depfix.sed: Temporarily add trailing whitespace to make substitutions moreKen Raeburn2001-09-012-0/+14
* add commentKen Raeburn2001-08-311-0/+5
* use fake-addrinfo, get rid of non-getnameinfo supportKen Raeburn2001-08-302-82/+26
* * prof_tree.c (struct profile_iterator): Member "names" now points to const.Ken Raeburn2001-07-195-6/+19
* * hash/hash_func.c (hash4): Declare first argument constEzra Peisach2001-07-094-12/+22
* * hash/dbm.c: Include db-dbm.h for prototypesEzra Peisach2001-07-062-0/+5
* * db-dbm.h: New header file which lists the dbm interfacesEzra Peisach2001-07-063-1/+31
* * hash/hash_log2.c: Include hash.h, page.h and extern.h forEzra Peisach2001-07-052-0/+7
* * update_utmp.c (pty_update_utmp): Remember to chop off leadingTom Yu2001-07-022-7/+22
* * prof_int.h: Provide prototypes for profile_ser_size,Ezra Peisach2001-07-022-0/+13
* oops, forgot to save fixed versionKen Raeburn2001-06-281-4/+0
* misc cleanup in dump-utmpKen Raeburn2001-06-282-5/+14
* * update_utmp.c (pty_update_utmp): Don't copy host if it's a null pointerKen Raeburn2001-06-282-1/+7
* * libpty.h: Change variable line in prototype to tty_line toEzra Peisach2001-06-222-1/+6
* * test/dbtest.c: Cast argument to isspace() to int. Do not shadowEzra Peisach2001-06-215-51/+59