summaryrefslogtreecommitdiffstats
path: root/source4/auth/session.h
Commit message (Collapse)AuthorAgeFilesLines
* Added "admin_session" method.Nadezhda Ivanova2009-09-091-0/+4
| | | | | | The purpose of admin_session is to be able to execute parts of provisioning as the user Administrator in order to have the correct group and owner in the security descriptors. To be used for provisioning and tests only.
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-5/+0
| | | | metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-1/+2
| | | | | | | We should only include events.h where we really need it and prefer forward declarations of 'struct event_context' metze
* Fix buildSimo Sorce2008-06-161-0/+1
| | | | (This used to be commit 220b58070239141158d796bd782d62cc36cd19db)
* Add documentation to session token functions.Andrew Bartlett2008-04-241-2/+12
| | | | (This used to be commit ec4a108d1d35cd4bb2170f1bb122546266b9b745)
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-0/+3
| | | | (This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+23
| | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-0/+1
| | | | (This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
* r26127: Move session code out of auth_util.c. No longer making it part of ↵Jelmer Vernooij2007-12-211-0/+33
auth but making it usable independently will be the next step. (This used to be commit b3fcb8e8103304fede865b02ca5169d5793a571d)