summaryrefslogtreecommitdiff
path: root/source3/auth/auth_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22953: Well, this apparently has never been tested. But *this* code never saw aVolker Lendecke1-6/+5
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-4/+4
2007-10-10r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke1-25/+60
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-1/+1
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce1-1/+9
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-28/+27
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-4/+5
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-8/+8
2007-10-10r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter1-0/+1
2004-03-16BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter1-11/+10
2003-11-23Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett1-0/+2
2003-11-10Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison1-6/+8
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-2/+2
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-1/+1
2003-05-25Get 'add user script' working again for Samba 3.0.Andrew Bartlett1-2/+9
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-0/+5
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+5
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-10/+47
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-10/+12
2002-01-01A farily large commit:Andrew Bartlett1-10/+11
2001-12-08Fix segfault, and add a comment.Andrew Bartlett1-2/+5
2001-12-06again an intrusive patch:Jean-François Micouleau1-1/+2
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+0
2001-11-26Fix debugAndrew Bartlett1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-0/+11
2001-11-26challange -> challengeTim Potter1-8/+8
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-30/+142
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-8/+19
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett1-0/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett1-16/+4
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-4/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-24get rid of compiler warningsHerb Lewis1-2/+2
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett1-1/+1
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett1-0/+1
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+244