Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17554: Cleanup | Volker Lendecke | 1 | -27/+29 |
2007-10-10 | r17468: To minimize the diff later on, pre-commit some changes independently:... | Volker Lendecke | 1 | -9/+12 |
2007-10-10 | r17465: Get rid of add_initial_entry. In the two places it was called in it s... | Volker Lendecke | 1 | -5/+7 |
2007-10-10 | r17463: A bit of cleanup work: | Volker Lendecke | 1 | -14/+7 |
2007-10-10 | r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r17150: MMC User & group plugins fixes: | Gerald Carter | 1 | -3/+26 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -3/+13 |
2007-10-10 | r16628: Fix bug #3880, reported by jason@ncac.gwu.edu | Jeremy Allison | 1 | -8/+6 |
2007-10-10 | r16383: Klocwork #1086. No null deref. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r16241: Fix Klocwork #106 and others like it. | Jeremy Allison | 1 | -232/+27 |
2007-10-10 | r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p... | Paul Green | 1 | -0/+2 |
2007-10-10 | r15009: Add a check for NULL | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r14868: I will not write code when changing to Daylight Savings Time. | Gerald Carter | 1 | -5/+10 |
2007-10-10 | r14855: Various fixes: | Gerald Carter | 1 | -10/+8 |
2007-10-10 | r14696: make pdb_find_backend_entry public (for use by an external "multi" pd... | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r14634: Many bug fixes thanks to train rides and overnight stays in airports | Gerald Carter | 1 | -9/+77 |
2007-10-10 | r14577: BUG Fixes: | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r14457: Add a few more special cases for RID 513 in the samr code. | Gerald Carter | 1 | -2/+20 |
2007-10-10 | r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators | Gerald Carter | 1 | -14/+7 |
2007-10-10 | r13756: use samu_new() rather than calling talloc() directly. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13727: Fix a segfault | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r13704: Janitor for tpot. | Jeremy Allison | 1 | -50/+55 |
2007-10-10 | r13679: Commiting the rm_primary_group.patch posted on samba-technical | Gerald Carter | 1 | -14/+17 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -21/+17 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -45/+45 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13545: A patch which I think it's time has come. VOlker, we can talk about | Gerald Carter | 1 | -22/+38 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -19/+493 |
2007-10-10 | r13493: module_name and module_location are the same string. Fix a valgrind | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r13460: by popular demand.... | Gerald Carter | 1 | -1075/+218 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -56/+388 |
2007-10-10 | r12163: Change lookup_sid and lookup_name to return const char * instead of c... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu... | Volker Lendecke | 1 | -14/+102 |
2007-10-10 | r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ... | Volker Lendecke | 1 | -11/+26 |
2007-10-10 | r11922: Looks bigger than it is: There's no point in allocating arrays in | Volker Lendecke | 1 | -24/+14 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -60/+59 |
2007-10-10 | r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam | Jim McDonough | 1 | -0/+58 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -17/+117 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r6367: Slim down pdb_interface.c a bit. next_entry and search_end are function | Volker Lendecke | 1 | -185/+60 |
2007-10-10 | r6351: This is quite a large and intrusive patch, but there are not many piec... | Volker Lendecke | 1 | -153/+248 |
2007-10-10 | r6277: This implements a new caching API for enumerating the pdb elements. It is | Volker Lendecke | 1 | -0/+358 |
2007-10-10 | r6092: This much const causes the compiler on Fedora Core 2 | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i... | Volker Lendecke | 1 | -9/+16 |
2007-10-10 | r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids.... | Jim McDonough | 1 | -0/+98 |
2007-10-10 | r5951: gotta love that SGI compiler :-) (thanks Jason) | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r5655: Added support for Novell NDS universal password. Code donated by | Jeremy Allison | 1 | -0/+36 |
2007-10-10 | r5467: Optimize _samr_query_groupmem with LDAP backend for large domains. | Volker Lendecke | 1 | -0/+146 |
2007-10-10 | r5349: After talking with Jerry, reverted the addition of account policies to | Günther Deschner | 1 | -68/+0 |