summaryrefslogtreecommitdiffstats
path: root/source3/include/auth.h
Commit message (Expand)AuthorAgeFilesLines
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-22/+3
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-1/+0
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-1/+0
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth fix header comment for internal_username -> mapped.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-1/+3
* s3:auth remove unused structure memberSimo Sorce2010-06-071-4/+0
* s3:auth handle unix domain sids in samuSimo Sorce2010-06-071-0/+12
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-1/+1
* s3-auth: add "system" bool flag to auth_serversupplied_info.Günther Deschner2010-05-311-0/+1
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-1/+1
* s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett2010-05-311-6/+1
* s3:auth Add comment to clarify usage of session keys.Simo Sorce2010-05-271-0/+10
* s3:auth remove login_server from server infoSimo Sorce2010-05-271-2/+0
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3:auth Make get_ntlm_challenge more like Samba4Andrew Bartlett2010-05-131-2/+2
* s3: Make "auth_context" its own talloc parentVolker Lendecke2010-04-111-1/+0
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-3/+3
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-2/+2
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-211-1/+2
* Fix some nonempty blank linesVolker Lendecke2009-01-201-11/+11
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-7/+2
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-071-1/+5
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-1/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke2007-10-101-6/+0
* r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke2007-10-101-0/+2
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-19/+10
* r13095: Fix warnings assigning int to a size_t.Jeremy Allison2007-10-101-1/+1
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-10/+8
* r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...Jim McDonough2007-10-101-0/+2
* r4976: Try to scare people off from trying to write authentication modulesAndrew Bartlett2007-10-101-0/+4
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-1/+1
* Fix most of bug #169.Andrew Bartlett2004-04-031-22/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-3/+4
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-0/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-0/+3
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-0/+4
* Merge from HEAD:Andrew Bartlett2003-01-281-0/+9
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-1/+1
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-1/+7
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-13/+21