summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-23s4: add talloc_strdup_upper.Günther Deschner1-1/+7
2008-09-23test setinfo FULL_EA_INFORMATION in gentestAndrew Tridgell1-1/+8
2008-09-23added FULL_EA_INFORMATION setea callAndrew Tridgell2-1/+20
2008-09-23fixed a memory error in change notify handling in gentestAndrew Tridgell1-2/+1
2008-09-23fixed readonly handling in deltreeAndrew Tridgell2-1/+22
2008-09-22Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett9-1/+3756
2008-09-23added some debug codeAndrew Tridgell3-1/+5
2008-09-22Remove unused parameter from decode_pw_buffer and fail on invalidAndrew Bartlett3-13/+14
2008-09-22Remove unused variableAndrew Bartlett1-2/+0
2008-09-23Fix make pch in the merged buildVolker Lendecke1-1/+3
2008-09-22Explain why we use signing for DCs, but not file serversAndrew Bartlett1-0/+9
2008-09-22idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter9-0/+3753
2008-09-22Test re-setting the challenge after an auth3 in RPC-NETLOGONAndrew Bartlett1-0/+4
2008-09-22Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett8-1/+162
2008-09-22This torture test and skipping of the server-side check was bogus.Andrew Bartlett2-52/+1
2008-09-22re-run make idl.Günther Deschner2-0/+8
2008-09-22netapi: add more fields to USER_INFO_X.Günther Deschner1-0/+2
2008-09-22netapi: add NetFile testsuite.Günther Deschner4-1/+151
2008-09-22netapi: fix case statement in example NetUserSetModals code.Günther Deschner1-0/+1
2008-09-22s4: allways initialize the process model before it's usedStefan Metzmacher8-9/+10
2008-09-22create-tarball: Adapt script to changed directory structure.Karolin Seeger1-3/+3
2008-09-22create-tarball: Don't remove /*.Karolin Seeger1-2/+2
2008-09-22create-tarball: Remove trailing/leading whitespaces.Karolin Seeger1-4/+4
2008-09-22process incoming connections and fork a samba3 in inetd modeStefan Metzmacher3-0/+183
2008-09-22s3: link @tallocdir@/testsuite_main.o into talloctortStefan Metzmacher1-2/+2
2008-09-22lib/talloc: move main() out of testsuite.cStefan Metzmacher3-13/+40
2008-09-22s3: link libreplace/test/main.c into replacetortStefan Metzmacher1-0/+1
2008-09-22libreplace: move main() out of testsuite.cStefan Metzmacher3-12/+38
2008-09-21Fix merged build.Jelmer Vernooij3-7/+7
2008-09-21Torture suite: Revert some changes because they aren't necessaryMatthias Dieter Wallnöfer2-16/+0
2008-09-21Registry client: Remove all conversion helper functionsMatthias Dieter Wallnöfer1-44/+17
2008-09-21Registry client library: Remove two elementar conversion functionsMatthias Dieter Wallnöfer1-26/+4
2008-09-21Revert "Registry tool "regtree": Removing an error message"Matthias Dieter Wallnöfer1-0/+5
2008-09-21Torture suite: Fixes the tests to not segfault again SAMBA 4 registry serverMatthias Dieter Wallnöfer2-0/+32
2008-09-21Registry client: Fixup the "patchfile" libraryMatthias Dieter Wallnöfer1-38/+66
2008-09-21Registry client: Implement the "winreg_QueryValue" callMatthias Dieter Wallnöfer1-0/+48
2008-09-21Registry client library: Use "talloc_zero" to avoid uninitialized valuesMatthias Dieter Wallnöfer1-3/+2
2008-09-21Registry tool "regdiff": Add the event context for remote connectionsMatthias Dieter Wallnöfer1-1/+1
2008-09-21Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer2-2/+3
2008-09-21Registry client library: Fix some buffer problemsMatthias Dieter Wallnöfer1-5/+9
2008-09-21Registry client library: Various fixup's and correctionsMatthias Dieter Wallnöfer1-63/+64
2008-09-21Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer2-22/+6
2008-09-21Registry client: Various cleanups and charset conversionsMatthias Dieter Wallnöfer1-66/+125
2008-09-21Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-13/+15
2008-09-21Registry tool "regtree": Removing an error messageMatthias Dieter Wallnöfer1-5/+0
2008-09-21Registry tool "regtree": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-12/+18
2008-09-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij6-104/+133
2008-09-21Avoid printing characters when in immediate mode.Jelmer Vernooij1-4/+6
2008-09-21Attempt to fix bug 5778Volker Lendecke1-0/+10
2008-09-21netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner3-94/+102