| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-07-03 Tom Yu <tlyu@mit.edu> | Tom Yu | 2002-07-03 | 10 | -16/+109 |
* | * prof_parse.c (strip_line): Simplify loop by preserving "p" rather than | Ken Raeburn | 2002-06-19 | 2 | -9/+6 |
* | use strdup | Ken Raeburn | 2002-06-19 | 3 | -9/+26 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 3 | -37/+33 |
* | * depfix.sed: Ignore header files under /mit/gnu/. Replace | Ken Raeburn | 2002-06-15 | 2 | -1/+7 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -14/+14 |
* | * depfix.sed: Ignore header files under /mit/gnu/ | Ken Raeburn | 2002-06-15 | 2 | -0/+7 |
* | Include "com_err.h" instead of <com_err.h> | Ken Raeburn | 2002-06-13 | 14 | -13/+18 |
* | * pty-int.h: Don't include syslog.h | Ken Raeburn | 2002-06-12 | 2 | -1/+4 |
* | * prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so we | Ken Raeburn | 2002-06-04 | 2 | -8/+22 |
* | * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai" | Ken Raeburn | 2002-05-25 | 2 | -1/+6 |
* | * dbtest.c: Test for __STDC__ defined, not nonzero, to decide whether to use | Ken Raeburn | 2002-05-08 | 2 | -3/+8 |
* | * prof_get.c (conf_yes, conf_no): Now const. | Ken Raeburn | 2002-05-08 | 2 | -3/+8 |
* | * reconf: Only for autoreconf 2.53, create a private copy of | Ezra Peisach | 2002-04-25 | 2 | -0/+34 |
* | Handle KRB5_CALLCONV_WRONG in .def file | Danilo Almeida | 2002-04-16 | 2 | -1/+5 |
* | * def-check.pl: Better error checking. Handles variable argument | Danilo Almeida | 2002-04-05 | 2 | -11/+54 |
* | update dependencies | Ken Raeburn | 2002-03-26 | 1 | -2/+1 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 2 | -2/+6 |
* | shlib version number updates from 1.2.x branch | Ken Raeburn | 2002-03-07 | 2 | -2/+4 |
* | make a log entry more readable | Ken Raeburn | 2002-03-06 | 1 | -4/+5 |
* | * run.test: Use "/bin/." instead of "/bin" in find commands in case /bin itself | Ken Raeburn | 2002-02-20 | 3 | -12/+31 |
* | * Makefile.in (LIBMINOR): Bump | Ken Raeburn | 2002-02-20 | 2 | -1/+5 |
* | * Makefile.in (LIBMINOR): Bump | Ken Raeburn | 2002-02-20 | 2 | -1/+5 |
* | prof_init.c, prof_tree.c: Fixed calls to profile_update_file/profile_open_fil... | Alexandra Ellwood | 2002-01-23 | 3 | -3/+17 |
* | Check test results more carefully. | Ken Raeburn | 2002-01-04 | 5 | -6/+28 |
* | * update_utmp.c (PTY_GETUTXENT): Fix typo. Thanks to Shawn | Tom Yu | 2001-12-08 | 2 | -2/+16 |
* | * test_profile.c (main): Call profile_release() before exiting | Ezra Peisach | 2001-12-05 | 2 | -0/+6 |
* | Fix documentation bug | Sam Hartman | 2001-12-04 | 2 | -1/+5 |
* | Remove autoconf 2.13 from source tree. We require at least 2.13 now - | Ezra Peisach | 2001-10-25 | 58 | -42575/+0 |
* | * reconf: Require autoconf 2.13. Remove support for local autoconf | Ezra Peisach | 2001-10-25 | 2 | -30/+31 |
* | * configure.in: Add optional argument to AC_DEFINE to provide | Ezra Peisach | 2001-10-24 | 3 | -11/+16 |
* | * db-config.h.in: Remove unnecessary definitions for including | Ezra Peisach | 2001-10-24 | 2 | -12/+6 |
* | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 5 | -46/+46 |
* | * sane_hostname.c (pty_make_sane_hostname): Do not declare addrbuf | Ezra Peisach | 2001-10-18 | 2 | -1/+6 |
* | Provide a little bit of usage info. More error-checking | Danilo Almeida | 2001-10-17 | 2 | -16/+45 |
* | * def-check.pl: New file. Not currently used by any automatic | Ken Raeburn | 2001-10-17 | 2 | -1/+187 |
* | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 7 | -63/+87 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 10 | -136/+112 |
* | KRB5_EXPORTVAR is defined lots of places but never used; delete it | Ken Raeburn | 2001-10-06 | 4 | -6/+4 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 20 | -123/+74 |
* | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 10 | -60/+66 |
* | * Makefile.in (includes): Depend on | Ezra Peisach | 2001-10-02 | 2 | -0/+9 |
* | * configure.in: Cosmetic fix in utmpx.ut_exit check | Tom Yu | 2001-09-12 | 2 | -1/+5 |
* | now process myfulldir arg too | Ken Raeburn | 2001-09-06 | 1 | -4/+46 |
* | * depgen.sed: New file. | Ken Raeburn | 2001-09-06 | 3 | -0/+31 |
* | * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules to | Ezra Peisach | 2001-09-06 | 2 | -0/+10 |
* | dependencies | Ken Raeburn | 2001-09-02 | 4 | -8/+36 |
* | *depfix.sed: Drop "$(srcdir)/" prefix for files in current directory, in favo... | Ken Raeburn | 2001-09-01 | 2 | -0/+4 |
* | add automatically generated dependencies | Ken Raeburn | 2001-09-01 | 3 | -0/+74 |
* | add comment | Ken Raeburn | 2001-09-01 | 1 | -0/+1 |