aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/server/schpw.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-03Avoid using LMDB environments across forksGreg Hudson1-2/+2
2018-10-26Fix minor leak in kadmind password change dispatchGreg Hudson1-1/+4
2017-08-17Use kadm5_auth interface in kadmindGreg Hudson1-9/+3
2017-06-05Pass full local address to dispatch functionsAndreas Schneider1-7/+2
2017-06-05Consistently name and constify address variablesAndreas Schneider1-8/+8
2017-06-05Kill TCP connections if getsockname failsAndreas Schneider1-13/+3
2017-04-12Remove tautological comparisonsRobbie Harwood1-1/+1
2014-03-03Check for malloc failure in process_chpw_requestGreg Hudson1-2/+3
2013-09-23Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov1-1/+1
2013-05-13Fix kpasswd UDP ping-pong [CVE-2002-2443]Tom Yu1-4/+4
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson1-4/+1
2012-02-28Require IPv6 supportKen Raeburn1-2/+0
2011-11-15Make verto context available to kdcpreauth modulesGreg Hudson1-1/+1
2011-10-15Allow password changes over NATsGreg Hudson1-23/+8
2011-10-03Make dispatch() respond via a callbackGreg Hudson1-17/+10
2011-06-10Mark up strings for translationGreg Hudson1-8/+6
2011-04-19Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpersGreg Hudson1-79/+44
2011-04-19Revert r24886; it was incorrectGreg Hudson1-4/+0
2011-04-19Fix memory leak in kpasswd server UDP error pathGreg Hudson1-0/+4
2011-04-13Fix the sole case in process_chpw_request() where a return could occurTom Yu1-2/+12
2011-03-29In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson1-2/+3
2011-02-09Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson1-0/+2
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn1-0/+59
2009-10-31make mark-cstyleTom Yu1-215/+216
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-5/+5
2009-01-22Adapted patch from Apple: in kadmind's process_chpw_request, make sureGreg Hudson1-2/+7
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-99/+142
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-17/+30
2008-08-06Check for malloc failureKen Raeburn1-0/+5
2008-06-03Fix various minor format-string issuesKen Raeburn1-1/+1
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn1-2/+2
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu1-2/+7
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-1/+1
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-1/+1
2005-10-12 * misc.h, misc.c (schpw_util_wrapper): Rename fromTom Yu1-2/+2
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn1-1/+0
2004-10-27 * misc.c, misc.h: New function check_min_life(), containing commonTom Yu1-2/+2
2003-05-27 * schpw.c (process_chpw_request): Log chpw requestsTom Yu1-1/+14
2003-05-17* schpw.c (process_chpw_request): Return KRB5_KPASSWD_BAD_VERSION if theKen Raeburn1-1/+1
2001-10-26 * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPEEzra Peisach1-1/+5
2001-07-01 * misc.c, server_stubs.c: Nuke rcsidEzra Peisach1-0/+2
2001-06-22 * ovsec_kadmd.c: Change prototype for process_chpw_requestEzra Peisach1-4/+5
2001-06-04 * misc.c, schpw.c: Cleanup assignments in conditionalsEzra Peisach1-17/+28
2000-07-01pullup from 1.2-beta4Ken Raeburn1-1/+1
1998-07-20 * schpw.c (process_chpw_request): Cast to krb5_octet * instead ofEzra Peisach1-3/+3
1998-02-25 * schpw.c (process_chpw_request): Free memory of allocated forEzra Peisach1-0/+4
1998-01-21 * schpw.c: New file. Support for Cygnus chpw.Tom Yu1-0/+372