]> granicus.if.org Git - libtirpc/shortlog
libtirpc
2014-08-08 Steve DicksonRelease 0.2.5 libtirpc-0-2-5
2014-08-08 Steve DicksonSet the initial value of libtirpc_debug_level to zero libtirpc-0-2-5-rc4
2014-08-07 Steve Dicksonauth_des: Converted some of the debugging syslog calls...
2014-08-07 Steve Dicksonsvc_dg: Convert fprintf calls to LIBTIRPC_DEBUG() calls
2014-08-07 Steve Dicksonrpcb_clnt: Convert fprintf calls to LIBTIRPC_DEBUG...
2014-08-07 Steve Dicksonclnt_bcast: Convert local debug() calls to LIBTIRPC_DEB...
2014-08-07 Steve Dicksonkey_call: Convert local debug() calls to LIBTIRPC_DEBUG...
2014-08-07 Steve Dicksonsvcauth_des: Convert local debug() calls to LIBTIRPC_DE...
2014-08-07 Steve DicksonClean up: Remove newlines from a couple debugging calls.
2014-08-07 Steve Dicksonprint_rpc_gss_sec: Make sure logging to stderr is enabled.
2014-08-07 Steve Dicksongss_log: Replace gss_log_debug with LIBTIRPC_DEBUG...
2014-08-07 Steve Dicksonlibtirpc_debug: Converted the rest of the #ifdef DEBUGs
2014-08-07 Steve Dicksongit_log_status: Add function name to status message
2014-08-07 Steve Dicksongss_log_status: reformat output to use one line.
2014-08-07 Steve Dicksongss_log: Removed DEBUG defines
2014-08-07 Steve Dicksongss_log: Convert existing gss debugging routines
2014-08-07 Steve Dicksonlibtirpc: New configurable debugging routines
2014-06-18 Steve Dicksonxdr_rejected_reply: Don't crash with invalid server...
2014-05-29 Steve DicksonAvoid buffer overruns by allocating buffer in svcauth_g... libtirpc-0-2-5-rc3
2014-04-09 Chuck LeverPre-register server side RPCSEC GSS support libtirpc-0-2-5-rc2
2014-01-23 Chuck Leverman: Replace outdated Solaris and BSD references in... libtirpc-0-2-5-rc1
2014-01-23 Chuck Leverman: Organize man/Makefile.am
2014-01-23 Chuck LeverClean up forward declarations in src/svc_auth_gss.c
2014-01-23 Chuck LeverClean up forward declarations in src/auth_gss.c
2014-01-23 Chuck LeverAdd a pthread key initializer constant
2014-01-23 Chuck Leverconfigure: permanently enable maintainer mode
2013-12-09 Steve DicksonRelease 0.2.4 libtirpc-0-2-4
2013-12-09 Chuck LeverClean up src/rpcb_clnt.c
2013-12-09 Chuck LeverUpdate "make clean" and "make distclean" targets
2013-12-09 Chuck LeverUpdate .gitignore
2013-12-09 Chuck LeverUse stock automake rules to install netconfig
2013-12-09 Steve Dicksonconfigure.ac: Remove gssglue configuration knobs
2013-12-09 Steve Dicksonconfigure.ac: enable the GSSAPI by default
2013-12-09 Chuck LeverFix "make dist" and "make distcheck"
2013-12-09 Chuck Leverlibtirpc: remove tirpc/fpmath.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/nss_tls.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/spinlock.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/misc/event.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/misc/socket.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/misc/queue.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/namespace.h
2013-12-09 Steve Dicksonbuild: set enable-silent-rules to be on by default
2013-12-09 Chuck Leverbuild: Make compiler warnings easier to see
2013-12-09 Chuck Leverglibc rpcgen compatibility
2013-12-09 Chuck LeverAdd compatibility XDR functions for unsigned integers
2013-12-09 Chuck LeverAdd xdr_int8_t() and xdr_u_int8_t()
2013-11-25 Signed-off... Race in Race in clnt_vc_create libtirpc-0-2-4-rc3
2013-11-25 Signed-off... Race condition in bindresvport
2013-11-25 Signed-off... Race conditions in getnetconfig
2013-11-25 Signed-off... __nc_error() does not check return value from malloc
2013-07-01 Tom Gundersenbuild: fix for automake>=1.13 libtirpc-0-2-4-rc2
2013-07-01 Chuck LeverRemove variadic macro invocation
2013-05-28 Jan Stancekclnt_vc_control: fix VERS/PROG size
2013-04-22 Steve Dicksonsvc_getargs(): Should not be freeing arg pointers on... libtirpc-0-2-4-rc1
2013-04-10 Simo Sorcegss: Fix private data giveaway
2013-03-26 Simo SorceSwitch to use standard GSSAPI by default
2013-02-13 Steve DicksonRevert "Include crypt_client in build" libtirpc-0-2-3
2013-02-12 Steve DicksonRelease 0.2.3
2013-02-12 Steve Dicksonclnt_vc_control: Removed a strict-aliasing warning
2013-02-12 Steve Dicksonclnt_dg_call: Removed a unused-but-set-variable warning
2013-02-12 Thomas Petazzonirpcent: mark getrpcbyname name argument as const char *
2013-02-12 Thomas Petazzonirpcent: remove prototypes of reentrant variants
2013-02-12 Mike Frysingerkey_call: utilize uname() all the time
2013-02-12 NeilBrownAdd authgss_free_private_data interface.
2012-11-14 Mike FrysingerInclude crypt_client in build
2012-11-14 Allison Hendersontirpc: Fix compiler error on rhel 5.5
2012-11-13 Thomas Petazzonidoc/Makefile.am: fix out-of-tree installation libtirpc-0-2-3-rc4
2012-11-13 Mike FrysingerMake IPv6 enabled by default
2012-11-13 Thomas PetazzoniAdd missing INET6 conditional
2012-11-13 Max MatveevUse correct socket option for PKTINFO on UDPv6
2012-11-13 Max Matveevauthnone - respect the locks
2012-04-26 Nick AlcockFix debugging-related namespace pollution. libtirpc-0-2-3-rc3
2012-04-26 Nick AlcockNo longer require NIS.
2012-04-26 Nick AlcockMake svc_auth_none always available.
2012-04-26 Nick AlcockFix debugging reference from non-GSS to optional GSS...
2012-03-19 Peter SimonsMakefile.am: install target in doc/Makefile.am doesn...
2011-09-01 Mike FrysingerDelete unused local variable
2011-07-20 Steve DicksonSegfault in SVCAUTH_WRAP call libtirpc-0-2-3-rc2
2011-06-21 Mike FrysingerRevert "Include des_crypt in build" libtirpc-0-2-3-rc1
2011-06-21 Mike FrysingerAdd multiple inclusion protection to rpc/des.h
2011-06-21 Matthew N.... Use correct AUTH when calling RPCSEC_GSS_DESTROY.
2011-06-21 Matthew N.... Reference count AUTHs
2011-06-21 Matthew N.... auth_null used when auth_none is appropriate
2011-06-21 Matthew N.... SVCAUTH_WRAP/SVCAUTH_UNWRAP
2011-06-21 Matthew N.... AUTH_WRAP/AUTH_UNWRAP support.
2011-06-21 Matthew N.... Use of lseek() in xdr_rec.c:xdrrec_getpos().
2011-06-21 Matthew N.... PCSEC_GSS_SVC_PRIVACY failure.
2011-06-21 Steve DicksonDo not skip records with nonblocking connections
2011-05-02 Steve DicksonRelease 0.2.2 libtirpc-0-2-2
2011-03-02 Olaf KirchTry to ensure datagram replies come from the address...
2011-02-09 Mike FrysingerInclude des_crypt in build
2011-01-04 Chuck LeverAuthunix_create_default() should truncate at 16 groups... libtirpc-0-2-2-rc4
2010-12-16 Steve DicksonMakefile Improvements
2010-08-31 Tom 'spot'... Fixed last remaining license issues
2010-08-30 Tom \'spot... Relicense these SISSL files to 3 clause BSD
2010-07-16 Tom "spot"... Add back SISSL license attribution. libtirpc-0-2-2-rc3
2010-05-18 Chuck LeverClean up: Prevent unnecessary compiler warnings like: libtirpc-0-2-2-rc2
2010-05-18 Ulrich DrepperAutomount with nis maps crashes and generates a core
2010-03-25 Chuck LeverAdd a note about rpcbind's use of __svc_clean_idle()
2010-03-25 Chuck Leverlibtoolize: Squelch libtoolize warnings
next