summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/changepw.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of cm.c and cm.hGreg Hudson2013-04-121-9/+6
* Simplify principal access within libkrb5Greg Hudson2013-04-081-6/+5
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-9/+4
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-251-21/+9
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+4
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-131-39/+30
* memory leak in changepw.cTom Yu2010-12-141-0/+1
* In kpasswd_sendto_msg_callback(), properly compare against theGreg Hudson2010-04-221-1/+2
* Add IPv6 support to changepw.c (reverting r21004 since it is no longerGreg Hudson2010-03-051-7/+26
* Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov2009-12-021-30/+42
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-1/+1
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-311-2/+5
* make mark-cstyleTom Yu2009-10-311-223/+224
* Only look for IPv4 addresses for the kpasswd server. This is just aKen Raeburn2008-11-051-2/+3
* Check in Nalin's patch, and a test case for changing passwords via kinitKen Raeburn2008-11-041-0/+8
* krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood2008-10-211-0/+2
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-2/+1
* memcpy(NULL, ptr, 0) is invalid, so don't do itKen Raeburn2008-06-301-1/+2
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* Debugged version of patch worked up with LukeKen Raeburn2007-07-271-0/+2
* In addition to setting the kpasswd port afterJeffrey Altman2007-01-181-1/+3
* Merge Todd's TCP changepw support, with a few fixupsKen Raeburn2006-08-231-270/+238
* Merge from plugin branchKen Raeburn2006-03-071-10/+9
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* Call htons for default port of password serverSam Hartman2004-02-091-1/+1
* * changepw.c (krb5_locate_kpasswd): Check specifically for certain errorsKen Raeburn2003-06-041-1/+1
* set-change password breaks kpasswdSam Hartman2003-04-281-1/+1
* krb5_setpw_result_string should be internalSam Hartman2003-04-271-1/+1
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-251-15/+100
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-071-2/+2
* * changepw.c: Remove reference to adm_err.hTom Yu2002-11-141-1/+0
* protoizeKen Raeburn2002-09-031-8/+1
* avoid redundant definitions of socket-related error codes for WindowsKen Raeburn2002-06-181-16/+0
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-041-6/+7
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * genaddrs.c: Use GETPEERNAME_ARG2_TYPE, GETPEERNAME_ARG3_TYPEEzra Peisach2001-07-311-4/+13
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-201-25/+25
* implement and use new internal interface for locating serversKen Raeburn2001-04-261-248/+228
* back out changes that shouldn't have been checked in yetKen Raeburn2001-04-261-231/+245
* localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn2001-04-261-245/+231
* * def_realm.c: Move prototype for krb5_try_realm_txt_rr() toEzra Peisach2001-03-111-4/+4
* * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach2000-10-171-2/+3
* * locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: IncludeEzra Peisach2000-07-181-0/+1
* * t_an_to_ln.c: Include <stdio.h> for prototypesEzra Peisach2000-06-301-11/+17
* pullup from 1.2 branchKen Raeburn2000-06-271-3/+3
* jaltman@columbia.edu Mar 24, 2000:Jeffrey Altman2000-03-241-17/+6
* changepw.c (krb5_locate_kpasswd): fixed memory trashing caused by incorrect p...Scott McGuire2000-02-071-1/+1
* (krb5_locate_kpasswd): fixed memory trashing caused by incorrect pointer arit...Scott McGuire2000-02-041-1/+1
* merge from 1.1 branchKen Raeburn1999-12-061-1/+4
* Silence gcc longjmp warnings:Ken Raeburn1999-10-221-0/+18