| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | r4766: Add another useful helper function: samdb_msg_set_value() | Andrew Bartlett | 2007-10-10 | 1 | -0/+15 |
| * | r4765: simplify the async socket code to always go via the event handler | Andrew Tridgell | 2007-10-10 | 1 | -18/+9 |
| * | r4764: Add some more structs to keep the proto.h compile happy. | Andrew Bartlett | 2007-10-10 | 1 | -0/+2 |
| * | r4763: Join Samba4 to itself during the provision process. | Andrew Bartlett | 2007-10-10 | 3 | -1/+20 |
| * | r4762: Store the results of a 'net join' in the LDB. | Andrew Bartlett | 2007-10-10 | 3 | -42/+255 |
| * | r4759: use ldb_attr_cmp() to compare attribute names | Simo Sorce | 2007-10-10 | 2 | -34/+53 |
| * | r4758: - added async support to the session request code | Andrew Tridgell | 2007-10-10 | 16 | -191/+152 |
| * | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 2007-10-10 | 8 | -100/+227 |
| * | r4756: a slight tidy up in the events code | Andrew Tridgell | 2007-10-10 | 1 | -4/+1 |
| * | r4755: the recent change in the definition of lp_passwordserver() breaks this | Andrew Tridgell | 2007-10-10 | 2 | -204/+0 |
| * | r4754: tidied up the composite function infrastructure to make it easier to | Andrew Tridgell | 2007-10-10 | 4 | -44/+67 |
| * | r4753: added the ability for the generic socket library to handle async | Andrew Tridgell | 2007-10-10 | 5 | -30/+104 |
| * | r4748: removed unnecessary distinguishedName from provisioning | Andrew Tridgell | 2007-10-10 | 2 | -35/+0 |
| * | r4745: remove the distinguishedName attribute adds from samr. See the | Andrew Tridgell | 2007-10-10 | 1 | -5/+0 |
| * | r4744: until we decide what to do about attribute aliasing (see my recent | Andrew Tridgell | 2007-10-10 | 1 | -3/+5 |
| * | r4730: remove unused struct elements | Stefan Metzmacher | 2007-10-10 | 1 | -38/+1 |
| * | r4729: add dummy "winbind" service | Stefan Metzmacher | 2007-10-10 | 4 | -1/+249 |
| * | r4728: split up server_services into: | Stefan Metzmacher | 2007-10-10 | 21 | -494/+566 |
| * | r4727: add a reference to the event context | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| * | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 2007-10-10 | 12 | -76/+43 |
| * | r4725: make "password server" a string list | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 |
| * | r4723: Predefine libnet_JoinDomain as it's used in proto.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
| * | r4722: Start to add 'net join' to Samba4. | Andrew Bartlett | 2007-10-10 | 8 | -48/+445 |
| * | r4721: Changes to libnet_passwd to take advantage of the new easier to call | Andrew Bartlett | 2007-10-10 | 2 | -198/+239 |
| * | r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat... | Andrew Bartlett | 2007-10-10 | 1 | -45/+46 |
| * | r4719: snprintf.c is used outside of samba, so don't use our special types | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
| * | r4718: don't use the deprecated __va_copy() unless va_copy() is unavailable | Andrew Tridgell | 2007-10-10 | 2 | -0/+4 |
| * | r4717: fixed our usage of VA_COPY to be more standards compliant | Andrew Tridgell | 2007-10-10 | 2 | -4/+15 |
| * | r4716: add a real ugly hack to get all ldap queries of an | Stefan Metzmacher | 2007-10-10 | 3 | -2/+1091 |
| * | r4715: alwys add the distinguishedName attribute | Stefan Metzmacher | 2007-10-10 | 2 | -0/+40 |
| * | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 2007-10-10 | 13 | -623/+358 |
| * | r4713: Add initial support for QueryTrustedDomainInfo on LSA. | Andrew Bartlett | 2007-10-10 | 1 | -6/+47 |
| * | r4712: slight tidy up in alter_context server | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| * | r4711: - deprecate talloc_destroy() | Andrew Tridgell | 2007-10-10 | 3 | -9/+19 |
| * | r4710: added a smb_composite_savefile() function, and expanded the test suite... | Andrew Tridgell | 2007-10-10 | 7 | -20/+392 |
| * | r4709: fix compiler warnings | Stefan Metzmacher | 2007-10-10 | 1 | -12/+6 |
| * | r4708: Comparing with LDAP, it is clear that these 'flags' are in fact the | Andrew Bartlett | 2007-10-10 | 3 | -15/+15 |
| * | r4707: w2k3 don't restict passwords on | Stefan Metzmacher | 2007-10-10 | 3 | -10/+84 |
| * | r4706: Fix the build, after I renamed these elements in the IDL. | Andrew Bartlett | 2007-10-10 | 2 | -2/+2 |
| * | r4705: use an enum for reject_reason | Stefan Metzmacher | 2007-10-10 | 1 | -4/+6 |
| * | r4703: Add support for EnumTrustDomain, and expand the testsuite. | Andrew Bartlett | 2007-10-10 | 4 | -113/+223 |
| * | r4702: implment idl, torture test and server code for netr_ServerPasswordSet2() | Stefan Metzmacher | 2007-10-10 | 4 | -10/+188 |
| * | r4701: remove debugs | Stefan Metzmacher | 2007-10-10 | 1 | -2/+0 |
| * | r4700: first attempt at a composite async function, smb_composite_loadfile(), | Andrew Tridgell | 2007-10-10 | 8 | -2/+449 |
| * | r4699: Move the test_EnumTrustDom() test into the test_CreateTrustedDomain | Andrew Bartlett | 2007-10-10 | 1 | -43/+63 |
| * | r4698: - Initial implementation of trusted domains in LSA. | Andrew Bartlett | 2007-10-10 | 6 | -187/+423 |
| * | r4695: Leave less memory handing around on long-term TALLOC_CTX. | Andrew Bartlett | 2007-10-10 | 1 | -19/+29 |
| * | r4694: 'fix' the behaviour for setting only the old, but not the new secret. | Andrew Bartlett | 2007-10-10 | 2 | -6/+52 |
| * | r4693: Add another test (RPC-MULTIBIND) that should always pass. | Andrew Bartlett | 2007-10-10 | 2 | -5/+5 |
| * | r4692: Make the client SPNEGO code bail out in a couple more cases. | Andrew Bartlett | 2007-10-10 | 1 | -1/+4 |