summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server/schpw.c
Commit message (Expand)AuthorAgeFilesLines
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-231-1/+1
* Fix kpasswd UDP ping-pong [CVE-2002-2443]Tom Yu2013-05-131-4/+4
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-4/+1
* Require IPv6 supportKen Raeburn2012-02-281-2/+0
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-151-1/+1
* Allow password changes over NATsGreg Hudson2011-10-151-23/+8
* Make dispatch() respond via a callbackGreg Hudson2011-10-031-17/+10
* Mark up strings for translationGreg Hudson2011-06-101-8/+6
* Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpersGreg Hudson2011-04-191-79/+44
* Revert r24886; it was incorrectGreg Hudson2011-04-191-4/+0
* Fix memory leak in kpasswd server UDP error pathGreg Hudson2011-04-191-0/+4
* Fix the sole case in process_chpw_request() where a return could occurTom Yu2011-04-131-2/+12
* In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson2011-03-291-2/+3
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-171-0/+59
* make mark-cstyleTom Yu2009-10-311-215/+216
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* Adapted patch from Apple: in kadmind's process_chpw_request, make sureGreg Hudson2009-01-221-2/+7
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-99/+142
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-17/+30
* Check for malloc failureKen Raeburn2008-08-061-0/+5
* Fix various minor format-string issuesKen Raeburn2008-06-031-1/+1
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-121-2/+2
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-031-2/+7
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-1/+1
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* * misc.h, misc.c (schpw_util_wrapper): Rename fromTom Yu2005-10-121-2/+2
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * misc.c, misc.h: New function check_min_life(), containing commonTom Yu2004-10-271-2/+2
* * schpw.c (process_chpw_request): Log chpw requestsTom Yu2003-05-271-1/+14
* * schpw.c (process_chpw_request): Return KRB5_KPASSWD_BAD_VERSION if theKen Raeburn2003-05-171-1/+1
* * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPEEzra Peisach2001-10-261-1/+5
* * misc.c, server_stubs.c: Nuke rcsidEzra Peisach2001-07-011-0/+2
* * ovsec_kadmd.c: Change prototype for process_chpw_requestEzra Peisach2001-06-221-4/+5
* * misc.c, schpw.c: Cleanup assignments in conditionalsEzra Peisach2001-06-041-17/+28
* pullup from 1.2-beta4Ken Raeburn2000-07-011-1/+1
* * schpw.c (process_chpw_request): Cast to krb5_octet * instead ofEzra Peisach1998-07-201-3/+3
* * schpw.c (process_chpw_request): Free memory of allocated forEzra Peisach1998-02-251-0/+4
* * schpw.c: New file. Support for Cygnus chpw.Tom Yu1998-01-211-0/+372