Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-24 | Fix python test, we can't check only the first member, because the order | Simo Sorce | 1 | -1/+4 | |
is not guaranteed | |||||
2008-09-24 | Use new binary name in merged build. | Jelmer Vernooij | 1 | -2/+1 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 14 | -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-23 | s4:lib/charset: add missing prototype of talloc_strdup_upper() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-09-23 | s4: add talloc_strdup_upper. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2008-09-21 | Fix merged build. | Jelmer Vernooij | 1 | -4/+4 | |
2008-09-21 | Registry client: Remove all conversion helper functions | Matthias Dieter Wallnöfer | 1 | -44/+17 | |
2008-09-21 | Registry client library: Remove two elementar conversion functions | Matthias Dieter Wallnöfer | 1 | -26/+4 | |
2008-09-21 | Revert "Registry tool "regtree": Removing an error message" | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52. | |||||
2008-09-21 | Registry client: Fixup the "patchfile" library | Matthias Dieter Wallnöfer | 1 | -38/+66 | |
Rework and enhance the "patchfile" library (used in "regdiff") | |||||
2008-09-21 | Registry client: Implement the "winreg_QueryValue" call | Matthias Dieter Wallnöfer | 1 | -0/+48 | |
This is needed for the registry patchfile library | |||||
2008-09-21 | Registry client library: Use "talloc_zero" to avoid uninitialized values | Matthias Dieter Wallnöfer | 1 | -3/+2 | |
2008-09-21 | Registry tool "regdiff": Add the event context for remote connections | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Adds the event context for remote connections to make the tool working again. | |||||
2008-09-21 | Registry client library: Fixes the creation of new keys | Matthias Dieter Wallnöfer | 2 | -2/+3 | |
Giving the right permissions | |||||
2008-09-21 | Registry client library: Fix some buffer problems | Matthias Dieter Wallnöfer | 1 | -5/+9 | |
This buffer maximum values are used in Windows (2000), so I take them also for SAMBA 4. | |||||
2008-09-21 | Registry client library: Various fixup's and corrections | Matthias Dieter Wallnöfer | 1 | -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-21 | Registry tools "regshell" and "regtree": Small fixup's | Matthias Dieter Wallnöfer | 2 | -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-21 | Registry client: Various cleanups and charset conversions | Matthias Dieter Wallnöfer | 1 | -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-21 | Registry tool "regshell": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 1 | -13/+15 | |
This commit introduces the default attribute in "regshell" | |||||
2008-09-21 | Registry tool "regtree": Removing an error message | Matthias Dieter Wallnöfer | 1 | -5/+0 | |
The error message "Error occurred while fetching values" doesn't seem very useful, so remove it. | |||||
2008-09-21 | Registry tool "regtree": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 1 | -12/+18 | |
This commit introduces the default attribute in "regtree" | |||||
2008-09-21 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 19 | -148/+509 | |
2008-09-20 | Don't expose ldb_request in the Python API but rather use regular | Jelmer Vernooij | 3 | -84/+218 | |
parameters. | |||||
2008-09-19 | Fix ldb standalone build. | Simo Sorce | 8 | -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-19 | Fix libevents standalone build | Simo Sorce | 8 | -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-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 10 | -46/+1413 | |
2008-09-19 | Add support for implementing LDB modules in Python. | Jelmer Vernooij | 5 | -24/+1318 | |
2008-09-19 | Provide tdb.open and ldb.open python functions. | Jelmer Vernooij | 2 | -0/+2 | |
2008-09-19 | initialize a COM context. | Jelmer Vernooij | 1 | -2/+13 | |
2008-09-19 | Fix COM compilation, add framework for COM python module. | Jelmer Vernooij | 5 | -22/+82 | |
2008-09-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 5 | -9/+18 | |
2008-09-18 | Generate with 1.3.36. | Jelmer Vernooij | 5 | -9/+18 | |
2008-09-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 161 | -46375/+8 | |
Conflicts: source4/main.mk | |||||
2008-09-18 | s4:lib/com: fix the build with automatic dependecies | Stefan Metzmacher | 2 | -3/+2 | |
metze | |||||
2008-09-16 | Merge branch 'singlecompression' into single | Jelmer Vernooij | 5 | -1101/+0 | |
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 5 | -1101/+0 | |
2008-09-16 | Remove remaining embedded JavaScript support. | Jelmer Vernooij | 98 | -44323/+0 | |
2008-09-16 | Merge branch 'singlepopt' into single | Jelmer Vernooij | 15 | -3340/+0 | |
Conflicts: source4/Makefile | |||||
2008-09-16 | Use a single copy of popt in samba3 and samba4. | Jelmer Vernooij | 15 | -3340/+0 | |
2008-09-16 | Merge branch 'singlensswrap' into single | Jelmer Vernooij | 5 | -1586/+0 | |
Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk | |||||
2008-09-16 | Use single cope of nss_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 6 | -1587/+1 | |
2008-09-16 | Merge branch 'singlesw' into single | Jelmer Vernooij | 5 | -2112/+0 | |
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h | |||||
2008-09-16 | Merge branch 'singlereplace' into single | Jelmer Vernooij | 67 | -14652/+2 | |
Conflicts: source4/configure.ac source4/torture/local/config.mk | |||||
2008-09-16 | Merge branch 'singletdb' into single | Jelmer Vernooij | 44 | -15536/+6 | |
2008-09-16 | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 6 | -2113/+1 | |
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 67 | -14652/+2 | |
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 3 | -3/+3 | |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 41 | -15533/+3 | |
2008-09-16 | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 20 | -8047/+0 | |
2008-09-16 | Fix more WMI compilation issues. | Jelmer Vernooij | 2 | -1/+11 | |