Age | Commit message (Expand) | Author | Files | Lines |
2009-02-10 | Fix some nonempty blank lines | Volker Lendecke | 1 | -9/+9 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -1/+1 |
2008-06-24 | Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a... | Jeremy Allison | 1 | -2/+3 |
2008-05-07 | Rename server_info->was_mapped to server_info->nss_token | Volker Lendecke | 1 | -1/+1 |
2008-03-20 | Fix crash bug in check_sam_security() when make_server_info_sam() did a | Günther Deschner | 1 | -1/+0 |
2008-02-05 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -7/+8 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r25401: BUG 4982: Don't delete lanman hashes on invalid logins when | Gerald Carter | 1 | -4/+6 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don't | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22022: - Clarify the comments | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r16230: Fix Klocwork #861 and others. localtime and asctime | Jeremy Allison | 1 | -3/+18 |
2007-10-10 | r16204: Fix Klocwork # 14 | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r15476: Transfer the was_mapped flag from user_info to server_info also in au... | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -9/+9 |
2007-10-10 | r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root() | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -17/+26 |
2007-10-10 | r11886: Fix 3187: logon hours restrictions were off corresponding to our offs... | Jim McDonough | 1 | -2/+3 |
2007-10-10 | r11573: Adding Andrew Bartlett's patch to make machine account | Jeremy Allison | 1 | -6/+9 |
2007-10-10 | r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -1/+2 |
2007-10-10 | r5655: Added support for Novell NDS universal password. Code donated by | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r5562: * bump version to 3.0.12pre2 | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r5528: Expand the invalid-workstation-scheme. Workstation-Names with leading | Günther Deschner | 1 | -1/+13 |
2007-10-10 | r4972: Fix a warning and some debugging-outputs. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r1780: Remove the UTC comment as it isn't. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1778: Fix based on code from Richard Renard <rrenard@idealx.com> to | Jeremy Allison | 1 | -0/+42 |
2007-10-10 | r1414: Memory leak fixes found by valgrind whilst checking the password histo... | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke... | Andrew Bartlett | 1 | -1/+1 |
2004-04-03 | Fix most of bug #169. | Andrew Bartlett | 1 | -1/+2 |
2004-02-21 | Add calls to password lockout functions. Should now work against tdbsam only. | Jim McDonough | 1 | -0/+38 |
2003-12-30 | Move our basic password checking code from inside the authentication | Andrew Bartlett | 1 | -345/+1 |
2003-12-30 | Refactor our authentication and authentication testing code. | Andrew Bartlett | 1 | -148/+219 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -19/+45 |
2003-10-24 | Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth. | Jeremy Allison | 1 | -0/+16 |
2003-09-08 | Tidy up some formatting. Get ready for allowing bad password lockout. (based | Jeremy Allison | 1 | -49/+38 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -6/+6 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -4/+4 |
2003-07-08 | Spelling. | Tim Potter | 1 | -1/+1 |
2003-06-30 | * rename samstrict auth method to sam | Gerald Carter | 1 | -56/+29 |
2003-06-04 | Add some static. Patch by Stefan Metzmacher <metze@metzemix.de> | Jelmer Vernooij | 1 | -3/+3 |
2003-05-26 | Spelling. | Tim Potter | 1 | -1/+2 |