r26127: Move session code out of auth_util.c. No longer making it part of auth but...
authorJelmer Vernooij <jelmer@samba.org>
Mon, 26 Nov 2007 01:25:20 +0000 (02:25 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:46:14 +0000 (05:46 +0100)
commitb3fcb8e8103304fede865b02ca5169d5793a571d
tree25decc102b59f3e48133664d0a26b6b1b19f0198
parent037774cff700ca60ae73a4adbfd408758977c810
r26127: Move session code out of auth_util.c. No longer making it part of auth but making it usable independently will be the next step.
source/auth/auth.h
source/auth/auth_util.c
source/auth/config.mk
source/auth/session.c [new file with mode: 0644]
source/auth/session.h [new file with mode: 0644]
source/auth/system_session.c [new file with mode: 0644]