summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure the ticket_info array is freed, not just its contents; and testTheodore Tso1993-12-011-10/+13
* Moved KRB5_TGS_NAME to krb5.h, from base-defs.h (where it didn't belong)Theodore Tso1993-12-014-12/+9
* GCC wants the "register" keyword to be first (before the "const" keyword)Theodore Tso1993-12-0142-56/+65
* Track style changes in Borman release of telnetTheodore Tso1993-11-201-2/+6
* Use new version of strftime from Borman release, so that strftimeTheodore Tso1993-11-201-30/+78
* Track style changes in Borman release of telnetTheodore Tso1993-11-201-14/+32
* Changes to support new CRED-ENC structureTheodore Tso1993-11-201-34/+38
* Misc cleanupTheodore Tso1993-10-301-14/+14
* Change use of index and rindex to strchr and strrchrTheodore Tso1993-10-301-5/+5
* Fixed bug in simple server where packet length wasn't being setTheodore Tso1993-10-301-0/+3
* Remove "register" declaration. Saber doesn't like itTheodore Tso1993-10-301-1/+1
* Code cleanup; removed vestigal codeTheodore Tso1993-10-301-53/+39
* Make sure memory is freed in error casesTheodore Tso1993-10-301-62/+52
* Change so that mk_req_ext won't accidentally free caller's client andTheodore Tso1993-10-301-8/+7
* Change code to produce \b, \n, and \tTheodore Tso1993-10-301-22/+42
* Added missing free calls in case of an errorTheodore Tso1993-10-301-7/+14
* Remove register from argument declaration. Confuses saber..Theodore Tso1993-10-301-4/+4
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-15176-517/+519
* Fixed memory leak reported by marc; mk_req_ext wasn't free the authenticatorTheodore Tso1993-10-151-10/+13
* Added krb5_free_authenticator_contents()Theodore Tso1993-10-152-0/+52
* Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-155-14/+14
* Post decrement should have been predecrement; fixed fencepost errorTheodore Tso1993-09-221-1/+1
* Changed to use the proper POSIX locking function if POSIX_FILE_LOCKS isTheodore Tso1993-09-221-2/+11
* Merged in ISI's modified CRED-INFO patchesTheodore Tso1993-09-228-251/+284
* Don't check file descriptor for secondary port if it is not definedTheodore Tso1993-09-211-1/+1
* Remove deference of freed structureTheodore Tso1993-09-211-1/+3
* Change to get the admin server to obtain the correct service key whenTheodore Tso1993-09-211-0/+2
* Change the version one credentials cache code so that the length fieldTheodore Tso1993-09-104-10/+38
* Changes from jik so that the .k5login file is honored even if it isTheodore Tso1993-09-011-7/+7
* Changed krb5_generate_authenticator to accept a princiapl instead ofTheodore Tso1993-09-012-6/+5
* Wrong free routine was being calledTheodore Tso1993-09-011-1/+1
* Modifications supplied by Ari Medvinsky to include the authorizationTheodore Tso1993-09-017-9/+44
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-01557-1114/+1114
* Fix typo in TGS_NAMETheodore Tso1993-08-181-2/+2
* Part of library directory reorg... the DONE file contains the list ofTheodore Tso1993-08-171-1/+1
* Fix to ignore all CVS directories...Theodore Tso1993-08-171-1/+1
* This shouldn't have been here...Theodore Tso1993-08-171-5/+0
* Fix memory leak; free_principal now frees entire kerberos principalTheodore Tso1993-08-171-2/+7
* Cleaned up TGTNAME define; now KRB5_TGS_NAMETheodore Tso1993-08-1711-23/+19
* Remove debugging syslogsTheodore Tso1993-08-171-7/+0
* Improved logging of TGS and AS error casesTheodore Tso1993-08-174-39/+138
* When creating a build tree, don't bother with the CVS directoriesTheodore Tso1993-08-171-0/+1
* Library directory reorganization; there are now crypto and krb5 directories,Theodore Tso1993-08-0419-73/+196
* Library directory reorganization; there are now crypto and krb5 directories,Theodore Tso1993-08-041-0/+36
* Need to include osconf.h for porting to LinuxTheodore Tso1993-07-291-0/+1
* element_KRB5_12 really should be element_KRB5_15; brain-damanagedTheodore Tso1993-07-292-5/+5
* Rename sendto to krb4_sendto, to avoid conflict with libc versionTheodore Tso1993-07-291-4/+4
* Move #includes for porting fixesTheodore Tso1993-07-291-5/+6
* Moved #include of kdb5_edit.h past the declaration of struct saltblock,Theodore Tso1993-07-291-2/+2
* Removed ccimake and imake; those are executablesTheodore Tso1993-07-295-3/+4