Age | Commit message (Expand) | Author | Files | Lines |
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 | r23682: Old patch I forgot in one of my 3.0.25 trees. | Simo Sorce | 1 | -0/+16 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19094: Fix debug statement. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 1 | -26/+19 |
2007-10-10 | r16248: Fix Coverity ID 297 | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r15887: Ensure we use sys_write so we're not interrupted. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based | James Peach | 1 | -1/+2 |
2007-10-10 | r14600: Refactor capability interface from being IRIX-specific to using only | James Peach | 1 | -1/+1 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -25/+25 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3 | Günther Deschner | 1 | -0/+10 |
2007-10-10 | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 1 | -3/+13 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -10/+3 |
2007-10-10 | r13291: NT checks the minimum password age dynamically. That means we have to... | Volker Lendecke | 1 | -5/+21 |
2007-10-10 | r12938: Fix for #3408 (change password fails) from William Jojo <jojowil@hvcc... | Jeremy Allison | 1 | -3/+7 |
2007-10-10 | r12279: unix_mask_match has been broken for *ever*... (How). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r8454: Fix Bug #2502 | Günther Deschner | 1 | -11/+0 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r5961: final round of compiler warning fixes based on feedback from Jason Mader | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bit | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r5349: After talking with Jerry, reverted the addition of account policies to | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r4925: Migrate Account Policies to passdb (esp. replicating ldapsam). | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r4337: Produce a slightly different error message is lanman authentication is | Andrew Bartlett | 1 | -3/+8 |
2007-10-10 | r3954: bring Samba3 into line with the Samba4 password change code | Andrew Tridgell | 1 | -18/+11 |
2007-10-10 | r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2772: Check correct string length when verifying password-policies. Do not | Günther Deschner | 1 | -2/+3 |
2007-10-10 | r2333: check the script is not a 0 lenght string | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r2331: check password script code and example from trunk | Simo Sorce | 1 | -0/+13 |
2007-10-10 | r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r1661: Changed the password history format so that each history entry | Jeremy Allison | 1 | -7/+13 |
2007-10-10 | r1388: Adding password history code for ldap backend, based on a patch from | Jeremy Allison | 1 | -10/+75 |
2007-10-10 | r283: removing --with-cracklib after discussion with abartklet @ sambaXP | Gerald Carter | 1 | -47/+0 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 1 | -1/+1 |
2004-02-02 | remerge andrew's cracklib patch from HEAD and fix a compile warnings | Gerald Carter | 1 | -23/+58 |
2004-01-26 | Revise our server-side password change code to cope with the various | Andrew Bartlett | 1 | -109/+158 |
2004-01-14 | revert the cracklib changes until post 3.0.2 | Gerald Carter | 1 | -58/+23 |
2004-01-12 | On systems without a working cracklib, ensure we don't include the header | Andrew Bartlett | 1 | -0/+2 |
2004-01-12 | First stab at cracklib support (password quality checking) in Samba 3.0 | Andrew Bartlett | 1 | -23/+56 |
2004-01-06 | Patch penguin. Cleaning out old mbp patch. | Jeremy Allison | 1 | -22/+24 |
2003-11-24 | Added "passwd chat timeout" parameter. Docs to follow. | Jeremy Allison | 1 | -3/+6 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -1/+1 |
2003-09-04 | Fix UNIX passwd sync properly. I've finally understood | Jeremy Allison | 1 | -67/+32 |
2003-08-15 | get rid of unused call | Herb Lewis | 1 | -12/+0 |
2003-07-31 | Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs | Jeremy Allison | 1 | -6/+9 |