summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_sam.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries m...Roel van Meer2010-05-251-0/+3
* s3:auth: fix account unlock regression introduced with fix for bug #4347Michael Adam2010-01-251-7/+5
* s3:auth: don't update the bad pw count if pw is among last 2 history entriesMichael Adam2010-01-251-1/+73
* s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...Michael Adam2010-01-251-1/+7
* s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...Michael Adam2010-01-251-4/+16
* s3:auth:check_sam_security: fix a leading tab/ws mixupMichael Adam2010-01-251-1/+1
* s3:auth:check_sam_security: create (and use) a common exit pointMichael Adam2010-01-251-11/+7
* s3:auth:check_sam_security: null out sampass after it has been stolen.Michael Adam2010-01-251-0/+1
* s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampassMichael Adam2010-01-251-14/+20
* s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()Michael Adam2010-01-251-2/+2
* s3:auth:sam_password_ok: fix allocation of a data blob.Michael Adam2010-01-251-1/+1
* s3:auth:sam_password_ok: enhance readability (imho) by adding some pointersMichael Adam2010-01-251-17/+24
* s3:check_sam_security: untangle assignment from statementMichael Adam2010-01-251-1/+2
* s3:auth: Fix typo in debug message.Karolin Seeger2009-12-071-2/+2
* Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.Jeremy Allison2009-07-161-2/+3
* s3:auth Fix segfault: Always initialise returned session keysAndrew Bartlett2009-04-191-1/+3
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-8/+42
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Fix some nonempty blank linesVolker Lendecke2009-02-101-9/+9
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-241-2/+3
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-071-1/+1
* Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner2008-03-201-1/+0
* Fix typo.Karolin Seeger2008-02-051-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-7/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter2007-10-101-4/+6
* 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
* r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don'tJeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r22022: - Clarify the commentsAndrew Bartlett2007-10-101-2/+2
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-1/+1
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-1/+1
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-3/+18
* r16204: Fix Klocwork # 14Volker Lendecke2007-10-101-3/+5
* r15476: Transfer the was_mapped flag from user_info to server_info also in au...Volker Lendecke2007-10-101-0/+2
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2007-10-101-3/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-2/+2
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-2/+3
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-9/+9
* r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root()Gerald Carter2007-10-101-1/+5
* r13316: Let the carnage begin....Gerald Carter2007-10-101-17/+26
* r11886: Fix 3187: logon hours restrictions were off corresponding to our offs...Jim McDonough2007-10-101-2/+3
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-6/+9
* r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison2007-10-101-1/+3
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-101-1/+7
* r5562: * bump version to 3.0.12pre2Gerald Carter2007-10-101-1/+1
* r5528: Expand the invalid-workstation-scheme. Workstation-Names with leadingGünther Deschner2007-10-101-1/+13