summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-1363/+0
* set DEFS empty in more placesKen Raeburn2006-04-041-0/+4
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-011-0/+7
* * dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy branches.Ken Raeburn2006-03-301-0/+5
* * configure.in: Always supply three arguments to AC_DEFINE_UNQUOTEDKen Raeburn2006-03-281-0/+5
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-201-0/+4
* * Makefile.in (check-unix): Don't run dyntest automaticallyKen Raeburn2005-07-021-0/+4
* Fix braino in previous change to xdr_bytes. New test case forTom Yu2005-01-141-0/+4
* * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoidTom Yu2005-01-141-0/+10
* install rpc headers into correct directoryTom Yu2004-11-181-0/+5
* Kevin Coffman's patches to support passing gss context state to kernelTom Yu2004-10-261-0/+15
* * Makefile.in (install-unix): Install headersTom Yu2004-10-181-0/+4
* * xdr_rec.c (LAST_FRAG): Use 1L in case int is smallKen Raeburn2004-09-241-0/+4
* * libgssrpc.exports: Export svc_maxfdTom Yu2004-09-221-0/+4
* * configure.in: Check for sockaddr_in.sin_len andTom Yu2004-09-211-0/+19
* * libgssrpc.exports: Don't export internalsTom Yu2004-09-171-0/+23
* * configure.in: Look for uint32_t, not int32_t, since some BSD-ishTom Yu2004-08-261-0/+8
* * svc.c (svc_getreqset): Allocate cred and verf memory toTom Yu2004-08-171-0/+7
* * svc_auth_gss.c (gssrpc__svcauth_gss): Add some debug messagesTom Yu2004-08-171-0/+8
* Lots of signedness and argument-casting fixes. Some arithmeticTom Yu2004-06-281-0/+44
* more namespace cleanup: remove uses of rpc_int32 and rpc_u_int32Tom Yu2004-06-251-0/+4
* * configure.in: Fix typo in setting krb5_cv_header_sys_param_h_maxhostnamelenKen Raeburn2004-06-251-0/+5
* fix some 64-bit bugs in RPCSEC_GSSTom Yu2004-06-191-0/+18
* * libgssrpc.exports: UpdateTom Yu2004-06-171-0/+4
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-171-0/+4
* more rpc namespace cleanupTom Yu2004-06-161-0/+7
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-0/+135
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-041-0/+4
* * clnt_tcp.c: Include string.hKen Raeburn2004-05-301-0/+4
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-221-0/+4
* * svc_auth_gssapi.c (destroy_client): Don't call purify_watch_n even if PURIFYKen Raeburn2004-04-031-0/+5
* errno should never be explicitly declaredKen Raeburn2003-04-241-0/+7
* MITKRB5-SA-2003-003: xdrmem int overflowsTom Yu2003-03-241-0/+6
* * svc_auth_gssapi.c (_svcauth_gssapi_unset_names): If invoked moreEzra Peisach2003-01-121-0/+8
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-101-0/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-0/+7
* Log entries for Makefile.ov deletionKen Raeburn2003-01-081-0/+4
* Only system headers should declare errnoSam Hartman2003-01-051-0/+7
* Fix some 64-bit problemsKen Raeburn2002-12-181-0/+7
* Fix depend rules to keep state about whether verification of variousTom Yu2002-12-121-0/+5
* * get_myaddress.c (get_myaddress): Local array buf size should be counted inKen Raeburn2002-11-111-0/+5
* * xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32Ken Raeburn2002-10-311-0/+6
* Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2002-09-241-0/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-291-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-231-0/+4
* * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable,Tom Yu2002-08-121-0/+5
* * xdr_array.c (xdr_array): Account for elsize when checkingTom Yu2002-08-021-0/+5
* fold libdyn into librpcKen Raeburn2002-07-171-0/+19
* * svc_auth_gssapi.c (_gssrpc_svcauth_gssapi): Local returnEzra Peisach2001-12-141-0/+5
* * clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure toEzra Peisach2001-12-071-0/+24