Age | Commit message (Expand) | Author | Files | Lines |
2008-10-15 | s4: merge from s3 samr.idl. | Günther Deschner | 1 | -1/+1 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -6/+6 |
2008-07-21 | Rename structures to better match the names in the WSPP IDL. | Andrew Bartlett | 1 | -33/+33 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-14 | Rework our SAMR test and SAMR server. | Andrew Bartlett | 1 | -25/+47 |
2008-03-13 | Rework SAMR functions to avoid gendb_search() | Andrew Bartlett | 1 | -26/+38 |
2008-03-13 | Rework to have member server 'domains' be CN=NETBIOSNAME | Andrew Bartlett | 1 | -1/+1 |
2008-02-28 | Check for and reject invalid account flags. | Andrew Bartlett | 1 | -0/+14 |
2008-02-28 | Generate ACB_PW_EXPIRED correctly | Andrew Bartlett | 1 | -14/+14 |
2008-01-16 | Print out the reason we can't delete the user in SAMR. | Andrew Bartlett | 1 | -0/+3 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -27/+27 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -27/+27 |
2007-12-21 | r26328: remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+3 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just | Andrew Bartlett | 1 | -6/+6 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25052: This missing 'break' caused problems on 32 bit platforms only, due to | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24973: Try to make it really clear we are dealing with 64 bit numbers here. | Andrew Bartlett | 1 | -14/+14 |
2007-10-10 | r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r24082: Following the removal of a fanstsy condition from the SAMR testsuite, | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r24080: Set the primary group (matching windows) when creating new users in | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>. | Andrew Bartlett | 1 | -155/+178 |
2007-10-10 | r24053: Ensure we filter EnumDomainUsers with the supplied mask. | Andrew Bartlett | 1 | -12/+20 |
2007-10-10 | r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815. | Andrew Bartlett | 1 | -4/+13 |
2007-10-10 | r23815: Thanks to Matthias Wallnoefer <mwallnoefer@yahoo.de> for pointing out | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23365: Try to make Windows Vista join again. On my new test environment, it | Andrew Bartlett | 1 | -2/+7 |
2007-10-10 | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 1 | -99/+99 |
2007-10-10 | r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct | Andrew Bartlett | 1 | -17/+88 |
2007-10-10 | r20034: Start using ldb_search_exp_fmt() | Simo Sorce | 1 | -14/+8 |
2007-10-10 | r19903: This is a cut&paste error for sure | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r19902: give better errors... | Stefan Metzmacher | 1 | -3/+32 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -13/+13 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -16/+17 |
2007-10-10 | r19256: add missing infolevel and fields to SetUserInfo call | Rafal Szczesniak | 1 | -23/+31 |
2007-10-10 | r18775: Performing an ldb op of 'do nothing' is pointless, and breaks against | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18416: We need to look for both builtinDomain and domain, in the OpenDomain ... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18409: Make sure to print a DEBUG message if this LDB search fails. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r18252: Make sure to NULL terminate these lists of attributes. | Andrew Bartlett | 1 | -7/+16 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 1 | -3/+9 |
2007-10-10 | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -15/+15 |
2007-10-10 | r16827: Factor out some code into common samdb functions: | Andrew Bartlett | 1 | -50/+6 |