s3: smb_request->vwv can be const
[nivanova/samba-autobuild/.git] / source3 / auth / auth_server.c
2011-11-03 Stefan Metzmachers3:auth: s/Undefined/SMB_SIGNING_DEFAULT/
2011-09-15 Stefan Metzmachers3:auth_server: make use of cli_state_server_challenge()
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-13 Stefan Metzmachers3:auth_server: make use of cli_state_security_mode()
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-08-02 Stefan Metzmachers3:auth_server: make use of cli_state_protocol()
2011-07-23 Jeremy AllisonFix bug 8314] - smbd crash with unknown user.
2011-07-22 Stefan Metzmachers3:auth_server: make use of cli_state_remote_name()
2011-07-11 Stefan Metzmachers3:auth_server: use cli_echo() to check if the server...
2011-07-11 Stefan Metzmachers3:auth_server: make use of cli_state_is_connected()
2011-07-08 Stefan Metzmachers3:auth_server: use cli->is_guestlogin instead of parsi...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-29 Volker Lendeckes3: Use the correct guest_login field in auth_server
2011-05-29 Volker Lendeckes3: Use cli_connect_nb in auth_server
2011-05-29 Volker Lendeckes3: Fix a type-punned warning
2011-05-29 Volker Lendeckes3: Check password server loop earlier
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3: auth also needs parts of smbd.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2188: MISSING_BREAK
2011-01-17 Volker Lendeckes3: Avoid a few calls to cli_errstr
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
2010-08-19 Volker Lendeckes3: Remove smb_pam_accountcheck from the auth modules
2010-08-14 Andrew Bartletts3:auth Add error paths for invalid password_state...
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-06-10 Andreas Schneiders3:misc make use of server_[event/messaging]_context...
2010-06-07 Andrew Bartletts3:auth Rename user_info->domain -> user_info->mapped...
2010-06-07 Andrew Bartletts3:auth Rename user_info->internal_username -> user_inf...
2010-06-07 Andrew Bartletts3:auth Rename user_info->smb_name -> user_info->client...
2010-05-29 Simo Sorces3:auth make it easier to trace auth modules
2010-04-11 Volker Lendeckes3: Remove the make_auth_methods routine
2010-04-11 Volker Lendeckes3: Make "auth_context" its own talloc parent
2010-04-11 Volker Lendeckes3: Fix some nonempty lines
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-22 Zach LoafmanFix various build warnings
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-30 Volker LendeckeFix security=server, bug 5502
2008-03-10 Volker LendeckeUse a separate tdb for mutexes
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-09 Jeremy AllisonFix CID 460 - resource leak on error.
2007-12-17 Jeremy AllisonRemove another static string and static passwd.
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Jeremy Allisonr22956: Fix security=server (bug #4622). Volker's patch
2007-10-10 Volker Lendecker22953: Well, this apparently has never been tested...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker21870: Move sending auth_server keepalives out of...
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Simo Sorcer19980: Implement pam account stack checks when obey...
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Gerald Carterr7372: abartet's patch for BUG 2391 (segv caused by...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2003-11-23 Andrew Bartlett(Merge from 3.0)
2003-11-23 Andrew BartlettPatch by emil@disksites.com <Emil Rasamat> to ensure...
2003-11-10 Jeremy AllisonPatch from Andrew Bartlett <abartlet@samba.org> for...
2003-11-10 Jeremy AllisonPatch from Andrew Bartlett <abartlet@samba.org> for...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-03 Andrew BartlettThis patch takes the work the jerry did for beta2,...
2003-06-04 Jelmer VernooijAdd some static. Patch by Stefan Metzmacher <metze...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-25 Andrew BartlettGet 'add user script' working again for Samba 3.0.
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-16 Jelmer VernooijAdd support for the new modules system to auth/ (merge...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next