summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-22process incoming connections and fork a samba3 in inetd modeStefan Metzmacher3-0/+183
2008-09-21Fix merged build.Jelmer Vernooij2-4/+5
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-21Avoid printing characters when in immediate mode.Jelmer Vernooij1-4/+6
2008-09-21Print status (one character per test) when not running selftest with --immedi...Jelmer Vernooij1-4/+19
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij21-53/+56
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-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-21Remove support for ESP in the web server.Jelmer Vernooij5-1066/+76
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
2008-09-21Rename http to esp, in preparation of adding a python backend.Jelmer Vernooij3-11/+11
2008-09-21No longer set PATH during selftest, was only required for smbscript.Jelmer Vernooij1-2/+0
2008-09-21Stop installing JS libraries.Jelmer Vernooij1-7/+2
2008-09-21Fix last samba3sam.py test.Jelmer Vernooij1-24/+28
2008-09-21Fix DNs - only one more samba3sam test failing now.Jelmer Vernooij2-98/+100
2008-09-21Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij21-172/+526
2008-09-20Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij3-84/+218
2008-09-20More code simplifications.Jelmer Vernooij1-24/+25
2008-09-19Fix ldb standalone build.Simo Sorce8-47/+78
2008-09-19Fix libevents standalone buildSimo Sorce8-17/+213
2008-09-19LDAP Server: Don't create the SASL SECBLOB output object twiceMatthias Dieter Wallnöfer1-3/+0
2008-09-19NTLMSSP Server: Correctly fills in the DNS server name and server domainMatthias Dieter Wallnöfer1-21/+17
2008-09-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij13-50/+1417
2008-09-19Add support for implementing LDB modules in Python.Jelmer Vernooij5-24/+1318
2008-09-19Fix dependencies for nbt python module.Jelmer Vernooij1-1/+1
2008-09-19Provide tdb.open and ldb.open python functions.Jelmer Vernooij2-0/+2