Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -4/+238 |
2007-10-10 | r13679: Commiting the rm_primary_group.patch posted on samba-technical | Gerald Carter | 1 | -4/+6 |
2007-10-10 | r13622: Allow to rename machine accounts in a Samba Domain. This still uses the | Günther Deschner | 1 | -3/+4 |
2007-10-10 | r13600: Move functions local to tdbsam to pdb_tdb.c | Gerald Carter | 1 | -7/+397 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r13589: Make sure we only try to close the tdbsam file in endsampwent() when we | Gerald Carter | 1 | -4/+11 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -51/+51 |
2007-10-10 | r13512: Rewrite tdbsam code to use a reference count based open/close | Gerald Carter | 1 | -326/+281 |
2007-10-10 | r13460: by popular demand.... | Gerald Carter | 1 | -11/+5 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+95 |
2007-10-10 | r13209: Make smbpasswd -a work again if passdb did not exist. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r13175: Actually make adding a new user into an empty pdbtdb | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13172: Fix incorrect error message when new tdb not created correctly. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on | Jim McDonough | 1 | -4/+6 |
2007-10-10 | r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam | Jim McDonough | 1 | -40/+208 |
2007-10-10 | r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries(). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4724: Add support for Windows privileges in Samba 3.0 | Gerald Carter | 1 | -1/+14 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1412: Fix password history list in tdbsam. Fix some memory leaks. Add | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r1392: Added password history code to tdbsam backend. Not yet tested (ie. may | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r1388: Adding password history code for ldap backend, based on a patch from | Jeremy Allison | 1 | -1/+0 |
2004-02-13 | Move tdbsam versioning/upgrade code into 3.0 | Jim McDonough | 1 | -13/+175 |
2004-02-12 | updates for tdbsam code to help make merge into head easier; needs a bit more... | Gerald Carter | 1 | -46/+53 |
2004-02-11 | Don't set an iterator to a piece of free'd memory, store it first. | Jeremy Allison | 1 | -2/+3 |
2004-02-11 | fix set/getsampwent iterator in tdbsam to use an allocated list | Gerald Carter | 1 | -44/+101 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -3/+3 |
2003-07-22 | removing unused function | Gerald Carter | 1 | -43/+0 |
2003-07-20 | This creates passdb backend files automatically when adding first account. | Rafal Szczesniak | 1 | -1/+19 |
2003-07-11 | fix unitialised variable | Gerald Carter | 1 | -0/+6 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -64/+13 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 1 | -401/+3 |
2003-07-07 | Cleaning up linking issues. sam/idmap*.c only links in | Gerald Carter | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -3/+3 |
2003-06-18 | And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey | Volker Lendecke | 1 | -2/+13 |
2003-06-17 | Fix a memory leak in pdb_tdb.c. | Volker Lendecke | 1 | -0/+2 |
2003-06-17 | Make static (patch from metze) | Jelmer Vernooij | 1 | -1/+1 |
2003-06-17 | The return value of init_module functions is NTSTATUS, not int | Jelmer Vernooij | 1 | -3/+2 |
2003-06-16 | Quieten another debug message. | Tim Potter | 1 | -1/+1 |
2003-05-27 | I'm pretty sure these uint32's should be uid_t's. Can the passdb guys | Tim Potter | 1 | -1/+1 |
2003-05-12 | Fix obvious compiler warnings. | Jeremy Allison | 1 | -1/+0 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -104/+84 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -4/+4 |
2003-04-28 | A new pdb_ldap! | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changed | Andrew Bartlett | 1 | -3/+7 |
2003-04-15 | Use the new modules system for passdb (merge from HEAD) | Jelmer Vernooij | 1 | -16/+4 |
2003-03-22 | Thanks to volker, merge passdb changes from HEAD: | Andrew Bartlett | 1 | -59/+0 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -48/+107 |
2002-09-26 | syncing up with HEAD again.... | Gerald Carter | 1 | -30/+40 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -3/+4 |