summaryrefslogtreecommitdiff
path: root/source3/auth/auth_compat.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2010-09-26s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke1-1/+4
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-26/+22
2010-07-19s3-auth: Simplify how we free the auth_contextSimo Sorce1-1/+1
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-2/+4
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-2/+2
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-3/+4
2009-06-03s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher1-11/+15
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke1-2/+3
2009-01-20Fix some nonempty blank linesVolker Lendecke1-9/+9
2007-11-13Remove last pstring from smbd/*.cJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r21383: More possible "security=share" fixes. If a clientJeremy Allison1-0/+3
2007-10-10r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison1-4/+9
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
2002-04-07Spelling.Tim Potter1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett1-22/+31
2002-01-09Better explanation message for dmalloc.Martin Pool1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-0/+111