summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Remove const so return value can be freed.Jelmer Vernooij2-10/+10
2008-10-24Just hardcode workgroup to empty string, to avoid use ofJelmer Vernooij1-4/+3
global_loadparm.
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij23-61/+47
functions.
2008-10-24Move pytalloc to talloc directory.Jelmer Vernooij3-104/+1
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij2-2/+2
2008-10-24Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij1-3/+1
2008-10-24Move charset library to top level.Jelmer Vernooij14-3119/+7
2008-10-23Fix function parameters.Jelmer Vernooij1-1/+1
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-13/+5
2008-10-23Make lp_tls_* return absolute paths.Jelmer Vernooij3-15/+36
2008-10-23Move subunit ui ops out of smbtorture to the torture library.Jelmer Vernooij5-79/+134
2008-10-23Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij3-39/+5
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2-2/+2
2008-10-23Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij1-3/+3
2008-10-23Remove support for obsolete data type "ipv4address"Jelmer Vernooij1-34/+0
2008-10-23Remove unused constants from local.h.Jelmer Vernooij3-13/+5
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij4-1/+1
2008-10-23Share codepages.Jelmer Vernooij4-1/+1
2008-10-23Use common error definitions.Jelmer Vernooij4-4/+2304
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2-2/+10
2008-10-23Fix header file installation.Jelmer Vernooij2-5/+5
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett1-1/+1
2008-10-23Clarify the linked attribute module behaviour with commentsAndrew Bartlett1-1/+9
2008-10-23Import NTSTATUS defines from Samba 3.Jelmer Vernooij1-678/+0
2008-10-23Move libcli-util error code to top-level.Jelmer Vernooij8-2910/+2
2008-10-23s4-smbtorture: fix build warning.Günther Deschner1-1/+1
Guenther
2008-10-22masktest: Avoid creating new memory context, use dynamic allocation.Jelmer Vernooij1-8/+10
2008-10-22Change some dynamic allocations back to static buffers to fix build.Jelmer Vernooij1-11/+7
2008-10-22Change buffer size back to 256, just to be sure.Jelmer Vernooij1-1/+1
2008-10-22Repel pstring to nsswitch/.Jelmer Vernooij10-118/+85
2008-10-22Remove pstring usage.Jelmer Vernooij1-10/+4
2008-10-22Remove pstring usages.Jelmer Vernooij4-18/+14
2008-10-22Require separate option for quicktest include list rather than makingJelmer Vernooij1-1/+1
assumptions about it.
2008-10-21Remove unused global variables.Jelmer Vernooij1-3/+0
2008-10-21Fix double free.Jelmer Vernooij1-1/+0
2008-10-21Fix the build.Jelmer Vernooij2-4/+4
2008-10-21Revert "Registry server LDB backend: Don't make copies of the same type"Jelmer Vernooij1-2/+2
The original data pointer may go away so we do want to make copies in this case. This reverts commit 625359b2e266105022309df8985720108ecd6f67.
2008-10-21Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij1331-257888/+22517
Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c
2008-10-21Registry server LDB backend: Don't make copies of the same typeMatthias Dieter Wallnöfer1-2/+2
2008-10-21Registry server LDB backend REG_BINARY type: Save it directly in LDBMatthias Dieter Wallnöfer1-3/+5
With this patch the REG_BINARY type is saved directly in a LDB registry database rather than converted in a hex-string.
2008-10-21Registry RPC server: Reintroduce the "key" variable for better readabilityMatthias Dieter Wallnöfer1-22/+34
The "key" variable points to our working key in the hive (h->data).
2008-10-21Registry server LDB backend REG_SZ type: Always use UTF8 encodingMatthias Dieter Wallnöfer1-2/+2
We should save data OS independent in the LDB files.
2008-10-21Registry server LDB backend REG_SZ type: Fix up the empty string problemMatthias Dieter Wallnöfer1-5/+15
This fixes up the empty string problem in a better way without the need of changing the character conversion code.
2008-10-21Revert "Fix for the empty string (REG_SZ) problem"Matthias Dieter Wallnöfer1-8/+0
This reverts commit d994520885301f1dfd04363bab05c9238ce5ae05. This shouldn't be fixed in the general character conversion library but directly in the registry library.
2008-10-21Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ↵Matthias Dieter Wallnöfer2-5/+9
and "QueryValue") This prevents the server to segfault if the input data type is NULL.
2008-10-21Revert "Registry server: Enhances commit "type" != NULL (when getting values)"Matthias Dieter Wallnöfer1-2/+13
This reverts commit 32d00f5e2c5a67dac806ee07f030f3ac2ad108f9. This patch hasn't been right. Repost it in the right way.
2008-10-21Registry server: Enhances commit "type" != NULL (when getting values)Matthias Dieter Wallnöfer1-13/+2
2008-10-21Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" ↵Matthias Dieter Wallnöfer2-17/+11
doesn't has to be NULL
2008-10-21Revert "Registry server "reg_ldb_unpack_value": Let "data" pointer be NULL"Matthias Dieter Wallnöfer1-27/+23
This reverts commit 82f50ea69f3aece4ac654ffdfa627babd8aadc25. Cause: Windows (2000) doesn't accept the "data" pointer set to NULL
2008-10-21Registry server "reg_ldb_unpack_value": Let "data" pointer be NULLMatthias Dieter Wallnöfer1-23/+27
Prevent segfaults in some client applications (e.g. regdiff)