Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd. | Günther Deschner | 1 | -8/+8 |
2007-12-21 | r26146: Add IDL and torture test for wkssvc_NetrUseEnum(). | Günther Deschner | 1 | -4/+4 |
2007-12-21 | r26145: Fix server side of wkssvc_NetWkstaTransportEnum. | Günther Deschner | 1 | -17/+17 |
2007-12-21 | r26143: Add IDL and torture test for wkssvc_NetrWkstaUserGetInfo. | Günther Deschner | 1 | -4/+4 |
2007-12-21 | r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just | Andrew Bartlett | 3 | -12/+13 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 5 | -4/+5 |
2007-12-21 | r25940: Rework the samldb and templates handling. | Andrew Bartlett | 1 | -6/+10 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 4 | -35/+40 |
2007-12-21 | r25896: Rename netlogon server stubs. | Günther Deschner | 1 | -6/+6 |
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 10 | -81/+81 |
2007-10-10 | r25539: Also correct indent for winreg server. | Günther Deschner | 1 | -177/+181 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2 | -10/+10 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 10 | -38/+44 |
2007-10-10 | r25196: Thanks to id10ts on IRC for finding some typos in my well-known names | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 5 | -845/+1255 |
2007-10-10 | r25052: This missing 'break' caused problems on 32 bit platforms only, due to | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2 | -10/+10 |
2007-10-10 | r25028: Fix more warnings. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 9 | -2/+11 |
2007-10-10 | r24987: Clarify error conditions in secrets handling, before I add ACLs to | Andrew Bartlett | 1 | -3/+3 |
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 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 4 | -102/+180 |
2007-10-10 | r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24817: Don't REG_NONE for all value types. Patch from | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -2/+8 |
2007-10-10 | r24727: Initialize variable. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24726: Add tests for getting/setting security descriptors (still failing at ... | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 2 | -111/+133 |
2007-10-10 | r24612: Revert this part of -r 24611. This isn't related to my SAMR password | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24611: Following up on the re-opening of bug 4817 is it pretty clear that | Andrew Bartlett | 3 | -29/+22 |
2007-10-10 | r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r24504: Try to return more useful error information on why a bind failed. | Andrew Bartlett | 2 | -16/+24 |
2007-10-10 | r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing | Andrew Bartlett | 1 | -3/+3 |
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 | 25 | -75/+50 |
2007-10-10 | r23680: Make it easier to setup a domain member server - the 'server role' | Andrew Bartlett | 1 | -2/+2 |