summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/clnt
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized warning in client_init.cGreg Hudson2013-12-211-0/+3
* Allow realm in kadm5_init service namesGreg Hudson2013-12-211-48/+48
* Simplify libkadm5 client realm initializationGreg Hudson2013-12-211-47/+4
* Fix various warningsGreg Hudson2013-06-071-13/+4
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-3/+0
* make dependGreg Hudson2013-03-241-4/+3
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-161-2/+0
* make dependGreg Hudson2013-01-101-1/+1
* Fold kadm5 internal policy functions into callersGreg Hudson2013-01-091-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-2/+2
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-302-1/+13
* Add missing $(LIBS) to some shared librariesTom Yu2012-05-171-1/+1
* Remove admin_keytab references in code and docsGreg Hudson2012-03-041-2/+1
* Add kadmin functionality for string attributesGreg Hudson2011-09-213-0/+81
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-043-12/+0
* Remember and close the kadmin socket we openedGreg Hudson2011-08-262-1/+9
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-1/+2
* Make dependGreg Hudson2011-02-251-4/+4
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-083-0/+39
* Make dependGreg Hudson2010-09-081-14/+15
* Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson2010-07-081-4/+3
* Make kadmin work over IPv6Greg Hudson2010-06-261-21/+53
* Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson2010-06-251-149/+95
* Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson2010-06-251-25/+19
* make dependGreg Hudson2010-06-071-5/+5
* Improve the error message from kadmin when hostname resolution failsGreg Hudson2010-05-181-3/+1
* Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson2010-05-041-1/+1
* Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson2010-01-192-1/+6
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-2/+3
* Anonymous support for KerberosSam Hartman2009-12-282-22/+39
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-52/+51
* In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach2009-11-221-0/+8
* Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach2009-11-211-0/+2
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-041-211/+211
* make mark-cstyleTom Yu2009-10-318-1098/+1106
* Account lockoutGreg Hudson2009-10-251-1/+11
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-3/+4
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-13/+12
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-12/+13
* Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2009-08-171-1/+1
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-16/+15
* Remove kadmin v1 API supportGreg Hudson2009-08-134-180/+49
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-0/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-24/+23
* Force tickets acquired by the kadm5 client library via passwordRuss Allbery2009-01-141-1/+5
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-84/+82
* Include strings.h for memset prototypeEzra Peisach2009-01-052-0/+3
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-57/+51
* Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2008-12-161-1/+1