Age | Commit message (Expand) | Author | Files | Lines |
2008-01-12 | Fix CID 469. new_acct can't be NULL here. | Jeremy Allison | 1 | -2/+1 |
2007-12-29 | Make pdb_tdb honour a private dir overridden in smb.conf. | Michael Adam | 1 | -1/+1 |
2007-12-29 | passdb.tdb is located in the private directory | Volker Lendecke | 1 | -1/+2 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -146/+0 |
2007-12-26 | Add tdbsam_search_users | Volker Lendecke | 1 | -0/+134 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -42/+67 |
2007-11-05 | static pstring removal | Volker Lendecke | 1 | -2/+2 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -25/+25 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | 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 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -11/+12 |
2007-10-10 | r21982: make use of tdb_*_bystring() and string_term_tdb_data() | Stefan Metzmacher | 1 | -29/+12 |
2007-10-10 | r18703: Fix the annoying effect that happens when nscd is running: | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r17150: MMC User & group plugins fixes: | Gerald Carter | 1 | -5/+15 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -16/+27 |
2007-10-10 | r16663: Fix coverity #301, memleak in error path. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16624: Fix bug #3877, reported by jason@ncac.gwu.edu | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r16582: Fix Klocwork #1997 and all generic class of problems | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r16014: Correctly set the group RID in init_sam_from_buffer. | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r14634: Many bug fixes thanks to train rides and overnight stays in airports | Gerald Carter | 1 | -13/+7 |
2007-10-10 | r14577: BUG Fixes: | Gerald Carter | 1 | -8/+6 |
2007-10-10 | r13765: Fix bug reported by jra. Don't check for a group SID when storing | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r13747: Fix the reference count for tdbsam_open() - on an | Jeremy Allison | 1 | -5/+9 |
2007-10-10 | r13729: Fix smbpasswd -x | Volker Lendecke | 1 | -13/+6 |
2007-10-10 | r13728: No, we have not talked about this on irc less than 24h ago... ;-) | Volker Lendecke | 1 | -2/+2 |
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 |