aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/srv/server_acl.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu1-527/+528
2009-08-10Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson1-3/+4
2009-06-06kadmind is parsing acls good deref NULL pointer on errorEzra Peisach1-13/+17
2009-06-06kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-23/+42
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-08-06Don't coerce fgetc value to char before EOF checkKen Raeburn1-2/+4
2008-06-24Merge from branch sun-ipropKen Raeburn1-1/+2
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-1/+2
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn1-1/+1
2004-08-20renamed acl_* functions to kadm5int_acl_*Alexandra Ellwood1-53/+53
2002-03-032002-03-02 Sam Hartman <hartmans@mit.edu>Sam Hartman1-25/+23
2001-06-18 * server_misc.c (passwd_check): cast argument toEzra Peisach1-2/+2
2001-02-18 * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach1-8/+11
2000-03-16Matt Crawford's kadm acl fixes & enhancementsKen Raeburn1-64/+326
2000-02-26* server_acl.c (acl_get_line): Patch from Matt Crawford to permit line contin...Ken Raeburn1-13/+35
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1997-10-13 * server_init.c (kadm5_destroy): Call kadm5_free_config_paramsEzra Peisach1-1/+3
1997-04-23add kadm5_setkey_principalBarry Jaspan1-0/+1
1996-12-03 * server_acl.c (acl_load_acl_file): log errors viaBarry Jaspan1-9/+14
1996-07-24 * Makefile.in, configure.in: break out server lib into aTom Yu1-0/+511