summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-171-2/+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
* Make sure krb5_init_ets() only initalizes the error tables onceTheodore Tso1993-07-101-0/+6
* Initial revisionTheodore Tso1993-06-0336-0/+4989
* Portability changesTheodore Tso1993-06-036-3/+25
* *** empty log message ***Theodore Tso1993-06-034-63/+49
* Changed to only encode the rtime if it is non-zero in the structureTheodore Tso1993-06-031-1/+1
* Changed to only encode the from time if it is non-zero in the structureTheodore Tso1993-06-031-4/+6
* Patch so that a ticket with no host address generate the correctTheodore Tso1993-06-031-5/+8
* Change to generate the renew_time if it was non-zero in the structure,Theodore Tso1993-06-031-1/+1
* Chnages to support the new KRB5_CRED messageTheodore Tso1993-06-031-3/+32
* New routines to support the new KRB_CRED structureTheodore Tso1993-06-031-2/+10
* Initial revisionTheodore Tso1993-06-036-0/+686
* Added new error code for bad name type when converting a hostname toTheodore Tso1993-06-031-2/+2
* Added new error: unsupported version in database entryTheodore Tso1993-06-031-0/+1
* To support the new KRB5_CRED structuresTheodore Tso1993-06-031-2/+6
* Change to reflect new Imake macrosTheodore Tso1993-06-031-1/+1
* Changed interface to include canonicalization and different requestedTheodore Tso1993-06-031-30/+54
* Changed so that if there is to DBM translation file, to fall back toTheodore Tso1993-06-031-21/+45
* Make sendauth() work if the passed-in checksum pointer is NULLTheodore Tso1993-06-031-10/+0
* Make sure authorization data in the TGS_REQ is initialized correctlyTheodore Tso1993-06-031-0/+3
* Fix so that recvauth will work even if a null cachename is passed inTheodore Tso1993-06-031-11/+18
* Only generate a key if it's necessaryTheodore Tso1993-06-031-5/+13
* Patches to get user-to-user credentials to work correctlyTheodore Tso1993-06-031-3/+3
* Fix bug where an allocated structure was used before it was checked toTheodore Tso1993-06-031-2/+2
* Revamped to handle conversion both back and forth between V4 and V5 namesTheodore Tso1993-06-031-43/+147
* Merged in sandia's new secuireid codeTheodore Tso1993-02-261-51/+103
* Fixed so that if the passed in addresses is NULL, default to using localTheodore Tso1993-02-261-1/+4
* Fixed stupid typoTheodore Tso1993-02-261-1/+1
* Work around code where malloc(0) returns 0Theodore Tso1993-02-261-6/+14
* The authdata field of the credential wasn't being copied. FixedTheodore Tso1993-02-261-0/+6
* Do the right thing if the passed auth data is nullTheodore Tso1993-02-261-0/+5
* In krb5_copy_addresses(), do the right thing if the passed address is NULL.Theodore Tso1993-02-261-2/+8
* Renamed read_password.c -> read_passwd.c, and string_to_key.c toTheodore Tso1993-02-261-4/+4
* Renamed copy_checksum.c to copy_cksum.c, to avoid 14 char length problemsTheodore Tso1993-02-261-2/+2
* Added include for <errno.h>Theodore Tso1993-02-261-0/+7
* Fixed locking #includesTheodore Tso1993-02-261-14/+55
* Added fix to avoid the malloc(0) problemTheodore Tso1993-02-232-20/+25
* Added #define for errno.hTheodore Tso1993-02-231-1/+1
* Added include for errno.hTheodore Tso1993-02-231-1/+1
* Added include for errno.h; check for length = 0 before allocating: forTheodore Tso1993-02-231-5/+17
* Added define for <errno.h>Theodore Tso1993-02-231-0/+1
* Portability changes for unicos and sysvimpTheodore Tso1993-02-231-3/+7
* Added include for errno.h; added support for fchmod()Theodore Tso1993-02-231-1/+5
* Added include for errno.h; added support for systems w/o fchmod()Theodore Tso1993-02-231-2/+6
* Added include for errno.hTheodore Tso1993-02-231-1/+1