summaryrefslogtreecommitdiff
path: root/auth/auth_mig.h
AgeCommit message (Collapse)Author
2014-03-01auth: improve the mig mutator functionsJustus Winter
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.
1996-04-30Rewritten.Roland McGrath
1994-01-04entered into RCSMichael I. Bushnell
1993-11-02Formerly auth_mig.h.~3~Michael I. Bushnell
1993-10-28Formerly auth_mig.h.~2~Michael I. Bushnell
1992-07-01Initial revisionMichael I. Bushnell