1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/netncp
John Baldwin 75b8b3b25c Replace the at_fork, at_exec, and at_exit functions with the slightly more
flexible process_fork, process_exec, and process_exit eventhandlers.  This
reduces code duplication and also means that I don't have to go duplicate
the eventhandler locking three more times for each of at_fork, at_exec, and
at_exit.

Reviewed by:	phk, jake, almost complete silence on arch@
2003-03-24 21:15:35 +00:00
..
ncp_cfg.h Initial import of ncp library sources. 1999-10-12 11:56:41 +00:00
ncp_conn.c Use td->td_ucred instead of td->td_proc->p_ucred. 2003-03-20 21:17:40 +00:00
ncp_conn.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_crypt.c Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
ncp_file.h use __packed. 2002-09-23 18:54:32 +00:00
ncp_lib.h Make bn_name a const char * to quieten some warnings. 2002-07-27 23:16:49 +00:00
ncp_login.c Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay 2001-03-22 10:38:16 +00:00
ncp_mod.c Note that MAJOR_AUTO is now the default if d_maj is not initialized. This 2003-03-09 11:03:45 +00:00
ncp_ncp.c Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_ncp.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_nls.c Major update of NCP requester: 2001-03-10 05:24:45 +00:00
ncp_nls.h Add character translation table between Unix and NetWare according 2002-04-20 05:35:02 +00:00
ncp_rcfile.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ncp_rq.c Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_rq.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_sock.c Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_sock.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_subr.c Replace the at_fork, at_exec, and at_exit functions with the slightly more 2003-03-24 21:15:35 +00:00
ncp_subr.h Catch up with KSE changes. 2003-02-26 21:25:55 +00:00
ncp_user.h Update to version 1.3.4 of ncplib. Cleanup header files. 1999-12-12 05:50:07 +00:00
ncp.h Use a character device and ioctl() for communication between libncp 2003-02-28 04:31:29 +00:00
ncpio.h Use a character device and ioctl() for communication between libncp 2003-02-28 04:31:29 +00:00
nwerror.h Update to version 1.3.4 of ncplib. Cleanup header files. 1999-12-12 05:50:07 +00:00