summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce4-3/+501
2007-10-10r4504: SettingAndrew Bartlett7-10/+12
2007-10-10r4503: add an error reporting function (fixes)Simo Sorce1-8/+17
2007-10-10r4502: add an error reporting functionSimo Sorce1-1/+17
2007-10-10r4501: when copying files it is common for clients to copy the ACL. When theAndrew Tridgell1-2/+8
2007-10-10r4500: Allow GENSEC modules to be disabled by setting a flag on their moduleAndrew Bartlett5-8/+8
2007-10-10r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett6-105/+191
2007-10-10r4495: Some more regexps for handling stuff in the lsa and samr pipes -Tim Potter1-1/+14
2007-10-10r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off byAndrew Bartlett2-8/+46
2007-10-10r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)Andrew Tridgell1-0/+0
2007-10-10r4492: r.in.info is a pointer that needs to be allocated before useAndrew Tridgell1-0/+1
2007-10-10r4491: don't dereference q1.out.sam unless we know it is not NULLAndrew Tridgell1-1/+1
2007-10-10r4490: when implementing one rpc server call in terms of another call, youAndrew Tridgell1-1/+3
2007-10-10r4489: Remove an obsolete file.Tim Potter1-3/+0
2007-10-10r4488: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r4487: fixed the use of ldb_msg_add_*() in the samr password backendAndrew Tridgell1-18/+28
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell3-7/+7
2007-10-10r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SE...Stefan Metzmacher1-2/+0
2007-10-10r4484: - use the nTMixedDomain attribute to check if our domain is mixed mode...Stefan Metzmacher2-5/+10
2007-10-10r4483: - rename same structs, enums and uninons of the dssetup pipeStefan Metzmacher3-116/+195
2007-10-10r4482: in ads mixed mode there are also only one PDC and multiple BDC'sStefan Metzmacher1-1/+4
2007-10-10r4481: get rid of the last leakAndrew Tridgell1-1/+3
2007-10-10r4480: autofree the dcom proxy tablesAndrew Tridgell1-1/+1
2007-10-10r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell6-8/+41
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell9-77/+73
2007-10-10r4476: added a little gcov howto for ldbAndrew Tridgell1-0/+33
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell10-152/+193
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell28-1140/+729
2007-10-10r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell12-1009/+613
2007-10-10r4472: improve the discard_const() macro for standalone build of tallocAndrew Tridgell1-1/+6
2007-10-10r4471: Running 'make eparser_idl' doesn't need --header anymore.Tim Potter1-1/+1
2007-10-10r4470: Try not to have GSSAPI built unless we detected krb5. We should splitAndrew Bartlett1-0/+2
2007-10-10r4469: Version n + 1 of the pidl ethereal parser generator. This version isTim Potter2-67/+335
2007-10-10r4468: Don't be a slacker and leave out parameter names when generatingTim Potter1-12/+12
2007-10-10r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2-3/+3
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell13-25/+1114
2007-10-10r4465: remove unused fileAndrew Tridgell1-69/+0
2007-10-10r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G...Andrew Tridgell3-1/+47
2007-10-10r4463: added testing of the special SID_CREATOR_OWNER inheritance rulesAndrew Tridgell1-21/+56
2007-10-10r4462: - enable DSSETUP on ncalrpcAndrew Tridgell2-2/+9
2007-10-10r4461: finished the remaining information levels in the DSSETUP pipe. The pip...Andrew Tridgell3-28/+98
2007-10-10r4460: Add a new GENSEC module: gensec_gssapiAndrew Bartlett5-9/+376
2007-10-10r4459: GENSEC refinements:Andrew Bartlett9-125/+306
2007-10-10r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root usersJelmer Vernooij1-1/+1
2007-10-10r4457: Fix IDL + add torture test for InqObjectJelmer Vernooij2-2/+23
2007-10-10r4456: NT4 usrmgr.exe asks for 4096 accounts, allow twice that.Volker Lendecke1-1/+1
2007-10-10r4455: LSADS was a duplicate of DSSETUP, and is now goneAndrew Tridgell1-12/+1
2007-10-10r4454: This is the patch I use to Samba3 nmbd to allow a WinXP boxAndrew Tridgell1-0/+178
2007-10-10r4453: use lp_server_role(), which currently returns 3, for the dssetupAndrew Tridgell1-1/+1
2007-10-10r4452: the beginnings of a dssetup rpc server.Andrew Tridgell4-13/+204