summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn2008-09-031-1/+1
* Fix vasprintf signed/unsigned mix; separate out duplicated error paths; pull ...Ken Raeburn2008-08-291-26/+40
* fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn2008-08-281-34/+27
* Fix resource leakKen Raeburn2008-08-281-0/+1
* Additional code for KerberosAgent. Checking in so Justin can work on itAlexandra Ellwood2008-08-284-312/+168
* compile-time flag to disable ipropKen Raeburn2008-08-271-3/+12
* Some helper rules for running Coverity PreventKen Raeburn2008-08-271-0/+30
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-2769-206/+263
* r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400Ken Raeburn2008-08-274-515/+47
* Change non-debug version of k5_debug_log to int to silence someKen Raeburn2008-08-261-1/+1
* whitespaceTom Yu2008-08-261-1/+1
* Fix PROG_LIBPATH so in-tree tests workTom Yu2008-08-251-1/+1
* Update description of -k option: From the code it appears the defaultKen Raeburn2008-08-251-3/+3
* Incorporate Apple's patchKen Raeburn2008-08-2514-2/+612
* Fix sense of test of lock call preparing to update debug info inKen Raeburn2008-08-251-1/+1
* CCAPI is leaking mach portsAlexandra Ellwood2008-08-221-2/+6
* Let walk_realm_tree tests fail for now, ignore them and keep goingKen Raeburn2008-08-221-1/+2
* Use capaths unconditionally. Update copyrightKen Raeburn2008-08-221-12/+2
* New macro for testing whether the compiler supports a givenKen Raeburn2008-08-221-15/+43
* KIM should not provide keytab functions when building lite frameworkAlexandra Ellwood2008-08-223-0/+158
* Updated documentation to be more specific about TLS impactAlexandra Ellwood2008-08-221-5/+8
* Removed warnings of unused variableAlexandra Ellwood2008-08-221-1/+3
* Check for struct sockaddr_storage only in top-level configure script, notKen Raeburn2008-08-222-30/+1
* lean client changesZhanna Tsitkov2008-08-2035-51/+237
* Add support to send CFNotifications on ccache and cache collection changesAlexandra Ellwood2008-08-205-0/+139
* Notify clients on ccache deletionAlexandra Ellwood2008-08-203-7/+20
* Added some carriage returns to decrease line lengthAlexandra Ellwood2008-08-201-1/+3
* Update krb4 test to use aclocal.m4 macro and default to disabledKen Raeburn2008-08-191-9/+1
* Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2008-08-192-1/+5
* profile write code should only quote empty stringsAlexandra Ellwood2008-08-191-1/+1
* Get KerberosAgent building again after KIM changesAlexandra Ellwood2008-08-194-12/+23
* Default to not building krb4 supportKen Raeburn2008-08-191-3/+3
* Fixed export list for new hints functionsAlexandra Ellwood2008-08-193-16/+9
* Modified hints APIs to be a single API that takes string keys.Alexandra Ellwood2008-08-1932-892/+683
* Updated bindings. Incomplete but commiting to avoid losing changesAlexandra Ellwood2008-08-181-44/+46
* Using gcov, it was noted that the tests were never including authdataEzra Peisach2008-08-171-8/+86
* In parsing authorization data, if run out of memory, the authorizationEzra Peisach2008-08-162-2/+6
* In copying a credential - if we run out memory - the cleanup code failed to c...Ezra Peisach2008-08-161-3/+5
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-164-22/+23
* Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood2008-08-154-13/+22
* mac port of kim should not depend on kipcAlexandra Ellwood2008-08-152-2/+6
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-155-6/+6
* a stash file is not a keytabWill Fiveash2008-08-1529-155/+513
* Only add -Os for size optimizations if CFLAGS wasn't specified already. IfKen Raeburn2008-08-141-2/+6
* If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2008-08-143-2/+13
* In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2008-08-142-2/+10
* In krb5int_copy_creds_contents - if we run out of memory, do notEzra Peisach2008-08-141-1/+2
* Clean up memory leak in krb5_build_principal if we run out of memoryEzra Peisach2008-08-141-0/+3
* Error return from krb5int_random_string not tested in ccache codeEzra Peisach2008-08-142-2/+13
* krb5_fcc_read_addrs returns pointer to released memory on malloc failreEzra Peisach2008-08-141-0/+1