summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* r17871: Add an option to make the system account behave as anonymous on theAndrew Bartlett2006-08-281-1/+6
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2006-04-271-0/+1
* r14860: create libcli/security/security.hStefan Metzmacher2006-04-021-1/+1
* r14589: This morning, I think I can spell...Andrew Bartlett2006-03-201-3/+3
* r14494: Add comments to clarify that we deliberatly fall though hereAndrew Bartlett2006-03-161-1/+4
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-141-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-071-0/+2
* r13851: More doc improvements.Jelmer Vernooij2006-03-061-1/+1
* r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. IfAndrew Bartlett2006-01-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-301-3/+0
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2005-12-141-2/+0
* r12058: Set an anonymous fallback, if the machine account isn't available.Andrew Bartlett2005-12-051-0/+2
* r11989: Rather than grabbing the machine account details at this point, grabAndrew Bartlett2005-12-011-10/+1
* r11969: got rid of the very annoying 'failed to open /secrets.tdb'Andrew Tridgell2005-11-301-1/+5
* r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2005-11-051-0/+20
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2005-11-021-0/+2
* r11273: Initialise the new server_info->logon_server element.Andrew Bartlett2005-10-241-0/+6
* r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett2005-10-241-0/+1
* r10812: Fix capitalisation (thanks tridge).Andrew Bartlett2005-10-071-1/+1
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2005-10-071-0/+115
* r10796: Make getting an anonymous session info a utility function. Andrew Bartlett2005-10-071-0/+26
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2005-08-111-1/+1
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2005-07-221-221/+152
* r8259: We want to oset the provided flags not zeroSimo Sorce2005-07-091-1/+1
* r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can youAndrew Tridgell2005-07-091-0/+1
* r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY...Stefan Metzmacher2005-07-051-4/+6
* r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett2005-07-041-0/+68
* r7233: what about filling that new element ?Simo Sorce2005-06-031-0/+3
* r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2005-06-031-5/+7
* r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett2005-05-011-5/+5
* r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett2005-03-061-4/+23
* r5137: fix typesStefan Metzmacher2005-01-311-1/+1
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2005-01-091-360/+235
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2004-12-301-116/+16
* r4339: - rename auth_guest to auth_anonymousStefan Metzmacher2004-12-231-51/+0
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2004-12-111-0/+8
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2004-12-111-72/+56
* r4072: - changed the names of some of the well known sids to be more consistentAndrew Tridgell2004-12-061-3/+3
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2004-12-021-16/+18
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2004-11-171-1/+2
* r3554: Use the new talloc_reference changes to simply the conversion ofAndrew Bartlett2004-11-051-61/+80
* r3453: - split out the auth and popt includesAndrew Tridgell2004-11-021-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2004-11-011-0/+2
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2004-10-291-2/+123
* r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett2004-10-251-9/+5
* r2798: get rid of a unnecessary staticAndrew Tridgell2004-10-031-3/+5
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2004-09-271-2/+2
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2004-09-261-50/+59
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2004-09-261-4/+5
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2004-09-261-1/+1