summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* don't deref newkey unless it's there..John Kohl1991-03-041-3/+4
* fix copyrightsJohn Kohl1991-03-041-0/+1
* add a couple casts; include prototypesJohn Kohl1991-03-011-1/+2
* *** empty log message ***John Kohl1991-03-011-0/+110
* add gen_subkeyJohn Kohl1991-03-011-0/+2
* add gen_seqnumJohn Kohl1991-03-011-2/+4
* allow it to generate the random key as neededJohn Kohl1991-02-281-2/+12
* update to actually do replay checkingJohn Kohl1991-02-272-10/+53
* add rcache handlingJohn Kohl1991-02-272-3/+54
* oops, need to compare lengths first..John Kohl1991-02-271-3/+6
* use memcmp, not strncmpJohn Kohl1991-02-251-6/+6
* *** empty log message ***John Kohl1991-02-221-0/+53
* plug memory leakJohn Kohl1991-02-201-0/+4
* we can and should free creds.serverJohn Kohl1991-02-201-2/+3
* clean up tgtJohn Kohl1991-02-201-0/+1
* remove spurious commaJohn Kohl1991-02-201-1/+1
* plug a memory leakJohn Kohl1991-02-201-5/+13
* Added cp_key_cnt to the libraryTheodore Tso1991-02-191-0/+2
* Changes to conform with API modificationsTheodore Tso1991-02-1914-200/+194
* Changed ot make it copy back the principal returned by the KDCTheodore Tso1991-02-191-5/+10
* update copyright noticesJohn Kohl1991-02-194-14/+12
* update copyright noticesJohn Kohl1991-02-191-3/+3
* changed interface of walk_rtree (only need realm names, not principals)John Kohl1991-02-181-3/+4
* fix up to allow KDC to return a shorthand path, and to ask KDC's for suchJohn Kohl1991-02-181-7/+35
* incorporate fixes from pau@ibm.com, plus other errors.John Kohl1991-02-181-38/+48
* fix mistaken order of args to tgtname()John Kohl1991-02-061-2/+2
* Changed to use the decryption key from the the _client_ principal,Theodore Tso1991-01-181-6/+6
* Robustified copy_authenticator so that the passed in authenticatorTheodore Tso1991-01-091-18/+21
* modify replay cache code to generalize itJohn Kohl1991-01-081-4/+17
* actually don't need DES version, since it's in an encrypted piece in theJohn Kohl1991-01-031-1/+1
* need a digest function which is secureJohn Kohl1991-01-031-1/+1
* Added copy_athctr.c and copy_checksum.c to the list of files thatTheodore Tso1990-12-201-0/+4
* Initial revisionTheodore Tso1990-12-191-0/+64
* copy_checksum shouldn't have been declared static!Theodore Tso1990-12-191-1/+1
* fix min to be min (not max)Jon Rochlis1990-12-181-1/+1
* Removed an unused variableTheodore Tso1990-12-181-1/+0
* Fixed typoTheodore Tso1990-12-181-2/+2
* Initial revisionTheodore Tso1990-12-181-0/+45
* change BADSEQ to BADORDERJohn Kohl1990-12-182-2/+2
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-1415-147/+337
* *** empty log message ***John Kohl1990-12-141-0/+54
* enc_rep is no longer constJohn Carr1990-12-131-2/+2
* Fix typo in previous changeJohn Carr1990-12-131-1/+1
* allow a NULL server argument to mean "take anything"John Kohl1990-12-121-2/+5
* need to widen a prototypeJohn Kohl1990-12-051-0/+4
* Make it backquote tabs and backslashes in the realm nameTheodore Tso1990-12-031-0/+2
* krb5_kt_resolve now takes a const *, so no cast neededJohn Kohl1990-11-271-1/+1
* fix const binding to correct placeJohn Kohl1990-11-271-1/+1
* use new macro for assigning encryption system pointersJohn Kohl1990-11-209-9/+9
* changes for narrow/wide prototypesJohn Kohl1990-11-192-8/+21