summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make rules for building NOTICE from RSTBen Kaduk2012-10-151-5/+20
* Set pointers to NULL after freeing themZhanna Tsitkov2012-10-152-0/+2
* Bump libkdb5 API and DAL versionsGreg Hudson2012-10-152-3/+3
* Wait for correct message in t_iprop.pyGreg Hudson2012-10-151-2/+1
* Add a -C flag to klist to also show config entriesNalin Dahyabhai2012-10-151-12/+54
* Use hex escaping for non-printable trace dataNalin Dahyabhai2012-10-151-3/+42
* Export krb5_cc_move()Nalin Dahyabhai2012-10-152-0/+2
* Correct type mismatches for get_as_key callbacksNalin Dahyabhai2012-10-152-2/+4
* Handle anonymous-as-signed-data-with-no-signersNalin Dahyabhai2012-10-151-27/+28
* Make sure that pkinit_octetstring_hkdf() inits NSSNalin Dahyabhai2012-10-151-0/+15
* Don't try to free an uninitialized keyblockNalin Dahyabhai2012-10-151-2/+0
* Sanity-check loading keys and certs from PEM filesNalin Dahyabhai2012-10-151-0/+15
* Reset the prompt_types list after calling prompterNalin Dahyabhai2012-10-151-0/+1
* Add responder support to preauth_otpNathaniel McCallum2012-10-154-18/+704
* Migrate to non-destructive tokeninfo selectionNathaniel McCallum2012-10-151-148/+191
* Move forward tokeninfo filteringNathaniel McCallum2012-10-151-63/+81
* Move pa_data encoding into a separate functionNathaniel McCallum2012-10-151-39/+45
* Eliminate races in t_iprop.pyGreg Hudson2012-10-131-15/+31
* Don't use void * arithmetic in interposed_oidGreg Hudson2012-10-131-1/+2
* Make t_iprop.py faster and more robustGreg Hudson2012-10-123-32/+80
* Fix a couple of typosNalin Dahyabhai2012-10-121-2/+2
* Add responder support to preauth_encts/preauth_ecNathaniel McCallum2012-10-122-0/+26
* Add responder support to get_as_key()Nathaniel McCallum2012-10-129-9/+70
* Allow null inputs to response item functionsNathaniel McCallum2012-10-121-2/+14
* Fix cast regexp in C style checkerGreg Hudson2012-10-111-1/+1
* Fix slow kprop dejagnu testGreg Hudson2012-10-103-6/+4
* Fix argument order when calling the responderNathaniel McCallum2012-10-101-2/+2
* De-conditionalize Camellia codeGreg Hudson2012-10-0930-221/+42
* Untabify preauth_sam2.cGreg Hudson2012-10-081-17/+17
* Remove iprop dejagnu testGreg Hudson2012-10-081-236/+0
* Import and complete Greg Hudson's iprop testNicolas Williams2012-10-082-0/+140
* Prep k5test.py for iprop (add start_kpropd(), ...)Nicolas Williams2012-10-081-6/+42
* krb5_db_delete_principal() can fail to unlock ulogNicolas Williams2012-10-081-1/+3
* Remove an old, incorrect comment in kpropd.cNicolas Williams2012-10-081-9/+0
* Send kpropd debug msgs to stderrNicolas Williams2012-10-081-4/+5
* Fix a minor race in kdb5_util loadNicolas Williams2012-10-053-37/+65
* Make kadmind iprop never return UPDATE_BUSYNicolas Williams2012-10-051-11/+1
* Remove MAX_ULOGENTRIESNicolas Williams2012-10-052-4/+1
* Add -R option to kproplog to force full resyncsNicolas Williams2012-10-051-4/+25
* Fix policy refcount corruption race in dumpNicolas Williams2012-10-051-10/+10
* Sync iprop header in kdb5_util dumpNicolas Williams2012-10-051-0/+10
* kdb5_util load needs iprop safety netNicolas Williams2012-10-051-15/+36
* Deprecate kpropd -S optionNicolas Williams2012-10-051-1/+12
* Add -p, -F, -K options to kadmindNicolas Williams2012-10-052-14/+34
* ipropd_svc.c DPRINT improvementsNicolas Williams2012-10-051-13/+34
* Fix kdb5_util dump raceNicolas Williams2012-10-052-34/+32
* Cleanup dump_db()Nicolas Williams2012-10-051-20/+14
* Use a single global dump for iprop full syncsNicolas Williams2012-10-055-89/+215
* Improve kpropd debug and syslog outputNicolas Williams2012-10-051-39/+123
* Improve kpropd behavior in iprop modeNicolas Williams2012-10-054-222/+181