summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv/server_acl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various warningsGreg Hudson2013-06-071-1/+1
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-2/+2
* Mark up strings for translationGreg Hudson2011-06-101-8/+11
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* make mark-cstyleTom Yu2009-10-311-527/+528
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-101-3/+4
* kadmind is parsing acls good deref NULL pointer on errorEzra Peisach2009-06-061-13/+17
* kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach2009-06-061-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-23/+42
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Don't coerce fgetc value to char before EOF checkKen Raeburn2008-08-061-2/+4
* Merge from branch sun-ipropKen Raeburn2008-06-241-1/+2
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-1/+2
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-1/+1
* renamed acl_* functions to kadm5int_acl_*Alexandra Ellwood2004-08-201-53/+53
* 2002-03-02 Sam Hartman <hartmans@mit.edu>Sam Hartman2002-03-031-25/+23
* * server_misc.c (passwd_check): cast argument toEzra Peisach2001-06-181-2/+2
* * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach2001-02-181-8/+11
* Matt Crawford's kadm acl fixes & enhancementsKen Raeburn2000-03-161-64/+326
* * server_acl.c (acl_get_line): Patch from Matt Crawford to permit line contin...Ken Raeburn2000-02-261-13/+35
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * server_init.c (kadm5_destroy): Call kadm5_free_config_paramsEzra Peisach1997-10-131-1/+3
* add kadm5_setkey_principalBarry Jaspan1997-04-231-0/+1
* * server_acl.c (acl_load_acl_file): log errors viaBarry Jaspan1996-12-031-9/+14
* * Makefile.in, configure.in: break out server lib into aTom Yu1996-07-241-0/+511