Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4492: r.in.info is a pointer that needs to be allocated before use | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4491: don't dereference q1.out.sam unless we know it is not NULL | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4490: when implementing one rpc server call in terms of another call, you | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4489: Remove an obsolete file. | Tim Potter | 1 | -3/+0 |
2007-10-10 | r4488: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4487: fixed the use of ldb_msg_add_*() in the samr password backend | Andrew Tridgell | 1 | -18/+28 |
2007-10-10 | r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i... | Andrew Tridgell | 3 | -7/+7 |
2007-10-10 | r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SE... | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r4484: - use the nTMixedDomain attribute to check if our domain is mixed mode... | Stefan Metzmacher | 2 | -5/+10 |
2007-10-10 | r4483: - rename same structs, enums and uninons of the dssetup pipe | Stefan Metzmacher | 3 | -116/+195 |
2007-10-10 | r4482: in ads mixed mode there are also only one PDC and multiple BDC's | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r4481: get rid of the last leak | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4480: autofree the dcom proxy tables | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4479: added the function talloc_autofree_context() which returns a talloc co... | Andrew Tridgell | 6 | -8/+41 |
2007-10-10 | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 9 | -77/+73 |
2007-10-10 | r4476: added a little gcov howto for ldb | Andrew Tridgell | 1 | -0/+33 |
2007-10-10 | r4475: fixed smbd to work with the small changes in the ldb API (the most imp... | Andrew Tridgell | 10 | -152/+193 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 28 | -1140/+729 |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 12 | -1009/+613 |
2007-10-10 | r4472: improve the discard_const() macro for standalone build of talloc | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r4471: Running 'make eparser_idl' doesn't need --header anymore. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4470: Try not to have GSSAPI built unless we detected krb5. We should split | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4469: Version n + 1 of the pidl ethereal parser generator. This version is | Tim Potter | 2 | -67/+335 |
2007-10-10 | r4468: Don't be a slacker and leave out parameter names when generating | Tim Potter | 1 | -12/+12 |
2007-10-10 | r4467: - tdb standalone build doesn't need -DSTANDALONE any more | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 13 | -25/+1114 |
2007-10-10 | r4465: remove unused file | Andrew Tridgell | 1 | -69/+0 |
2007-10-10 | r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G... | Andrew Tridgell | 3 | -1/+47 |
2007-10-10 | r4463: added testing of the special SID_CREATOR_OWNER inheritance rules | Andrew Tridgell | 1 | -21/+56 |
2007-10-10 | r4462: - enable DSSETUP on ncalrpc | Andrew Tridgell | 2 | -2/+9 |
2007-10-10 | r4461: finished the remaining information levels in the DSSETUP pipe. The pip... | Andrew Tridgell | 3 | -28/+98 |
2007-10-10 | r4460: Add a new GENSEC module: gensec_gssapi | Andrew Bartlett | 5 | -9/+376 |
2007-10-10 | r4459: GENSEC refinements: | Andrew Bartlett | 9 | -125/+306 |
2007-10-10 | r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root users | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r4457: Fix IDL + add torture test for InqObject | Jelmer Vernooij | 2 | -2/+23 |
2007-10-10 | r4456: NT4 usrmgr.exe asks for 4096 accounts, allow twice that. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r4455: LSADS was a duplicate of DSSETUP, and is now gone | Andrew Tridgell | 1 | -12/+1 |
2007-10-10 | r4454: This is the patch I use to Samba3 nmbd to allow a WinXP box | Andrew Tridgell | 1 | -0/+178 |
2007-10-10 | r4453: use lp_server_role(), which currently returns 3, for the dssetup | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4452: the beginnings of a dssetup rpc server. | Andrew Tridgell | 4 | -13/+204 |
2007-10-10 | r4451: added initial RPC-DSSETUP torture test. It works for level1 of | Andrew Tridgell | 3 | -2/+73 |
2007-10-10 | r4450: the beginnings of IDL for the dssetup pipe. I need this pipe for ACL e... | Andrew Tridgell | 2 | -27/+40 |
2007-10-10 | r4449: fixed the helpstring for LSA IDL | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4448: - fixed access_mask checking on acl set | Andrew Tridgell | 4 | -9/+57 |
2007-10-10 | r4447: implement server side of lsa_LookupSids3() and lsa_LookupNames3() | Andrew Tridgell | 1 | -42/+138 |
2007-10-10 | r4446: attempt to fix the build - andrew, can you check I've done this right? | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4445: put the unlink test in a subdirectory, and ensure it cleans up | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4444: - initialise registry:HKEY_LOCAL_MACHINE to a reasonable default (where | Andrew Tridgell | 1 | -8/+9 |
2007-10-10 | r4443: test lsa_LookupNames3() even when lsa_LookupSids3() fails | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4442: fix lsa_TranslatedSid3 (its a dom_sid2 not a dom_sid) | Andrew Tridgell | 1 | -1/+1 |