summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_compat.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-261-1/+4
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-26/+22
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-1/+1
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-2/+4
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-2/+2
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-3/+4
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-11/+15
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-211-2/+3
* Fix some nonempty blank linesVolker Lendecke2009-01-201-9/+9
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* 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
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r21383: More possible "security=share" fixes. If a clientJeremy Allison2007-10-101-0/+3
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-10-101-4/+9
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* Spelling.Tim Potter2002-04-071-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2002-01-201-22/+31
* Better explanation message for dmalloc.Martin Pool2002-01-091-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-0/+111