summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for secondary KDC portTheodore Tso1992-09-291-0/+5
* Added support for secondary Kerberos portTheodore Tso1992-09-291-3/+30
* Changes to store the alternate key/salt information if presentTheodore Tso1992-09-291-55/+159
* Now allows the user to pass in their own custom salt information for theTheodore Tso1992-09-291-4/+11
* Add version number to the ktfile structure.Theodore Tso1992-09-291-0/+16
* Folded in HP's changes to the keytab file format, plus our changes toTheodore Tso1992-09-291-266/+594
* Added support for the ktf_remove functionTheodore Tso1992-09-291-1/+48
* Removed needless break statements (was causing Saber to flame)Theodore Tso1992-09-291-18/+18
* Re-indented to improve readability; fixed error handling situationTheodore Tso1992-09-291-106/+104
* Change to alocate krb5_principal correctly.Theodore Tso1992-09-291-1/+5
* Change to alocate krb5_principal correctlyTheodore Tso1992-09-291-1/+5
* Added check of the receiver's address (if present)Theodore Tso1992-09-292-0/+11
* Changes to support new calling sequence for get_in_tkt (preauthenticationTheodore Tso1992-09-292-11/+18
* Changes to support preauthentication, and return of KDC's reply packetTheodore Tso1992-09-291-8/+68
* Changes for separate source and build directoriesJohn Carr1992-09-251-5/+3
* Principal type changesJohn Carr1992-09-251-2/+3
* Changes for separate source and binary directories.John Carr1992-09-251-17/+13
* Removed some saber lint flamesTheodore Tso1992-09-243-17/+28
* Made the conversion process more flexible by allowing making the realmTheodore Tso1992-09-241-42/+55
* Modified to initialize the krb5 principal type information. Also modifiedTheodore Tso1992-09-241-2/+5
* Added the preauth.c fileTheodore Tso1992-09-241-0/+2
* *** empty log message ***Theodore Tso1992-08-272-0/+89
* Fixed lint flamageTheodore Tso1992-08-271-1/+0
* Changed to make saber flame less..Theodore Tso1992-08-262-6/+13
* Fixed some saber bugs...Theodore Tso1992-08-264-26/+37
* As modified by Prasad @ ISI; PA DATA restructuring...Theodore Tso1992-08-251-1/+54
* As modified by Prasad @ ISI; PA DATA restructuring...Theodore Tso1992-08-251-2/+54
* *** empty log message ***Theodore Tso1992-08-214-0/+389
* Principal type changesJohn Carr1992-08-213-14/+17
* Add shared library support.John Carr1992-08-211-11/+16
* Support separate source and binary directories.John Carr1992-08-211-1/+3
* Support different source and binary directoriesJohn Carr1992-08-211-26/+26
* Delete unused variablesJohn Carr1992-08-211-2/+1
* Change "UINT4" type to "krb5_ui_4"John Carr1992-08-212-49/+54
* Support separate source and binary directories.John Carr1992-08-211-5/+4
* Support separate source and binary directoriesJohn Carr1992-08-212-40/+46
* Principal type changesJohn Carr1992-08-219-25/+49
* Add support for separate source and binary directoriesJohn Carr1992-08-211-55/+57
* Fix loop exit test: rv->next should have been rvJohn Carr1992-08-211-1/+1
* Don't depend on behavior of malloc(0)John Carr1992-08-211-1/+7
* Support separate source and binary directoriesJohn Carr1992-08-215-33/+35
* Make DES library name configurableJohn Carr1992-08-211-1/+1
* Make name of DES library configurableJohn Carr1992-08-211-1/+1
* Changes for separate source and binary directoriesJohn Carr1992-08-211-5/+7
* Principal type changesJohn Carr1992-08-217-118/+133
* Call krb5_build_principal_ext instead of constructing a principal structureJohn Carr1992-08-211-24/+4
* Don't depend on behavior of malloc(0)John Carr1992-08-211-10/+15
* Add function krb5_append_addresses, to concatenate two address listsJohn Carr1992-08-211-0/+53
* Pass extra argument to krb5_walk_realm_tree.John Carr1992-08-211-4/+4
* Reduce the scope of the temporary assignment to tktauthent->ticketJohn Carr1992-08-211-4/+5