summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * configure.in: Fix some quoting of shell variables when passingTom Yu2001-04-304-23/+46
* * configure.in(K5_CHECK_UT_MEMBER): Fix typo in previous; makeTom Yu2001-04-282-1/+5
* * configure.in: Many changes to support the rewriting of the utmpTom Yu2001-04-289-398/+1111
* test.c: Always include stdlib.hEzra Peisach2001-04-252-2/+2
* * Makefile.in: Add lclint supportEzra Peisach2001-04-256-24/+100
* * Makefile.in (unixmac): Target deletedKen Raeburn2001-04-174-4/+8
* * mkrel: When generating multiple tarballs, also generate aTom Yu2001-04-062-14/+26
* * com_err.h: For struct error_table, change the base from anEzra Peisach2001-03-122-1/+6
* * test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLISTKen Raeburn2001-03-083-1/+9
* * krb5.conf: Test with trailing whitespace on "default_realm"Tom Yu2001-02-022-2/+7
* * Makefile.in: Remove rule for aix.bincmds; we don't need itTom Yu2001-01-293-13/+12
* rebuiltKen Raeburn2001-01-201-11/+7
* * com_err.h (add_error_table, remove_error_table): Annotate as modifyingKen Raeburn2001-01-205-25/+48
* update to implement equivalent of ref countKen Raeburn2001-01-184-24/+33
* Make compile_et script installable, and install it.Ken Raeburn2001-01-184-21/+47
* * sane_hostname.c: Switch off of KRB5_USE_INET6 instead ofTom Yu2001-01-132-2/+9
* Use const sockaddr pointer in interface.Ken Raeburn2000-12-064-17/+87
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-063-7/+20
* restore GSS_DLLIMP, KRB5_EXPORTVAR, NEAR macrosKen Raeburn2000-12-062-2/+8
* fix typoKen Raeburn2000-12-061-1/+1
* Remove a bunch of macro definitions we don't use.Ken Raeburn2000-12-069-173/+116
* undo last changeKen Raeburn2000-12-061-2/+2
* tweak names of perl scriptsKen Raeburn2000-12-061-2/+2
* try lclint on a com_err test program; misc cleanupKen Raeburn2000-12-062-7/+41
* some notes on interactions with 64-bit systemsKen Raeburn2000-12-061-0/+15
* make "make check" do somethingKen Raeburn2000-11-143-3/+21
* * dyn_create.c (DynCopy): Arguments to memcpy were reversed. FoundEzra Peisach2000-11-092-1/+6
* * Makefile.in (check-unix): Built and execture dyntestEzra Peisach2000-11-0910-12/+49
* problems found in auditingKen Raeburn2000-11-081-0/+34
* clarify a littleKen Raeburn2000-11-081-3/+4
* Test out lclint and its4 on com_err library. One lclint error left on Solaris,Ken Raeburn2000-11-0812-83/+347
* * reconf: Rework syntax to detect version numbers of newerEzra Peisach2000-11-012-7/+30
* * configure.in: Quote macro use inside AC_CHECK_LIB. ChangeEzra Peisach2000-11-012-5/+11
* * configure.in (AC_COMPILE_TYPE): Declare with AC_DEFUN() insteadEzra Peisach2000-11-012-1/+7
* * configure.in: Use AC_C_CONST instead of AC_CONST andEzra Peisach2000-11-012-2/+7
* * configure.in: Change AC_RETSIGTYPE to AC_TYPE_SIGNALEzra Peisach2000-11-012-1/+5
* * configure.in: Change AC_CONST to AC_C_CONST, AC_HEADER_EGREP toEzra Peisach2000-11-012-3/+9
* * reconf: Pass "-m util/autoconf" to autoreconf only if we areEzra Peisach2000-10-272-2/+9
* * reconf: Look for autoconf 2.12 or later. Don't use "grep -q", it's notKen Raeburn2000-10-032-5/+11
* Add AC_PROG_INSTALL to allow the library to be installedEzra Peisach2000-08-112-0/+5
* * ss_internal.h: Only use fake sigmask, sigblock and sigsetmask ifEzra Peisach2000-08-072-1/+9
* * listen.c (ss_quit): Now returns void. Fix type of argument ARGV to fitKen Raeburn2000-08-043-6/+14
* * requests.c (DECLARE): Fix prototype for dispatch functions toEzra Peisach2000-08-025-9/+53