summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Update test vtable functions to match proper function prototypes.Ezra Peisach2011-07-271-1/+3
* Ensure profile_iterator always sets output paramsGreg Hudson2011-07-261-4/+4
* Never return profile on error opening fileGreg Hudson2011-07-251-1/+6
* Fix a premature free in ss_listen()Greg Hudson2011-07-251-1/+1
* Rewrite set_results() in prof_get.cGreg Hudson2011-07-251-19/+22
* Restore accessor behavior on null profilesGreg Hudson2011-07-251-0/+8
* Don't include <editline/history.h>Greg Hudson2011-07-221-1/+0
* Add libedit/readline support to ssGreg Hudson2011-07-222-20/+36
* Better workaround for profile test moduleGreg Hudson2011-07-211-3/+1
* Set SHLIB_RDIRS in profile test module buildGreg Hudson2011-07-211-0/+3
* Fix dependencies of test_load in profile libraryGreg Hudson2011-07-211-1/+1
* Fix profile_abandon() management lib_handle lockGreg Hudson2011-07-211-1/+4
* Add support for loadable profile modulesGreg Hudson2011-07-2017-76/+506
* Add libprofile support for vtable-backed profilesGreg Hudson2011-07-2010-85/+819
* Declare gmt_mktime before useKen Raeburn2011-07-171-0/+4
* use timegm() for krb5int_gmt_mktime() when availableTom Yu2011-07-111-1/+35
* Fix make clean in gss-kernel-libGreg Hudson2011-07-111-2/+1
* Enable and fix warnings in util/gss-kernel-libGreg Hudson2011-06-277-18/+55
* Make kgss test processes run in lock-stepGreg Hudson2011-06-274-0/+42
* Add a missing call in t_kgss_user.cGreg Hudson2011-06-271-0/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-1/+1
* Set LC_MESSAGES to "C" in tests which run commandsGreg Hudson2011-06-101-0/+2
* Mark up strings for translationGreg Hudson2011-06-101-5/+5
* Add localization support to com_errGreg Hudson2011-06-107-13/+68
* Remove static error table list in built-in com_errGreg Hudson2011-06-052-69/+32
* Link t_kgss_kernel against libkrb5support since parts of libkgss useGreg Hudson2011-05-151-2/+3
* Add more missing headers in kernel subset directory. Hopefully theGreg Hudson2011-05-112-91/+101
* Reference libraries from the build tree when linking andGreg Hudson2011-05-111-0/+1
* Add more missing headers in kernel subset directoryGreg Hudson2011-05-102-84/+109
* Fix the header list for the kernel subset directoryGreg Hudson2011-05-102-32/+38
* Kernel subsetGreg Hudson2011-05-0911-1/+1490
* CoreFoundation is no longer used for UCS2 conversionsKen Raeburn2011-04-031-1/+1
* Revert r24815 and the RTLD_NODELETE part of r24744, which wasGreg Hudson2011-04-031-10/+2
* Only use RTLD_NODELETE if it's availableKen Raeburn2011-04-031-3/+11
* Set better error messages when plugins fail to load.Greg Hudson2011-03-251-4/+8
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0926-121/+91
* Add a script and Makefile target to check for violations of theGreg Hudson2011-03-091-0/+105
* In export-check.pl, display a better error if there are duplicateGreg Hudson2011-03-021-0/+4
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-011-0/+2
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-287-36/+10
* Fix Windows buildGreg Hudson2010-11-252-0/+43
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-201-7/+7
* Correct a minor error in the k5test documentationGreg Hudson2010-11-151-1/+1
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-1/+1
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-051-1/+2
* make dependSam Hartman2010-09-291-1/+1
* Add an extra arguments parameter to k5test's realm.start_kdc()Greg Hudson2010-09-171-4/+5
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-072-0/+12
* Make the new profile tcl tests work with tcl 8.3Greg Hudson2010-08-311-4/+4
* Fix a resource leak in the profile include supportGreg Hudson2010-08-291-5/+8