summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-14s3:auth: fix account unlock regression introduced with fix for bug #4347Michael Adam1-7/+5
2010-01-12s3:auth: add comment to nulling out stolen sampassMichael Adam1-0/+4
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-2/+2
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-5/+5
2010-01-07s3:auth: don't update the bad pw count if pw is among last 2 history entriesMichael Adam1-1/+73
2010-01-07s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...Michael Adam1-1/+7
2010-01-07s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...Michael Adam1-4/+16
2010-01-07s3:auth:check_sam_security: fix a leading tab/ws mixupMichael Adam1-1/+1
2010-01-07s3:auth:check_sam_security: create (and use) a common exit pointMichael Adam1-11/+7
2010-01-07s3:auth:check_sam_security: null out sampass after it has been stolen.Michael Adam1-0/+1
2010-01-07s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampassMichael Adam1-14/+20
2010-01-07s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()Michael Adam1-2/+2
2010-01-07s3:auth:sam_password_ok: fix allocation of a data blob.Michael Adam1-1/+1
2010-01-07s3:auth:sam_password_ok: enhance readability (imho) by adding some pointersMichael Adam1-17/+24
2010-01-07s3:check_sam_security: untangle assignment from statementMichael Adam1-1/+2
2009-12-07s3:auth: Fix typo in debug message.Karolin Seeger1-2/+2
2009-07-16Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.Jeremy Allison1-2/+3
2009-04-19s3:auth Fix segfault: Always initialise returned session keysAndrew Bartlett1-1/+3
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett1-8/+42
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-02-10Fix some nonempty blank linesVolker Lendecke1-9/+9
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-06-24Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison1-2/+3
2008-05-07Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke1-1/+1
2008-03-20Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner1-1/+0
2008-02-05Fix typo.Karolin Seeger1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-7/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter1-4/+6
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don'tJeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22022: - Clarify the commentsAndrew Bartlett1-2/+2
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett1-1/+1
2007-10-10r19058: Implement "user cannot change password", and complete "user must changeJim McDonough1-1/+1
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-3/+18
2007-10-10r16204: Fix Klocwork # 14Volker Lendecke1-3/+5
2007-10-10r15476: Transfer the was_mapped flag from user_info to server_info also in au...Volker Lendecke1-0/+2
2007-10-10r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison1-3/+1
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-2/+2
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-2/+3
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-9/+9
2007-10-10r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root()Gerald Carter1-1/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-17/+26
2007-10-10r11886: Fix 3187: logon hours restrictions were off corresponding to our offs...Jim McDonough1-2/+3
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-6/+9
2007-10-10r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.Jeremy Allison1-1/+3
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison1-1/+7