summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* * error_message.c (error_message): Conditional label on _sgi soEzra Peisach2001-06-212-0/+7
* * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c,Ezra Peisach2001-06-216-68/+76
* delete some unnecessary castsKen Raeburn2001-06-213-2/+10
* handle irix high-numbered error codesKen Raeburn2001-06-203-7/+24
* getsyms: Fix quoting around find command looking for configure.in files; sort...Ken Raeburn2001-06-162-1/+6
* * test_profile.c: Include <string.h> for strcmp() prototypeEzra Peisach2001-06-112-1/+4
* * pty-int.h: Provide revoke() prototype if system headers lackingEzra Peisach2001-06-114-4/+32
* * argv_parse.c (argv_parse): Cast argument to isspace() as int.Ezra Peisach2001-06-113-5/+11
* * Makefile.in (MLIBS): Do not link against libgen.a for testEzra Peisach2001-06-112-1/+6
* * configure.in: Check for system provided getutmp() prototypeEzra Peisach2001-06-113-1/+26
* * request_tbl.c (ss_add_request_table): Do not cast argument toEzra Peisach2001-06-072-1/+6
* * getpty.c: Make pty_getpty() into ptyint_getpty_ext(), which hasTom Yu2001-05-164-36/+379
* * pty_paranoia.c: New file; do many paranoid checks about cttyTom Yu2001-05-115-2/+367
* * logwtmp.c: Delete code under "#if 0". Fix reversed test forTom Yu2001-05-093-49/+20
* * cleanup.c: Call update_utmp() with the correct pid to assist inTom Yu2001-05-086-215/+288
* * open_slave.c (pty_open_slave): If revoke() present on system butEzra Peisach2001-05-042-1/+6
* * dump-utmp.c: Fix some off-by-one errors. Handle cases where weTom Yu2001-05-042-10/+18
* * pty-int.h: Fix typo; VHANG_first -> VHANG_FIRSTTom Yu2001-05-043-2/+27
* * sane_hostname.c (pty_make_sane_hostname): Preserve constEzra Peisach2001-05-032-1/+6
* * cleanup.c (pty_cleanup): Delcare local variable only ifEzra Peisach2001-05-034-1/+21
* * update_utmp.c (pty_update_utmp): Fix typo (OWRONLY -> O_WRONLY)Ken Raeburn2001-05-022-1/+6
* * update_wtmp.c (ptyint_update_wtmpx): Add missing semi-colon inEzra Peisach2001-05-012-1/+6