| Commit message (Expand) | Author | Age | Files | Lines |
| * | prompter.c (krb5_prompter_posix): Update to use new prompter prototype | Theodore Tso | 1999-04-10 | 1 | -0/+6 |
| * | * promptusr.c (krb5_os_get_tty_uio): getchar() returns int, not | Tom Yu | 1999-03-25 | 1 | -0/+5 |
| * | Sample the ccdefault name at the time when we create the context. | Theodore Tso | 1999-03-12 | 1 | -0/+16 |
| * | * ccdefname.c (get_from_os): Add missing close-paren; also replace | Tom Yu | 1999-02-20 | 1 | -0/+5 |
| * | ccdefname.c (get_from_os): On the Windows platform, automatically | Theodore Tso | 1999-02-09 | 1 | -0/+9 |
| * | * read_pwd.c: Remove reference to CPP symbol "unix" | Tom Yu | 1999-02-02 | 1 | -0/+4 |
| * | ccdefname.c: Add a new function krb5_cc_set_default_name(), which is | Theodore Tso | 1999-02-02 | 1 | -0/+16 |
| * | localaddr.c: On the macintosh, check to see if getmyipaddr returns | Theodore Tso | 1999-01-27 | 1 | -0/+5 |
| * | sn2princ.c (krb5_sname_to_principal): Windows NT5's broken resolver | Theodore Tso | 1999-01-05 | 1 | -0/+7 |
| * | changepw.c: Add a test for _WIN16 as well as _WIN32 for sockets | Theodore Tso | 1999-01-05 | 1 | -0/+6 |
| * | localaddr.c: Added missing KRB5_DLLIMP and KRB5_CALLCONF macros from | Theodore Tso | 1998-12-05 | 1 | -0/+5 |
| * | realm_iter.c: New function which iterators over the realms in the | Theodore Tso | 1998-12-04 | 1 | -0/+5 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-13 | 1 | -1/+7 |
| * | Fix bug where if the fcntl-style lock succeeded, we should return | Theodore Tso | 1998-11-13 | 1 | -0/+6 |
| * | lock_file.c (krb5_lock_file): Move the flock() fallback code from | Theodore Tso | 1998-11-03 | 1 | -0/+9 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -0/+13 |
| * | We shouldn't try to use the CCache API on Unix systems. (The maze of | Theodore Tso | 1998-09-26 | 1 | -0/+5 |
| * | ccdefname.c (krb5_cc_default_name): Changed the PC version to use the | Theodore Tso | 1998-09-01 | 1 | -0/+7 |
| * | Changed Mac specific stuff to use CCache API | Miro Jurisic | 1998-08-21 | 1 | -0/+5 |
| * | * changepw.c (krb5_change_password): Changes casts from char * to | Ezra Peisach | 1998-07-16 | 1 | -0/+5 |
| * | Update Macintosh changes to ChangeLog which Marshall made on 1/13/98 | Theodore Tso | 1998-07-02 | 1 | -0/+8 |
| * | Fix obvious bug where we were returning a pointer to an automatic | Theodore Tso | 1998-07-01 | 1 | -0/+7 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 1 | -0/+5 |
| * | Collapse lib/krb5's configure.in files into a single top-level | Theodore Tso | 1998-02-28 | 1 | -0/+6 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -0/+5 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 1 | -0/+4 |
| * | * changepw.c (krb5_change_password): KRB5_USE_INET -> | Tom Yu | 1998-01-30 | 1 | -0/+5 |
| * | * locate_kdc.c (krb5_locate_kdc): Check return of | Tom Yu | 1998-01-03 | 1 | -0/+8 |
| * | * locate_kdc.c (krb5_locate_kdc): Free hostlist array elements | Ezra Peisach | 1997-12-16 | 1 | -0/+5 |
| * | * locate_kdc.c (krb5_locate_kdc): Get rid of extra krb5_xfree | Ezra Peisach | 1997-12-07 | 1 | -0/+5 |
| * | * Makefile.in: Add changepw.c, prompter.c | Tom Yu | 1997-12-06 | 1 | -0/+14 |
| * | * t_std_conf.c (main): Call krb5_free_context when done | Ezra Peisach | 1997-10-06 | 1 | -0/+4 |
| * | Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs | Tom Yu | 1997-10-02 | 1 | -0/+13 |
| * | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 1 | -0/+18 |
| * | remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS | Tom Yu | 1997-09-19 | 1 | -0/+4 |
| * | * ccdefname.c (krb5_cc_default_name): Returns a const char * | Ezra Peisach | 1997-09-15 | 1 | -0/+4 |
| * | * gmt_mktime.c (days_in_month): Now const. | Ezra Peisach | 1997-08-17 | 1 | -0/+5 |
| * | win-pwd.rc: Windows dialog information for password prompting | Richard Basch | 1997-02-25 | 1 | -0/+6 |
| * | Moved some of the library list file build logic from the individual Makefiles | Richard Basch | 1997-02-23 | 1 | -0/+5 |
| * | Removed un-user extern declaration of krb5_config_file - | Ezra Peisach | 1997-02-22 | 1 | -0/+4 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 1 | -0/+9 |
| * | mk_faddr.c: Added FAR declaration | Richard Basch | 1997-02-07 | 1 | -0/+4 |
| * | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -0/+10 |
| * | * osconfig.c: Add warning re: global variables | Tom Yu | 1996-11-14 | 1 | -0/+2 |
| * | revert kt_default_name changes; see ChangeLogs for details | Tom Yu | 1996-11-13 | 1 | -0/+3 |
| * | * ktdefname.c (krb5_kt_default_name): Fix a few memory-leak type | Tom Yu | 1996-11-13 | 1 | -0/+5 |
| * | * osconfig.c: Remove krb5_defkeyname to catch other things that | Tom Yu | 1996-11-13 | 1 | -0/+3 |
| * | * ktdefname.c (krb5_kt_default_name): Change logic to no longer | Tom Yu | 1996-11-13 | 1 | -0/+6 |
| * | 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 | 1 | -0/+14 |