]> granicus.if.org Git - libtirpc/history - src
Release 0.3.0
[libtirpc] / src /
2015-05-06 Thorsten KukukSymbol versioning patch libtirpc-0-2-6-rc5
2015-05-06 Thorsten KukukFix: unresolved _crypt() symbols
2015-04-30 Steve DicksonMakefile.am: Removed unsupported c-files libtirpc-0-2-6-rc4
2015-04-30 Steve Dicksonauth.h: Remove unsupported routine declarations
2015-04-29 Thorsten Kukukdisable *rpcent functions if they exist in libc
2015-04-29 Bernhard Reutner... configure.ac: Allow for disabling auth DES
2015-04-29 Bernhard Reutner... Make sure to include config.h
2015-04-29 Bernhard Reutner... getrpcent: Fix compilation on glibc
2015-04-29 Bernhard Reutner... delete src/config.h
2015-04-29 Chuck LeverFinish server-side rpc_gss_*() APIs
2015-04-29 Chuck LeverExtract caller's qop setting from svcauth_gss_validate()
2015-04-29 Chuck LeverAdd server-side rpc_gss_*() APIs
2015-04-29 Chuck LeverRefactor authgss_refresh()
2015-04-29 Chuck LeverAdd client-side rpc_gss_*() APIs
2015-04-29 Chuck LeverAdd utility rpc_gss_*() APIs
2015-04-23 Thorsten Kukuklibtirpc: fix prototyp
2015-04-23 Thorsten Kukuklibtirpc: missing NULL pointer checks
2015-04-23 Olaf Kirchrpc_broadcast: handle misformed rpcbind replies
2015-04-23 Natanael CopaFix location of various standard header includes
2015-04-23 Natanael CopaInclude string.h for memset
2015-04-23 Natanael CopaAvoid use of internal glibc sys/cdefs.h header
2015-04-23 Natanael CopaFix compile error: 'IPPORT_RESERVED' undeclared
2015-04-23 Natanael CopaAdd configure option to disable DES authentication
2015-04-23 Natanael CopaProvide getrpcbynumber and getrpcbyname if those are...
2014-12-16 Olaf Kirchlibtirpc: fix crash with tuntap devices libtirpc-0-2-6-rc2
2014-12-16 Thorsten Kukuktirpc: fix taddr2uaddr for AF_LOCAL
2014-12-16 Olaf KirchFix a crash in clntunix_create
2014-12-16 Olaf KirchIntroduce new helper function getpmaphandle
2014-12-16 Olaf KirchFix a bug in clnt broadcast
2014-11-06 Bodo Stroesserwrite_vc: fix write retry loop for nonblocking mode libtirpc-0-2-6-rc1
2014-08-12 Mike Frysingerlibtirpc: include stdarg.h when used
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 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
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 LeverFix "make dist" and "make distcheck"
2013-12-09 Chuck Leverlibtirpc: remove tirpc/misc/queue.h
2013-12-09 Chuck Leverlibtirpc: remove tirpc/namespace.h
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-by: Sus... Race in Race in clnt_vc_create libtirpc-0-2-4-rc3
2013-11-25 Signed-off-by: Sus... Race condition in bindresvport
2013-11-25 Signed-off-by: Sus... Race conditions in getnetconfig
2013-11-25 Signed-off-by: Sus... __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-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 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 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 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.
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 Matthew N. DoddUse correct AUTH when calling RPCSEC_GSS_DESTROY.
2011-06-21 Matthew N. DoddReference count AUTHs
2011-06-21 Matthew N. Doddauth_null used when auth_none is appropriate
2011-06-21 Matthew N. DoddSVCAUTH_WRAP/SVCAUTH_UNWRAP
2011-06-21 Matthew N. DoddAUTH_WRAP/AUTH_UNWRAP support.
2011-06-21 Matthew N. DoddUse of lseek() in xdr_rec.c:xdrrec_getpos().
2011-06-21 Matthew N. DoddPCSEC_GSS_SVC_PRIVACY failure.
2011-06-21 Steve DicksonDo not skip records with nonblocking connections
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' CallawayFixed last remaining license issues
next