aboutsummaryrefslogtreecommitdiff
path: root/auth/auth_mig.h
Commit message (Collapse)AuthorAgeFilesLines
* auth: improve the mig mutator functionsJustus Winter2014-03-011-5/+0
| | | | | | | | | | | | | | | | | | Previously, the mig mutator function auth_port_to_handle was defined in auth.c (fakeauth.c), preventing it from being inlined into the mig-generated server functions. Put it in mig-decls.h instead. Rename authmutations.h to mig-mutate.h, auth_mig.h to mig-decls.h. This is the naming convention used for pflocal. * auth/auth.h: New file. * auth/auth_mig.h: Rename to mig-decls.h, add copyright notice, define mutator functions. * auth/authmutations.h: Rename to mig-mutate.h, restore copyright notice, adjust accordingly. * auth/auth.c: Include auth.h, remove auth_port_to_handle. * utils/fakeauth.c: Likewise. * auth/Makefile: Adjust accordingly. * utils/Makefile: Likewise.
* Rewritten.Roland McGrath1996-04-301-22/+3
|
* entered into RCSMichael I. Bushnell1994-01-041-2/+2
|
* Formerly auth_mig.h.~3~Michael I. Bushnell1993-11-021-0/+1
|
* Formerly auth_mig.h.~2~Michael I. Bushnell1993-10-281-3/+3
|
* Initial revisionMichael I. Bushnell1992-07-011-0/+23