summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-1674-2954/+3510
* Fix stupid logic bug in last versionKen Raeburn2009-09-151-2/+2
* Add t_unal.c to SRCS and generate dependencies..Ezra Peisach2009-09-152-1/+5
* Test byte ordering determination and unaligned accessKen Raeburn2009-09-152-2/+52
* Check __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine endianness.Ken Raeburn2009-09-151-2/+6
* Initialize several variables - so that on error cleanup - we do not try to freeEzra Peisach2009-09-141-1/+3
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-09-137-1214/+0
* Implement s4u extensionsGreg Hudson2009-09-1371-576/+5306
* In the top-level configure.in, switch from dnl comments to # commentsGreg Hudson2009-09-111-180/+180
* Fix parsing of GSS exported namesGreg Hudson2009-09-111-4/+18
* In ksetpwd (a program we don't yet install), don't display the newGreg Hudson2009-09-091-2/+0
* Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson2009-09-091-1/+4
* Supply canonical name if present in LDAP iterationGreg Hudson2009-09-031-5/+6
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-0325-12/+1371
* Supply LDAP service principal aliases to non-referrals clientsGreg Hudson2009-09-031-1/+25
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0221-168/+182
* ldap master key migration test's input filesHaoQi Li2009-08-314-0/+60
* ldap master key migration stuffHaoQi Li2009-08-312-0/+974
* This time I actually added the filesHaoQi Li2009-08-315-0/+881
* Added Master Key Migration db2 backend stuffHaoQi Li2009-08-310-0/+0
* use perror instead of error in kadm5 test suiteTom Yu2009-08-282-39/+39
* Clean up a little bit of test suite spew in env-setup: first, whenGreg Hudson2009-08-281-12/+6
* Update a kadm5 testing library function which was callingGreg Hudson2009-08-281-1/+2
* Remove bogus conditional from tcl_kadm5_randkey_principal(), which wasTom Yu2009-08-281-1/+1
* Document kinit -C and -E optionsGreg Hudson2009-08-281-1/+9
* Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 andGreg Hudson2009-08-281-5/+16
* Memory leak in spnego accept_sec_context error pathGreg Hudson2009-08-271-0/+7
* Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn2009-08-219-136/+92
* update dependenciesKen Raeburn2009-08-213-21/+1
* Use load_32_be processing length in TCP replyKen Raeburn2009-08-211-5/+1
* Change "vague-errors" compile-time conditionals into run-timeKen Raeburn2009-08-213-18/+22
* Use {load,store}_{16,32}_be for big-endian integersKen Raeburn2009-08-211-17/+4
* Minor code cleanups in pkinit plugin, mostly around malloc/freeGreg Hudson2009-08-187-262/+166
* Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2009-08-172-2/+2
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-1714-63/+75
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-174-39/+0
* In doc/Makefile, specify the new location of the kpasswd man page (theGreg Hudson2009-08-141-2/+2
* Remove kadmin v1 API supportGreg Hudson2009-08-1379-13399/+382
* Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson2009-08-131-1/+1
* Reply message ordering bug in ftpdGreg Hudson2009-08-121-3/+2
* r22529@squish: raeburn | 2009-08-12 13:49:45 -0400Ken Raeburn2009-08-125-39/+99
* Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson2009-08-101-1/+4
* Check for null characters in pkinit cert fieldsGreg Hudson2009-08-101-0/+7
* Narrow the contract of pkinit_client_profile by passing in the realmGreg Hudson2009-08-101-13/+14
* In pkinit_clnt.c, make private functions static. There and inGreg Hudson2009-08-102-118/+10
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-102-8/+9
* Remove pkinit_identity_process_option, which wasn't doing anythingGreg Hudson2009-08-102-84/+19
* Fix the LDAP build, which was broken by the build reordering inGreg Hudson2009-08-072-4/+10
* In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson2009-08-031-3/+3
* Be a little more verbose about errors from mit_des_key_sched(), andTom Yu2009-08-031-1/+2