summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-22create-tarball: Don't remove /*.Karolin Seeger1-2/+2
These strings do appear several times. Extend the grep pattern to get the right string only. This avoids the removal of /*! Karolin
2008-09-22create-tarball: Remove trailing/leading whitespaces.Karolin Seeger1-4/+4
Karolin
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
metze
2008-09-22lib/talloc: move main() out of testsuite.cStefan Metzmacher3-13/+40
metze
2008-09-22s3: link libreplace/test/main.c into replacetortStefan Metzmacher1-0/+1
metze
2008-09-22libreplace: move main() out of testsuite.cStefan Metzmacher3-12/+38
metze
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
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in.
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
This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52.
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
Rework and enhance the "patchfile" library (used in "regdiff")
2008-09-21Registry client: Implement the "winreg_QueryValue" callMatthias Dieter Wallnöfer1-0/+48
This is needed for the registry patchfile library
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
Adds the event context for remote connections to make the tool working again.
2008-09-21Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer2-2/+3
Giving the right permissions
2008-09-21Registry client library: Fix some buffer problemsMatthias Dieter Wallnöfer1-5/+9
This buffer maximum values are used in Windows (2000), so I take them also for SAMBA 4.
2008-09-21Registry client library: Various fixup's and correctionsMatthias Dieter Wallnöfer1-63/+64
I reverted the change with the string conversions because they aren't needed and included many fixup's and improvements in the code. We should be able now to connect to a Windows WINREG server without a problem.
2008-09-21Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer2-22/+6
I fixed up my fault regarding the handling of the default value (if it doesn't exist it hasn't the index number zero and you get immediately the subvalues). Then I corrected an error in regshell to find the right registry context.
2008-09-21Registry client: Various cleanups and charset conversionsMatthias Dieter Wallnöfer1-66/+125
This patch contains various changes to the "rpc.c" file to clean it up and introduces the right string charset conversions (UNIX <-> UTF16).
2008-09-21Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-13/+15
This commit introduces the default attribute in "regshell"
2008-09-21Registry tool "regtree": Removing an error messageMatthias Dieter Wallnöfer1-5/+0
The error message "Error occurred while fetching values" doesn't seem very useful, so remove it.
2008-09-21Registry tool "regtree": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-12/+18
This commit introduces the default attribute in "regtree"
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
Jeff, Steve, please check!
2008-09-21netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner3-94/+102
Guenther
2008-09-21netlogon: refactor just_change_the_password a bit.Günther Deschner1-22/+16
Guenther
2008-09-21netlogon: use init_netr_CryptPassword in "just_change_the_password"Günther Deschner1-13/+10
Guenther
2008-09-21netlogon: add init_netr_CryptPassword.Günther Deschner2-0/+20
Guenther
2008-09-21build: rebuild only changed IDL files.Günther Deschner1-1/+1
Let"s see how this works now. Guenther
2008-09-21Print status (one character per test) when not running selftest with ↵Jelmer Vernooij1-4/+19
--immediate.
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij21-53/+56
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36.
2008-09-21Use absolute paths for wbinfo rather than relying on it being in PATH.Jelmer Vernooij1-3/+3
2008-09-21Rename smbd -> samba.Jelmer Vernooij21-56/+53
2008-09-21Merge branch 'master' of ssh://git.samba.org/data/git/samba into wsgiJelmer Vernooij2-4/+1
2008-09-21Allow SWAT to be run outside of smbd.Jelmer Vernooij1-0/+5
2008-09-21Support POST requests again, provide more variables in environment.Jelmer Vernooij2-32/+75
2008-09-21Make standard SWAT script print received headers.Jelmer Vernooij1-2/+8
2008-09-21First GET request works. SWAT now displays a Hello world message.Jelmer Vernooij2-15/+32
2008-09-21Properly call WSGI request handler when requests come in.Jelmer Vernooij4-64/+198
2008-09-21Fix the build -- appweb is no moreVolker Lendecke1-1/+0
2008-09-21Remove support for ESP in the web server.Jelmer Vernooij5-1066/+76
2008-09-21Make use of TALLOC_ZERO_PVolker Lendecke1-3/+1
2008-09-21Remove some dependencies of the web server on esp.Jelmer Vernooij4-44/+61
2008-09-21Add input / error stream objects in WSGI implementation.Jelmer Vernooij1-13/+100
2008-09-21Add more parts of the WSGI implementation.Jelmer Vernooij1-2/+40
2008-09-21Add initial work on WSGI support in the web server.Jelmer Vernooij2-1/+70