summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* krb5_fcc_resolve file locking error on malloc failuerEzra Peisach2008-08-141-1/+2
* Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2008-08-134-51/+74
* Open log file for appending only, not also readingAlexandra Ellwood2008-08-131-1/+1
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-132-8/+14
* Rewrite the building of the ccache-type linked list to be linearKen Raeburn2008-08-122-25/+37
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-126-12/+12
* Shorter export list, dumping a bunch of stuff most clients probably would't needKen Raeburn2008-08-121-278/+149
* Add a new directory, configured but not built by default, and neverKen Raeburn2008-08-123-0/+507
* Actually use the export list for Darwin librariesKen Raeburn2008-08-121-1/+1
* Disable caching on Mac for nowKen Raeburn2008-08-121-1/+1
* Always define krb5int_pthread_loaded, for consistencyKen Raeburn2008-08-121-0/+4
* Update copyright notices to reflect donation of DES implementation byTom Yu2008-08-126-33/+143
* If krb5int_pthread_loaded is a function and we're using gcc, give it 'const' ...Ken Raeburn2008-08-081-1/+6
* New config option to enable size optimizationsKen Raeburn2008-08-071-2/+15
* Disable CONFIG_SMALL optimizations for nowKen Raeburn2008-08-071-0/+2