summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r4727: add a reference to the event contextStefan Metzmacher2007-10-101-1/+1
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-1012-76/+43
* r4725: make "password server" a string listStefan Metzmacher2007-10-101-3/+3
* r4723: Predefine libnet_JoinDomain as it's used in proto.hJelmer Vernooij2007-10-101-0/+1
* r4722: Start to add 'net join' to Samba4.Andrew Bartlett2007-10-108-48/+445
* r4721: Changes to libnet_passwd to take advantage of the new easier to callAndrew Bartlett2007-10-102-198/+239
* r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat...Andrew Bartlett2007-10-101-45/+46
* r4719: snprintf.c is used outside of samba, so don't use our special typesAndrew Tridgell2007-10-101-2/+2
* r4718: don't use the deprecated __va_copy() unless va_copy() is unavailableAndrew Tridgell2007-10-102-0/+4
* r4717: fixed our usage of VA_COPY to be more standards compliantAndrew Tridgell2007-10-102-4/+15
* r4716: add a real ugly hack to get all ldap queries of anStefan Metzmacher2007-10-103-2/+1091
* r4715: alwys add the distinguishedName attributeStefan Metzmacher2007-10-102-0/+40
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-1013-623/+358
* r4713: Add initial support for QueryTrustedDomainInfo on LSA.Andrew Bartlett2007-10-101-6/+47
* r4712: slight tidy up in alter_context serverAndrew Tridgell2007-10-101-2/+1
* r4711: - deprecate talloc_destroy()Andrew Tridgell2007-10-103-9/+19
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-107-20/+392
* r4709: fix compiler warningsStefan Metzmacher2007-10-101-12/+6
* r4708: Comparing with LDAP, it is clear that these 'flags' are in fact theAndrew Bartlett2007-10-103-15/+15
* r4707: w2k3 don't restict passwords onStefan Metzmacher2007-10-103-10/+84
* r4706: Fix the build, after I renamed these elements in the IDL.Andrew Bartlett2007-10-102-2/+2
* r4705: use an enum for reject_reasonStefan Metzmacher2007-10-101-4/+6
* r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett2007-10-104-113/+223
* r4702: implment idl, torture test and server code for netr_ServerPasswordSet2()Stefan Metzmacher2007-10-104-10/+188
* r4701: remove debugsStefan Metzmacher2007-10-101-2/+0
* r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2007-10-108-2/+449
* r4699: Move the test_EnumTrustDom() test into the test_CreateTrustedDomainAndrew Bartlett2007-10-101-43/+63
* r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett2007-10-106-187/+423
* r4695: Leave less memory handing around on long-term TALLOC_CTX.Andrew Bartlett2007-10-101-19/+29
* r4694: 'fix' the behaviour for setting only the old, but not the new secret.Andrew Bartlett2007-10-102-6/+52
* r4693: Add another test (RPC-MULTIBIND) that should always pass.Andrew Bartlett2007-10-102-5/+5
* r4692: Make the client SPNEGO code bail out in a couple more cases.Andrew Bartlett2007-10-101-1/+4
* r4691: Make the DCE-RPC bind code compleatly generic to the number of passesAndrew Bartlett2007-10-101-6/+14
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-108-186/+410
* r4689: - make talloc_report_depth() publicStefan Metzmacher2007-10-102-1/+9
* r4688: don't run male proto for lib/talloc/Stefan Metzmacher2007-10-101-0/+1
* r4687: use struct type and location for easier findingStefan Metzmacher2007-10-101-1/+1
* r4686: cerate a function to create a socket by specifying an socket_ops structStefan Metzmacher2007-10-101-8/+16
* r4685: only remove events when we have themStefan Metzmacher2007-10-101-4/+8
* r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2007-10-103-13/+12
* r4683: fix the buildStefan Metzmacher2007-10-101-1/+1
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-1010-65/+642
* r4681: Another entry for structs.hAndrew Bartlett2007-10-101-0/+2
* r4680: Make more efficient use of memory in SAMR:Andrew Bartlett2007-10-101-2/+2
* r4679: Remove the void* from samdb. We now use structures without fullAndrew Bartlett2007-10-101-74/+63
* r4678: Add some const to LDB.Andrew Bartlett2007-10-102-2/+2
* r4677: stub.pm must be synced with server.pmStefan Metzmacher2007-10-101-2/+2
* r4676: NTTIME_1sec is a standard NTTIME for the calling codeStefan Metzmacher2007-10-101-1/+4
* r4675: Prevent global warming, and save tridge's sainity by short-cutting theAndrew Bartlett2007-10-101-4/+8
* r4674: Test SetSecret behaviour for local and global secrets, when settingAndrew Bartlett2007-10-101-15/+103