summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix security=server, bug 5502Volker Lendecke2008-05-301-2/+4
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-7/+9
* Fix CID 460 - resource leak on error.Jeremy Allison2008-01-081-0/+1
* Remove another static string and static passwd.Jeremy Allison2007-12-161-19/+22
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-17/+22
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-9/+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
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-1/+6
* r22956: Fix security=server (bug #4622). Volker's patchJeremy Allison2007-10-101-6/+0
* r22953: Well, this apparently has never been tested. But *this* code never saw aVolker Lendecke2007-10-101-6/+5
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-4/+4
* r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke2007-10-101-25/+60
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-1/+1
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-101-1/+9
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-28/+27
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+5
* 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-8/+8
* r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter2007-10-101-0/+1
* BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-161-11/+10
* Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett2003-11-231-0/+2
* Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison2003-11-101-6/+8
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-2/+2
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-041-1/+1
* Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-251-2/+9
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-0/+5
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+5
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-10/+47
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-10/+12
* A farily large commit:Andrew Bartlett2002-01-011-10/+11
* Fix segfault, and add a comment.Andrew Bartlett2001-12-081-2/+5
* again an intrusive patch:Jean-François Micouleau2001-12-061-1/+2
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+0
* Fix debugAndrew Bartlett2001-11-261-1/+1
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-0/+11
* challange -> challengeTim Potter2001-11-261-8/+8
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-30/+142
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-8/+19
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-301-0/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-141-16/+4