summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-1638-2940/+2722
* Fix return value of krb5int_des_make_key from rev 22769Zhanna Tsitkov2009-09-161-0/+2
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-1667-2879/+3424
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-09-137-1214/+0
* Implement s4u extensionsGreg Hudson2009-09-1347-351/+4099
* Fix parsing of GSS exported namesGreg Hudson2009-09-111-4/+18
* Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson2009-09-091-1/+4
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-0323-11/+1369
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0219-164/+178
* use perror instead of error in kadm5 test suiteTom Yu2009-08-282-39/+39
* Update a kadm5 testing library function which was callingGreg Hudson2009-08-281-1/+2
* Memory leak in spnego accept_sec_context error pathGreg Hudson2009-08-271-0/+7
* update dependenciesKen Raeburn2009-08-211-10/+0
* Use load_32_be processing length in TCP replyKen Raeburn2009-08-211-5/+1
* Use {load,store}_{16,32}_be for big-endian integersKen Raeburn2009-08-211-17/+4
* Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2009-08-172-2/+2
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-179-54/+65
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-173-38/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-1343-9418/+276
* Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson2009-08-131-1/+1
* Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson2009-08-101-1/+4
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-101-3/+4
* 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
* Fix deplibs for t_crcTom Yu2009-08-031-1/+1
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-036-2/+10
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-0317-697/+654
* In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson2009-08-031-1/+1
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-03242-1737/+1839
* Fix of the test cleanup Zhanna Tsitkov2009-08-011-0/+3
* Fix memory leak in k5_pac_verify_server_checksumEzra Peisach2009-07-302-1/+5
* memory leak in test code t_authdataEzra Peisach2009-07-301-0/+1
* Fix memory leak by release context at end of test codeEzra Peisach2009-07-301-0/+3
* Enctype list configuration enhancementsGreg Hudson2009-07-293-78/+334
* Use zero-terminated enctype lists in the context structure instead ofGreg Hudson2009-07-273-169/+148
* In krb5_copy_error_message, pass correct pointer toGreg Hudson2009-06-271-1/+1
* Update comments to reflect reality and the fact that this is not a file basedEzra Peisach2009-06-211-20/+28
* minor memory leak in 'none' replay cache typeKen Raeburn2009-06-181-2/+8
* In the previous patch - I neglected a potential NULL deref in the callEzra Peisach2009-06-171-1/+3
* krb5int_yarrow_final could deref NULL if out of memoryEzra Peisach2009-06-111-1/+2
* krb5int_rd_chpw_rep could call krb5_free_error with random valueEzra Peisach2009-06-101-1/+1
* Clean up and simplify kdb5.c; no functional changesGreg Hudson2009-06-081-707/+311
* In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson2009-06-081-258/+1
* Restore limited support for static linkingGreg Hudson2009-06-081-74/+43
* Don't build the kadm5/unit-test test programs during "make all"; buildGreg Hudson2009-06-081-4/+0
* kadmind is parsing acls good deref NULL pointer on errorEzra Peisach2009-06-061-13/+17
* kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach2009-06-061-1/+1
* Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson2009-06-011-25/+16
* Revert last changeKen Raeburn2009-05-271-7/+5
* Don't re-run test programs to recreate output every time 'check' is builtKen Raeburn2009-05-271-5/+7