freebsd-dev/sys/netncp
John Baldwin bd78cece5d Change the kernel's ucred API as follows:
- crhold() returns a reference to the ucred whose refcount it bumps.
- crcopy() now simply copies the credentials from one credential to
  another and has no return value.
- a new crshared() primitive is added which returns true if a ucred's
  refcount is > 1 and false (0) otherwise.
2001-10-11 23:38:17 +00:00
..
ncp_cfg.h
ncp_conn.c Change the kernel's ucred API as follows: 2001-10-11 23:38:17 +00:00
ncp_conn.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
ncp_crypt.c
ncp_file.h
ncp_lib.h Mark some functions as __printflike() and/or taking const char * arguments 2001-08-20 12:53:36 +00:00
ncp_login.c
ncp_mod.c
ncp_ncp.c Fix warning: 203: implicit declaration of function `kernel_sysctlbyname' 2001-06-15 07:37:01 +00:00
ncp_ncp.h
ncp_nls.c
ncp_nls.h
ncp_rcfile.h
ncp_rq.c
ncp_rq.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
ncp_sock.c Include sys/lock.h and sys/mutex.h so that this compiles. 2001-05-15 22:02:46 +00:00
ncp_sock.h
ncp_subr.c Use new kernel_sysctlbyname function. Remove private copy. 2001-05-19 05:48:07 +00:00
ncp_subr.h Use new kernel_sysctlbyname function. Remove private copy. 2001-05-19 05:48:07 +00:00
ncp_user.h
ncp.h
nwerror.h