summaryrefslogtreecommitdiffstats
path: root/source4/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-1/+2
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-211-1/+1
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-3/+3
* r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij2007-12-211-443/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-6/+6
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-8/+8
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2007-10-101-4/+30
* r22385: remove unused includeStefan Metzmacher2007-10-101-1/+0
* r19676: Fix some more dependencies.Jelmer Vernooij2007-10-101-1/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r17871: Add an option to make the system account behave as anonymous on theAndrew Bartlett2007-10-101-1/+6
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-0/+1
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14589: This morning, I think I can spell...Andrew Bartlett2007-10-101-3/+3
* r14494: Add comments to clarify that we deliberatly fall though hereAndrew Bartlett2007-10-101-1/+4
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13851: More doc improvements.Jelmer Vernooij2007-10-101-1/+1
* r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. IfAndrew Bartlett2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-2/+0
* r12058: Set an anonymous fallback, if the machine account isn't available.Andrew Bartlett2007-10-101-0/+2
* r11989: Rather than grabbing the machine account details at this point, grabAndrew Bartlett2007-10-101-10/+1
* r11969: got rid of the very annoying 'failed to open /secrets.tdb'Andrew Tridgell2007-10-101-1/+5
* r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2007-10-101-0/+20
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-101-0/+2
* r11273: Initialise the new server_info->logon_server element.Andrew Bartlett2007-10-101-0/+6
* r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett2007-10-101-0/+1
* r10812: Fix capitalisation (thanks tridge).Andrew Bartlett2007-10-101-1/+1
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-0/+115
* r10796: Make getting an anonymous session info a utility function.Andrew Bartlett2007-10-101-0/+26
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-1/+1
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-221/+152
* r8259: We want to oset the provided flags not zeroSimo Sorce2007-10-101-1/+1
* r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can youAndrew Tridgell2007-10-101-0/+1
* r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY...Stefan Metzmacher2007-10-101-4/+6
* r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett2007-10-101-0/+68
* r7233: what about filling that new element ?Simo Sorce2007-10-101-0/+3
* r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2007-10-101-5/+7
* r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett2007-10-101-5/+5
* r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett2007-10-101-4/+23
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-360/+235
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-101-116/+16
* r4339: - rename auth_guest to auth_anonymousStefan Metzmacher2007-10-101-51/+0
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2007-10-101-0/+8