| Commit message (Expand) | Author | Age | Files | Lines |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
* | Updated to call Universal Headers 3.0.1 | Marshall Vale | 1998-02-02 | 1 | -14/+16 |
* | Updated from most recent MacTCP SDK | Marshall Vale | 1998-02-02 | 1 | -15/+17 |
* | * changepw.c (krb5_change_password): KRB5_USE_INET -> | Tom Yu | 1998-01-30 | 2 | -3/+8 |
* | Changed all PBGetCatInfo to PBGetCatInfoSync for new UH's | Marshall Vale | 1998-01-13 | 2 | -2/+2 |
* | * locate_kdc.c (krb5_locate_kdc): Check return of | Tom Yu | 1998-01-03 | 3 | -0/+16 |
* | * locate_kdc.c (krb5_locate_kdc): Free hostlist array elements | Ezra Peisach | 1997-12-16 | 2 | -0/+9 |
* | * locate_kdc.c (krb5_locate_kdc): Get rid of extra krb5_xfree | Ezra Peisach | 1997-12-07 | 2 | -1/+5 |
* | * Makefile.in: Add changepw.c, prompter.c | Tom Yu | 1997-12-06 | 7 | -41/+668 |
* | * t_std_conf.c (main): Call krb5_free_context when done | Ezra Peisach | 1997-10-06 | 2 | -0/+7 |
* | Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs | Tom Yu | 1997-10-02 | 4 | -13/+17 |
* | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 8 | -11/+29 |
* | remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS | Tom Yu | 1997-09-19 | 2 | -1/+5 |
* | * ccdefname.c (krb5_cc_default_name): Returns a const char * | Ezra Peisach | 1997-09-15 | 2 | -1/+5 |
* | * gmt_mktime.c (days_in_month): Now const. | Ezra Peisach | 1997-08-17 | 2 | -1/+6 |
* | If RegKRB5CCNAME is set in kerberos.ini, use that value to determine the | Richard Basch | 1997-02-28 | 1 | -6/+49 |
* | read_pwd.c: Improperly applied Doug Engert's windows dialog patch last time. | Richard Basch | 1997-02-25 | 4 | -83/+6 |
* | win-pwd.rc: Windows dialog information for password prompting | Richard Basch | 1997-02-25 | 5 | -9/+296 |
* | Moved some of the library list file build logic from the individual Makefiles | Richard Basch | 1997-02-23 | 2 | -14/+10 |
* | Removed un-user extern declaration of krb5_config_file - | Ezra Peisach | 1997-02-22 | 2 | -3/+4 |
* | Remove unneeded calls to krb5_init_ets | Richard Basch | 1997-02-20 | 2 | -2/+0 |
* | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 1 | -3/+3 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -17/+59 |
* | mk_faddr.c: Added FAR declaration | Richard Basch | 1997-02-07 | 2 | -6/+10 |
* | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 13 | -32/+48 |
* | * osconfig.c: Add warning re: global variables | Tom Yu | 1996-11-14 | 2 | -0/+7 |
* | revert kt_default_name changes; see ChangeLogs for details | Tom Yu | 1996-11-13 | 3 | -49/+35 |
* | * ktdefname.c (krb5_kt_default_name): Fix a few memory-leak type | Tom Yu | 1996-11-13 | 2 | -5/+11 |
* | * osconfig.c: Remove krb5_defkeyname to catch other things that | Tom Yu | 1996-11-13 | 2 | -2/+3 |
* | * ktdefname.c (krb5_kt_default_name): Change logic to no longer | Tom Yu | 1996-11-13 | 2 | -30/+54 |
* | Remove erroneous changelog entry that should have been entered in | Theodore Tso | 1996-11-08 | 1 | -6/+0 |
* | Don't ignore errors found from parsing the config file. Currently, we | Theodore Tso | 1996-11-06 | 2 | -4/+27 |
* | Remove references to dead BERK_DB_DBM code | Theodore Tso | 1996-08-23 | 2 | -15/+8 |
* | * Enough removal of db from aname_to_localname so that Linux compiles; | Sam Hartman | 1996-08-05 | 3 | -10/+23 |
* | * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should have | Tom Yu | 1996-07-29 | 2 | -1/+6 |
* | *** empty log message *** | Marc Horowitz | 1996-07-26 | 1 | -0/+6 |
* | * configure.in, an_to_ln.c (do_replacement, aname_do_match): use | Marc Horowitz | 1996-07-26 | 1 | -2/+7 |
* | * an_to_ln.c (do_replacement, aname_do_match): use the compile() | Marc Horowitz | 1996-07-26 | 1 | -15/+7 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 2 | -2/+17 |
* | net_read.c (krb5_net_read): | Theodore Tso | 1996-06-12 | 12 | -13/+48 |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
* | Update .Sanitize files to reflect current file status | Theodore Tso | 1996-06-06 | 1 | -0/+3 |
* | Correctly implement getsockname(), so it does getsockname(), not | Theodore Tso | 1996-05-17 | 2 | -10/+41 |
* | configure.in: Need to include sys/types.h before regexp.h in test to | Ezra Peisach | 1996-05-11 | 2 | -0/+8 |
* | * configure.in: Test that regcomp actually works | Ken Raeburn | 1996-04-30 | 5 | -7/+27 |
* | Whitespace cleanup | Richard Basch | 1996-04-25 | 1 | -11/+10 |
* | When doing the time offset adjustments, make sure the microseconds | Theodore Tso | 1996-04-12 | 2 | -0/+10 |
* | DNR.c: Replace eight-year-old version of this file with the latest | Theodore Tso | 1996-03-28 | 3 | -147/+224 |
* | Use universal procedure pointers (UPP), which are required on the Mac | Theodore Tso | 1996-03-27 | 2 | -2/+18 |
* | Backed out the patch for const pointer reassignments; it was legal ANSI | Richard Basch | 1996-03-25 | 1 | -9/+7 |