summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* As submitted by Openvision Technologies:Theodore Tso1993-12-1849-0/+5808
* Removing old gssapi implementationTheodore Tso1993-12-1832-6620/+0
* Added function which does V4/V5 compatibility for sendauth/recvauthTheodore Tso1993-12-152-0/+325
* Added dependencies for the machine generated DES filesTheodore Tso1993-12-151-0/+4
* Preprend "FILE:" when converting from V4 ticket file name to V5Theodore Tso1993-12-152-10/+32
* Added install productions for the des425 and krb425 librariesTheodore Tso1993-12-151-0/+2
* Added flags argument to krb5_recvauth(), and added support for flags whichTheodore Tso1993-12-011-17/+15
* Declare statically used procedure (previously and incorrectly defined in .hTheodore Tso1993-12-012-1/+9
* Free cred->server before overwriting itTheodore Tso1993-12-011-0/+4
* Fixed typo in copy_addrs; a set of curly braces was missingTheodore Tso1993-12-011-1/+2
* Declare statically used procedures before they're used, to keep lint/gcc happyTheodore Tso1993-12-011-0/+3
* If the select gets an EINTR error, retry with that host immediately, insteadTheodore Tso1993-12-011-1/+2
* Fix memory leak; make sure cur_entry is freed, as well as its contentsTheodore Tso1993-12-011-8/+10
* Make sure the ticket_info array is freed, not just its contents; and testTheodore Tso1993-12-011-10/+13
* GCC wants the "register" keyword to be first (before the "const" keyword)Theodore Tso1993-12-0142-56/+65
* 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-15156-411/+411
* 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
* Post decrement should have been predecrement; fixed fencepost errorTheodore Tso1993-09-221-1/+1
* Merged in ISI's modified CRED-INFO patchesTheodore Tso1993-09-226-208/+239
* Remove deference of freed structureTheodore Tso1993-09-211-1/+3
* 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-011-4/+4
* Wrong free routine was being calledTheodore Tso1993-09-011-1/+1
* Modifications supplied by Ari Medvinsky to include the authorizationTheodore Tso1993-09-015-9/+37
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-01382-764/+764
* 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