summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autotools/systemd: call rpcbind with -w only on enabled warm startsHEADrpcbind-1_2_7-rc2masterBastian Krause2022-07-122-1/+7
* rpcbind: fix double free in init_transportrpcbind-1_2_7-rc1Dmitry V. Levin2022-02-011-1/+3
* Release: 1.2.6rpcbind-1_2_6Steve Dickson2021-05-101-1/+1
* network_init: initialize response addrinfo list to NULLrpcbind-1_2_6-rc7Roberto Bergantinos Corpas2021-05-101-1/+1
* security: dowgrade priority for non-libwrap CALLIT loggingRoberto Bergantinos Corpas2020-11-161-1/+1
* man/rpcbind: Mention systemd socket in -hrpcbind-1_2_6-rc6Petr Vorel2020-06-091-10/+22
* security: Fix typos in debug messages and commentsrpcbind-1_2_6-rc5Petr Vorel2020-06-042-4/+4
* network_init: clean up a error path found by a covscanrpcbind-1_2_6-rc4Steve Dickson2020-02-061-1/+7
* rpcbind: always use inline rpcsvc constantsrpcbind-1_2_6-rc3Mike Gilbert2020-01-212-27/+15
* rpcbind: configure: fix detection of rpcsvc/mount.hrpcbind-1_2_6-rc2Mike Gilbert2020-01-171-0/+3
* README: Add where to send bug reportsSteve Dickson2020-01-141-0/+2
* Remove BAD_FREE from reply_proc()rpcbind-1_2_6-rc1Steve Dickson2019-11-111-4/+4
* rpcinfo: Removed resource leaks from src/util.cSteve Dickson2019-11-111-4/+5
* Removed resource leaks from src/rpcbind.cSteve Dickson2019-11-111-1/+5
* rpcbind: Correct some of includesAmadeusz Sławiński2019-09-263-4/+3
* rpcbind: Add missing includesAmadeusz Sławiński2019-09-262-0/+2
* rpcinfo: Removed overun from src/rpcb_stat.cSteve Dickson2019-09-261-1/+1
* rpcbind: look for an exact match of the ip address for a requested service firstSteve Dickson2019-09-051-6/+28
* rpcinfo: Fix stack buffer overflowSteve Dickson2018-10-091-6/+17
* Release: 1.2.5rpcbind-1_2_5Steve Dickson2018-08-151-1/+1
* rpcbind: Disable remote calls by defaultpcbind-0_2_5-rc4Steve Dickson2018-08-153-1/+13
* rpcbind.service: Not pulling the rpcbind.targetrpcbind-0_2_5-rc3Steve Dickson2017-12-161-2/+2
* my_svc_run: Removed a WarningSteve Dickson2017-12-141-1/+0
* autotools: install rpcbind to --sbindirMichael Orlitzky2017-08-233-5/+6
* rpcbproc_callit_com: No need to allocate output bufferrpcbind-0_2_5-rc2Steve Dickson2017-05-301-28/+5
* rpcbproc_callit_com: Stop freeing a static pointerSteve Dickson2017-05-301-33/+6
* rpcbind: fix building without --enable-debugNick Alcock2017-05-251-0/+6
* pmapproc_dump: Fixed typo in memory leak patchSteve Dickson2017-05-171-1/+1
* rpcbind: pair all svc_getargs() calls with svc_freeargs() to avoid memory leakrpcbind-0_2_5-rc1Doran Moppert2017-05-114-11/+57
* Fix boot dependency in systemd service fileYann Leprince2016-12-211-0/+1
* Release: 0.2.4rpcbind-0_2_4Steve Dickson2016-11-281-1/+1
* Fix path for rpcbind in rpcbind.servicerpcbind-0_2_4-rc3NeilBrown2016-11-282-4/+4
* Move default state-dir to a subdirectory of /var/runNeilBrown2016-11-194-6/+41
* Provide systemd unit files for rpcbindrpcbind-0_2_4-rc2Steve Dickson2016-11-075-1/+46
* src: remove use of the __P() macroYann E. MORIN2016-08-178-51/+49
* rpcbind: don't use obsolete svc_fdset interface of libtirpcrpcbind-0_2_4-rc1Thorsten Kukuk2016-02-201-32/+16
* Delete the unix socket only if we have created itLaurent Bigonville2015-11-181-1/+4
* handle_reply: Don't use the xp_auth pointer directlySteve Dickson2015-11-021-0/+7
* Fix memory corruption in PMAP_CALLIT codeOlaf Kirch2015-10-301-1/+22
* security.c: removed warningSteve Dickson2015-09-171-0/+2
* Release: 0.2.3rpcbind-0_2_3Steve Dickson2015-04-271-1/+1
* rpcbind: enable debugging in libtirpcrpcbind-0_2_3-rc3Steve Dickson2015-04-273-3/+17
* .gitignore: .dirstampBernhard Reutner-Fischer2015-04-271-0/+1
* rpcb_svc: silence warningBernhard Reutner-Fischer2015-04-273-0/+3
* configure.ac: Check for rpcsvc/mount.hBernhard Reutner-Fischer2015-04-272-1/+18
* .gitignore: add compileBernhard Reutner-Fischer2015-04-271-0/+1
* rpcbind: Separate the -d flag from the -f flagSteve Dickson2015-02-052-11/+9
* rpcbind: Enable the logging depending on flags.Steve Dickson2015-02-051-3/+11
* rpcbind: use xlog instead fprinting to stderrSteve Dickson2015-02-056-113/+95
* rpcbind: Introduce the xlog logging codeSteve Dickson2015-02-053-1/+288