In sn2princ, getaddrinfo without AI_ADDRCONFIG
[krb5.git] / src / lib / rpc /
2012-03-06 Ezra PeisachUse GETSOCKNAME_ARG3_TYPE to prevent warning in type...
2011-11-04 Greg HudsonClean up more stuff in make clean
2011-09-05 Ken RaeburnSilence various "may be used uninitialized" warnings...
2011-09-04 Ken RaeburnGet rid of variables triggering gcc's "defined but...
2011-09-04 Ken RaeburnRename local variable "socket" to avoid the one shadowe...
2011-06-13 Greg HudsonFix old-style GSSRPC authentication
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2010-11-28 Greg HudsonUse for loops for recursion in the Windows build, cutti...
2010-10-08 Tom YuEncoding cleanup: curly quotes to ASCII quotes, and...
2010-09-22 Tom Yurelicense Sun RPC to 3-clause BSD-style
2010-07-26 Greg HudsonFix XDR decoding of large values in xdr_u_int
2010-06-26 Greg HudsonFix a bug in r24147 where svctcp_create() was passing...
2010-06-26 Greg HudsonMake kadmin work over IPv6
2010-05-03 Greg HudsonEliminate some uses of variables as format strings...
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-11-02 Greg HudsonClean up a bunch of signed/unsigned comparison warnings
2009-10-31 Tom Yumake mark-cstyle
2009-09-16 Greg HudsonRe-run make depend without autoconf.h in the source...
2009-09-16 Zhanna TsitkovCrypto modularity proj.: Move prf and random-to-key...
2009-08-13 Greg HudsonRemove kadmin v1 API support
2009-02-06 Ezra PeisachCleanup some warnings due to getsockname's third argume...
2009-02-05 Ezra PeisachDetect failure to register with rpcbind/portmap due...
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-01-28 Tom YuRun a single expect statement to read from both client...
2009-01-22 Ken RaeburnDefine valgrind macros as no-ops if not USE_VALGRIND...
2009-01-20 Ken RaeburnWhen encoding, and compiling with -DUSE_VALGRIND, expli...
2009-01-16 Ken RaeburnUse valgrind in more cases if VALGRIND is set
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-30 Ezra PeisachSigned/unsigned fixes
2008-12-29 Ezra PeisachAdd gssrpcint.h to contain prototype for gssrpcint_prin...
2008-12-02 Sam Hartmanmake depend
2008-12-02 Tom Yuadd k5-platform.h for asprintf
2008-12-01 Greg HudsonConvert many uses of sprintf to snprintf or asprintf
2008-11-04 Ken RaeburnDon't build dependencies for v4rcp.c.
2008-10-19 Ezra PeisachInclude k5-platform.h for SIZE_MAX
2008-10-02 Greg HudsonIncrease the default RPC timeout for kadmin from 25...
2008-10-02 Greg HudsonIn clntudp_call, fix a bug in the handling of an error...
2008-09-18 Ken Raeburnmakedepend
2008-08-05 Ken Raeburnspecify return type of 'harmless'
2008-07-23 Jeffrey AltmanIn the gss rpc package, replace the type used for a
2008-07-09 Alexandra EllwoodUse autogenerated darwin.exports files for server frame...
2008-06-27 Ken Raeburnmisc memory leaks
2008-06-27 Ken RaeburnFix possible null pointer deref, possible uninit ptr...
2008-06-25 Ken RaeburnBump minor version number. Update dependencies
2008-06-25 Ken RaeburnPull in xdr_sizeof from tirpc2.3 (which has the same...
2008-06-10 Ken RaeburnDon't use private copy of syslog.h. Rebuild dependencies
2008-06-06 Ken RaeburnOn Mac OS X, try poking launchd to get the portmapper...
2008-06-02 Ken RaeburnFix a few incompatible-pointer warnings that aren't...
2008-04-25 Ken RaeburnLeft-shifting all the way in signed math is undefined...
2008-03-18 Ken RaeburnMITKRB5-SA-2008-002
2007-12-14 Tom Yufix CVE-2007-5902: integer overflow in svcauth_gss_get_...
2007-10-22 Ken RaeburnSet close-on-exec flag in most places where file descri...
2007-09-05 Tom YuRevise patch to avoid 32-byte overflow which remained...
2007-09-05 Ken RaeburnRework error-mapping code to preserve status code value...
2007-09-04 Ken RaeburnSupport using valgrind on test programs
2007-09-04 Tom Yufix CVE-2007-3999 svc_auth_gss.c buffer overflow
2007-08-16 Ken Raeburnremap mechanism-specific status codes in mechglue/spnego
2007-07-12 Ken RaeburnAvoid use of unchecked sprintf in libraries. Use aspri...
2007-06-26 Tom Yufix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE...
2007-01-09 Tom YuMITKRB5-SA-2006-002: svctcp_destroy() can call uninitia...
2006-11-02 Ken Raeburn* svc_auth_gss.c (svcauth_gss_import_name): Unused...
2006-10-16 Ezra PeisachInclude time.h for time() prototype
2006-10-15 Ezra PeisachRemove all unused variable warnings from tree
2006-10-05 Ken Raeburnfix dependence on config.status to use correct dir
2006-09-16 Ken RaeburnMove RPC header files to include/gssrpc, which we copy...
2006-07-18 Alexandra Ellwoodauthgss_refresh(): Use GSS_C_NO_CHANNEL_BINDINGS macro
2006-06-28 Ken Raeburnautoconf 2.60 compatibility
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-14 Tom YuMerge from branches/mechglue. Initial integration...
2006-05-31 Ken RaeburnMerge about 1/3 of the remaining configure scripts...
2006-05-23 Ken Raeburninstall headers into include/krb5
2006-05-16 Ken RaeburnAdd SRCS definition and run make depend
2006-04-24 Alexandra EllwoodGenerate rpc includes as part of the generate-files...
2006-04-11 Sam HartmanRemove ChangeLog files from the source tree. From...
2006-04-10 Ken Raeburn* client.c (usage): Mark as "noreturn" under gcc
2006-04-04 Ken Raeburnset DEFS empty in more places
2006-04-01 Ken Raeburnmake depend
2006-04-01 Ken RaeburnInclude autoconf.h (or include it earlier) in a bunch...
2006-03-31 Ken Raeburnmake depend, now with dependency sorting
2006-03-30 Ken Raeburn* dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy...
2006-03-28 Ken Raeburn* configure.in: Always supply three arguments to AC_DEF...
2006-03-11 Ken RaeburnInstead of arbitrary division of headers into include...
2005-08-25 Tom Yufix more executable permissions
2005-08-24 Sam HartmanDelete .cvsignore files; contents have already been
2005-08-20 Ken RaeburnAll configure.in scripts: Use K5_AC_INIT instead of...
2005-07-02 Ken Raeburn* Makefile.in (check-unix): Don't run dyntest automatically
2005-01-14 Tom YuFix braino in previous change to xdr_bytes. New test...
2005-01-14 Tom Yu * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_allo...
2004-12-30 Ken Raeburnrun "make depend"
2004-11-18 Tom Yuinstall rpc headers into correct directory
2004-10-26 Tom YuKevin Coffman's patches to support passing gss context...
2004-10-18 Tom Yu * Makefile.in (install-unix): Install headers
2004-09-24 Ken Raeburn* xdr_rec.c (LAST_FRAG): Use 1L in case int is small
2004-09-22 Tom Yu * libgssrpc.exports: Export svc_maxfd
2004-09-21 Tom Yu * configure.in: Check for sockaddr_in.sin_len and
2004-09-17 Tom Yu * libgssrpc.exports: Don't export internals
2004-08-26 Tom Yu * configure.in: Look for uint32_t, not int32_t, since...
2004-08-17 Tom Yu * svc.c (svc_getreqset): Allocate cred and verf memory to
2004-08-17 Tom Yu * svc_auth_gss.c (gssrpc__svcauth_gss): Add some debug...
next