Merge commit 'release-4-0-0alpha15' into master4-tmp
[ira/wip.git] / source3 / auth / auth_sam.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-05 Günther Deschners3-auth: run minimal_includes.pl
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
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-05-29 Simo Sorces3:auth make it easier to trace auth modules
2010-04-11 Volker Lendeckes3: Move check_sam_security to auth/check_sam.c
2010-04-11 Volker Lendeckes3: Make check_sam_security public
2010-04-11 Volker Lendeckes3: Replace "auth_context" by "challenge" in need_to_in...
2010-04-11 Volker Lendeckes3: Replace "auth_context" by "challenge" in sam_passwo...
2010-04-11 Volker Lendeckes3: Remove the make_auth_methods routine
2010-01-14 Michael Adams3:auth: fix account unlock regression introduced with...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-12 Michael Adams3:auth: add comment to nulling out stolen sampass
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2010-01-07 Michael Adams3:auth: don't update the bad pw count if pw is among...
2010-01-07 Michael Adams3:auth:check_sam_security: introduce a bool var to...
2010-01-07 Michael Adams3:auth:check_sam_security: improve calling and logging...
2010-01-07 Michael Adams3:auth:check_sam_security: fix a leading tab/ws mixup
2010-01-07 Michael Adams3:auth:check_sam_security: create (and use) a common...
2010-01-07 Michael Adams3:auth:check_sam_security: null out sampass after...
2010-01-07 Michael Adams3:auth:sam_password_ok: take username, acct_ctrl and...
2010-01-07 Michael Adams3:auth: use data_blob_null instead of data_blob(NULL...
2010-01-07 Michael Adams3:auth:sam_password_ok: fix allocation of a data blob.
2010-01-07 Michael Adams3:auth:sam_password_ok: enhance readability (imho...
2010-01-07 Michael Adams3:check_sam_security: untangle assignment from statement
2009-12-07 Karolin Seegers3:auth: Fix typo in debug message.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-16 Jeremy AllisonTidyup prompted by #6554 - Wrong deallocation in sam_ac...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-19 Andrew Bartletts3:auth Fix segfault: Always initialise returned sessio...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettMake Samba3 use the new common libcli/auth code
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-02-10 Volker LendeckeFix some nonempty blank lines
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-24 Jeremy AllisonFix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHA...
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-03-19 Günther DeschnerFix crash bug in check_sam_security() when make_server_...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-05 Karolin SeegerFix typo.
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald Carterr25401: BUG 4982: Don't delete lanman hashes on invalid...
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 Allisonr23358: Fix from Justin Maggard <jmaggard@infrant.com...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Andrew Bartlettr22022: - Clarify the comments
2007-10-10 Andrew Bartlettr22020: Make it more clear that both the vuser struct...
2007-10-10 Jim McDonoughr19058: Implement "user cannot change password", and...
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Volker Lendecker16204: Fix Klocwork # 14
2007-10-10 Volker Lendecker15476: Transfer the was_mapped flag from user_info...
2007-10-10 Jeremy Allisonr15088: Remove all time() and gettimeofday() calls...
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13541: we have to wrap pen_enum_group_memberships...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jim McDonoughr11886: Fix 3187: logon hours restrictions were off...
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Jeremy Allisonr9252: 2 type fixes from Luke Mewburn <lukem@NetBSD...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr5655: Added support for Novell NDS universal password...
2007-10-10 Gerald Carterr5562: * bump version to 3.0.12pre2
2007-10-10 Günther Deschnerr5528: Expand the invalid-workstation-scheme. Workstati...
2007-10-10 Günther Deschnerr4972: Fix a warning and some debugging-outputs.
2007-10-10 Jeremy Allisonr1780: Remove the UTC comment as it isn't.
2007-10-10 Jeremy Allisonr1778: Fix based on code from Richard Renard <rrenard...
2007-10-10 Jeremy Allisonr1414: Memory leak fixes found by valgrind whilst check...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-04-03 Andrew BartlettFix most of bug #169.
2004-02-21 Jim McDonoughAdd calls to password lockout functions. Should now...
2004-02-21 Jim McDonoughAdd calls to password lockout functions. Should now...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-30 Andrew BartlettMove our basic password checking code from inside the...
2003-12-30 Andrew BartlettRefactor our authentication and authentication testing...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-10-24 Jeremy AllisonAndrew Bartlett patch to cope with Exchange 5.5 clearte...
2003-10-24 Jeremy AllisonAndrew Bartlett patch to cope with Exchange 5.5 clearte...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Jeremy AllisonTidy up some formatting. Get ready for allowing bad...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-08 Tim PotterSpelling.
2003-06-30 Gerald Carter* rename samstrict auth method to sam
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...
next