| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * keytab.c (krb5_ktkdb_close): Free memory allocated by | Ezra Peisach | 1996-06-11 | 2 | -1/+17 |
* | Remove kdb4 library building. Nothing in the source tree now needs it | Ezra Peisach | 1996-06-11 | 3 | -4/+6 |
* | more cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -0/+1 |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 96 | -95/+54 |
* | Fix typo for VFAT/NTFS compilation | Theodore Tso | 1996-06-10 | 1 | -1/+1 |
* | * main.c (finish_realm): Do not invoke krb5_finish_key if | Ezra Peisach | 1996-06-10 | 2 | -1/+7 |
* | * util.c (strstr): Replace crusty OS specific ifdef with configure | Ezra Peisach | 1996-06-10 | 3 | -2/+10 |
* | * configure.in: Remove kdb4 library usage | Ezra Peisach | 1996-06-08 | 3 | -13/+7 |
* | s^big^little^ in explanation | Ezra Peisach | 1996-06-08 | 1 | -1/+1 |
* | Dynamic test of byteorder when htonl was removed failed for half of the | Ezra Peisach | 1996-06-08 | 2 | -0/+6 |
* | Use full directory name "error_tables" when building under Windows so | Theodore Tso | 1996-06-07 | 2 | -4/+10 |
* | Use full directory name "error_tables" when building under Windows so | Theodore Tso | 1996-06-07 | 2 | -4/+12 |
* | Beginnings of Win-32 support | Theodore Tso | 1996-06-07 | 3 | -30/+80 |
* | Changed `mutual' element of struct _krb5_gss_ctx_id_rec into more general | Kevin Mitchell | 1996-06-07 | 6 | -12/+21 |
* | add mkey_from_kbd, update create/modify masks | Barry Jaspan | 1996-06-06 | 1 | -7/+17 |
* | Don't pass $(LIBCMD) on the command line. It's set in the windows.in | Theodore Tso | 1996-06-06 | 16 | -31/+68 |
* | Add the option /PAGESIZE:128 to the library command, since the krb5 | Theodore Tso | 1996-06-06 | 2 | -1/+6 |
* | Don't use htonl(); it doesn't exist under Windows. Instead do the | Theodore Tso | 1996-06-06 | 2 | -5/+14 |
* | Update function prototype for krb5_encrypt_tkt_part | Theodore Tso | 1996-06-06 | 2 | -6/+8 |
* | Add port number reserved for the password changing protocol | Theodore Tso | 1996-06-06 | 1 | -3/+7 |
* | Minor grammer fix | Theodore Tso | 1996-06-06 | 2 | -1/+5 |
* | Update krb5.constants file | Theodore Tso | 1996-06-06 | 1 | -0/+5 |
* | Update .Sanitize file | Theodore Tso | 1996-06-06 | 1 | -0/+1 |
* | Remove extraneous '*' from definition | Theodore Tso | 1996-06-06 | 3 | -2/+6 |
* | Update .Sanitize files | Theodore Tso | 1996-06-06 | 1 | -0/+2 |
* | Update .Sanitize file | Theodore Tso | 1996-06-06 | 4 | -1/+70 |
* | Updated .Sanitize file | Theodore Tso | 1996-06-06 | 3 | -9/+0 |
* | Update patchlevel for Beta 6 release | Theodore Tso | 1996-06-06 | 2 | -1/+3 |
* | Update .Sanitize files to reflect current file status | Theodore Tso | 1996-06-06 | 20 | -16/+33 |
* | When reading in the test value from a file, don't free free | Theodore Tso | 1996-06-06 | 2 | -2/+8 |
* | Remove last traces of the krb425 library | Theodore Tso | 1996-06-06 | 2 | -62/+0 |
* | (FILES): Include lib/crypto/sha/* in list of files to be built for | Theodore Tso | 1996-06-06 | 2 | -1/+9 |
* | Include sha in the list of subdirectories for the Macintosh | Theodore Tso | 1996-06-06 | 2 | -1/+6 |
* | A static function must not use the INTERFACE keyword | Theodore Tso | 1996-06-06 | 2 | -1/+6 |
* | * krb5_decode_test.c (main): For asn1_decode_enc_kdc_rep_part, | Ezra Peisach | 1996-06-05 | 2 | -1/+7 |
* | * asn1_k_decode.c (asn1_decode_enc_kdc_rep_part): If starttime is | Ezra Peisach | 1996-06-05 | 2 | -1/+7 |
* | Always do USE_ANAME if kdbm_deplib is not defined, since in shared | Theodore Tso | 1996-06-04 | 2 | -0/+13 |
* | * configure.in: Ezra's changes to allow compiling w/o krb4 | Tom Yu | 1996-06-04 | 2 | -0/+14 |
* | * configure.in: Ezra's patches to allow compilation w/o krb4 | Tom Yu | 1996-06-04 | 2 | -0/+15 |
* | * Makefile.in,configure.in: allow compilation w/o krb4 (Ezra's | Tom Yu | 1996-06-04 | 3 | -1/+25 |
* | * login.c: Ezra's patches to trim unsed arg from | Tom Yu | 1996-06-04 | 1 | -6/+14 |
* | * Makefile.in, configure.in: back out previous changes and use | Tom Yu | 1996-06-03 | 3 | -7/+8 |
* | * configure.in, Makefile.in: only link getdtablesize.o if needed | Tom Yu | 1996-06-03 | 3 | -2/+11 |
* | switch to USE_KADM5_API_VERSION == n instead of USE_KADM5_API_VERSION_n | Barry Jaspan | 1996-05-30 | 1 | -5/+6 |
* | update kadm5_get_policy to use caller allocation | Barry Jaspan | 1996-05-30 | 1 | -18/+27 |
* | * aclocal.m4 (AC_CHECK_DBM_PROTO): sense of arguments to be | Tom Yu | 1996-05-29 | 2 | -2/+7 |
* | untabify | Barry Jaspan | 1996-05-29 | 1 | -12/+12 |
* | remove an xxx, add a new one, update SUPPORT_DESMD5 description | Barry Jaspan | 1996-05-29 | 1 | -6/+26 |
* | add AUTH_LIST and AUTH_CHANGEPW error codes | Barry Jaspan | 1996-05-29 | 1 | -0/+2 |
* | first cut at updating authorization semantics | Barry Jaspan | 1996-05-29 | 1 | -28/+35 |