summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Collapse)AuthorFilesLines
2008-10-08Fix subunit files location after cherrypicks.Jelmer Vernooij1-0/+1
2008-10-03Merge commit 'master/master'Andrew Tridgell2-24/+22
2008-10-03Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer1-22/+20
2008-10-02s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher1-2/+2
metze
2008-09-30handle NULL strings in strchr_m() and strrchr_m()Andrew Tridgell1-0/+7
This is needed for the LSA server code which needs to cope with a NULL names passed to lsa_LookupNames3()
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell4-34/+5
2008-09-30Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer1-3/+3
2008-09-30The author of the upstream code asked for this code to be GPLv2+ not GPLv3Andrew Tridgell1-1/+1
2008-09-30merged a bugfix for the idtree code from the Linux kernel. ThisAndrew Tridgell1-1/+13
matches commit 7aae6dd80e265aa9402ed507caaff4a5dba55069 in the kernel. Many thanks to Jim Houston for pointing out this fix to us
2008-09-30wmi: Use cli_credentials.Jelmer Vernooij2-14/+2
2008-09-30Remove ldb_module_wait implementation - ldb_module.wait() is gone.Jelmer Vernooij1-17/+0
2008-09-29s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymoreStefan Metzmacher1-3/+3
metze
2008-09-29LDB ASYNC: misc changesSimo Sorce1-12/+1
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce2-54/+44
2008-09-29LDB ASYNC: core modulesSimo Sorce11-2152/+1534
2008-09-29LDB ASYNC: other backendsSimo Sorce3-582/+619
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce4-315/+242
2008-09-29LDB ASYNC: Core filesSimo Sorce5-164/+489
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij18-109/+109
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer8-32/+32
This commit applies some cosmetic corrections for the LDB library.
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer8-75/+75
This commit applies some cosmetic corrections for the LDB backend modules.
2008-09-24Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer2-2/+2
This commit applies some cosmetic corrections for the DSDB (Directory Server Database).
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptoJelmer Vernooij1-1/+4
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij19-1597/+1
2008-09-24Fix python test, we can't check only the first member, because the orderSimo Sorce1-1/+4
is not guaranteed
2008-09-24Use new binary name in merged build.Jelmer Vernooij1-2/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce14-107/+84
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
2008-09-23s4:lib/charset: add missing prototype of talloc_strdup_upper()Stefan Metzmacher1-0/+1
metze
2008-09-23s4: add talloc_strdup_upper.Günther Deschner1-1/+7
Guenther
2008-09-21Fix merged build.Jelmer Vernooij1-4/+4
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-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/samba into noejsJelmer Vernooij19-148/+509
2008-09-20Don't expose ldb_request in the Python API but rather use regularJelmer Vernooij3-84/+218
parameters.
2008-09-19Fix ldb standalone build.Simo Sorce8-47/+78
Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
2008-09-19Fix libevents standalone buildSimo Sorce8-17/+213
Make sure to build against libtalloc.a and not individual talloc objects, so that the library can be also built against libtalloc.so and use it as a shared library instead of statically compiling talloc. Also add shared-build target to the events library. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij10-46/+1413