aboutsummaryrefslogtreecommitdiff
path: root/src/slave/kpropd.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn1-0/+1
2011-06-23Separate license and non-license comment in kpropdGreg Hudson1-2/+3
2011-06-23Use AI_ADDRCONFIG unconditionally in kpropdGreg Hudson1-5/+1
2011-06-10Add setlocale() calls to main functionsGreg Hudson1-0/+1
2011-06-10Mark up strings for translationGreg Hudson1-63/+60
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-2/+1
2011-02-09kpropd denial of service [MITKRB5-SA-2011-001 CVE-2010-4022]Tom Yu1-4/+4
2010-11-16Read KDC profile settings in kpropdGreg Hudson1-1/+3
2010-10-23Fix adjustment of counterKen Raeburn1-1/+1
2010-07-01In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson1-11/+32
2010-06-11Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson1-78/+52
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson1-2/+2
2009-12-31Use krb5_free_default_realm instead of free on the results ofEzra Peisach1-2/+2
2009-11-06Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu1-1348/+1330
2009-10-31make mark-cstyleTom Yu1-33/+33
2009-10-25Account lockoutGreg Hudson1-12/+40
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson1-2/+3
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-7/+7
2008-12-30Change kpropd_com_err_proc to prototype style, add format attributeKen Raeburn1-5/+14
2008-12-30If full resync fails, go into backoff modeKen Raeburn1-0/+1
2008-12-29Handle a number of warnings - including missing prototype,Ezra Peisach1-19/+8
2008-12-22Some cleanup from Shawn Emery: Use INITIAL_TIMER macros instead ofKen Raeburn1-1/+2
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-10/+8
2008-12-01Shawn's fix for some iprop bugs, with some tweaksKen Raeburn1-13/+100
2008-11-17Log more info if ulog_replay fails. Correctly use supplied keytab nameKen Raeburn1-5/+7
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-4/+1
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-06-24Merge from branch sun-ipropKen Raeburn1-15/+615
2007-07-20provide more useful error message when running kpropd on command lineKen Raeburn1-3/+12
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn1-1/+1
2006-06-20whitespaceKen Raeburn1-1/+1
2006-06-13Change kprop and kpropd to fall back on port 754 if krb5_prop isn'tRuss Allbery1-2/+2
2001-12-06 * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach1-3/+10
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-15/+15
2001-06-21 * configure.in: Check for daemon() prototypeEzra Peisach1-0/+4
2001-06-18 * kpropd.c (authorized_principal): Cast argument to ispace() to intEzra Peisach1-2/+2
2001-01-30* kpropd.c (load_database): Initialize save_stderr variableKen Raeburn1-1/+1
2000-10-17 * kprop.c, kpropd.c: Use krb5_set_principal_realm() instead ofEzra Peisach1-3/+6
2000-10-14 * kpropd.c, kprop.c: Ensure size of database sent OTW as 4 bytesEzra Peisach1-4/+6
2000-08-03 * kprop.c, kpropd.c: Compiler warning fixes including: notEzra Peisach1-64/+83
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1-3/+0
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-8/+72
1998-01-21main returns int, not void. ANSI X3.159-1989Ezra Peisach1-1/+1
1997-02-19Fixed one more instance of the wrong variable name (context variable)Richard Basch1-1/+1
1997-02-19Fixed "context" nameRichard Basch1-1/+1
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch1-9/+9
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso1-2/+5
1996-10-22 * kpropd.c (PRS): munge realm of sname_to_princ when -r isBarry Jaspan1-0/+5
1996-09-27don't give kdb5_util the -d option unless kpropd is given -FKevin Mitchell1-3/+5