freebsd-dev/usr.sbin/rpcbind
Ian Dowse 09d4f7789e This is a selection of essentially cosmetic changes:
- Use '\0' for a char instead of NULL.
- Explicitly compare against the global `nullstring' to determine if
  a non-NULL uaddr is not malloc'd.
- Remove some unnecessary casting of the argument to free().
- In rpcbproc_callit_com(), move the freeing of m_uaddr to the
  cleanup code at the end of the function.
- To avoid confusion and  possible alignment problems, change
  netbufdup() to allocate the netbuf struct and the sockaddr buffer
  separately, and change netbuffree() accordingly. This makes it
  produce netbufs that are consistent with all other netbufs in
  rpcbind.
2001-07-14 17:46:52 +00:00
..
check_bound.c Fix a memory leak in check_bound() by freeing the buffer area of 2001-07-14 17:17:48 +00:00
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:42:20 +00:00
pmap_svc.c Use snprintf instead of sprintf. 2001-07-14 16:54:37 +00:00
rpcb_stat.c This is a selection of essentially cosmetic changes: 2001-07-14 17:46:52 +00:00
rpcb_svc_4.c Avoid a harmless compiler warning, and add a missing \n to a 2001-07-14 16:32:44 +00:00
rpcb_svc_com.c This is a selection of essentially cosmetic changes: 2001-07-14 17:46:52 +00:00
rpcb_svc.c
rpcbind.8
rpcbind.c
rpcbind.h
security.c Add missing #include <stdio.h>. 2001-07-14 17:10:58 +00:00
util.c Simplify to bitmaskcmp() to use the obvious approach instead of 2001-07-14 17:04:26 +00:00
warmstart.c