Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDB ASYNC: other backends | Simo Sorce | 2008-09-29 | 3 | -582/+619 |
| | |||||
* | LDB ASYNC: ldb_tdb backend | Simo Sorce | 2008-09-29 | 4 | -315/+242 |
| | |||||
* | LDB ASYNC: Core files | Simo Sorce | 2008-09-29 | 5 | -164/+489 |
| | |||||
* | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 2008-09-25 | 18 | -109/+109 |
| | |||||
* | Cosmetic corrections for the LDB library | Matthias Dieter Wallnöfer | 2008-09-24 | 8 | -32/+32 |
| | | | | This commit applies some cosmetic corrections for the LDB library. | ||||
* | Cosmetic corrections for the LDB backend modules | Matthias Dieter Wallnöfer | 2008-09-24 | 8 | -75/+75 |
| | | | | This commit applies some cosmetic corrections for the LDB backend modules. | ||||
* | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 2008-09-24 | 2 | -2/+2 |
| | | | | This commit applies some cosmetic corrections for the DSDB (Directory Server Database). | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypto | Jelmer Vernooij | 2008-09-24 | 1 | -1/+4 |
|\ | |||||
| * | Fix python test, we can't check only the first member, because the order | Simo Sorce | 2008-09-24 | 1 | -1/+4 |
| | | | | | | | | is not guaranteed | ||||
* | | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2008-09-24 | 19 | -1597/+1 |
|/ | |||||
* | Use new binary name in merged build. | Jelmer Vernooij | 2008-09-24 | 1 | -2/+1 |
| | |||||
* | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 2008-09-23 | 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. | ||||
* | s4:lib/charset: add missing prototype of talloc_strdup_upper() | Stefan Metzmacher | 2008-09-23 | 1 | -0/+1 |
| | | | | metze | ||||
* | s4: add talloc_strdup_upper. | Günther Deschner | 2008-09-23 | 1 | -1/+7 |
| | | | | Guenther | ||||
* | Fix merged build. | Jelmer Vernooij | 2008-09-21 | 1 | -4/+4 |
| | |||||
* | Registry client: Remove all conversion helper functions | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -44/+17 |
| | |||||
* | Registry client library: Remove two elementar conversion functions | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -26/+4 |
| | |||||
* | Revert "Registry tool "regtree": Removing an error message" | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -0/+5 |
| | | | | This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52. | ||||
* | Registry client: Fixup the "patchfile" library | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -38/+66 |
| | | | | Rework and enhance the "patchfile" library (used in "regdiff") | ||||
* | Registry client: Implement the "winreg_QueryValue" call | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -0/+48 |
| | | | | This is needed for the registry patchfile library | ||||
* | Registry client library: Use "talloc_zero" to avoid uninitialized values | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -3/+2 |
| | |||||
* | Registry tool "regdiff": Add the event context for remote connections | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -1/+1 |
| | | | | Adds the event context for remote connections to make the tool working again. | ||||
* | Registry client library: Fixes the creation of new keys | Matthias Dieter Wallnöfer | 2008-09-21 | 2 | -2/+3 |
| | | | | Giving the right permissions | ||||
* | Registry client library: Fix some buffer problems | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -5/+9 |
| | | | | This buffer maximum values are used in Windows (2000), so I take them also for SAMBA 4. | ||||
* | Registry client library: Various fixup's and corrections | Matthias Dieter Wallnöfer | 2008-09-21 | 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. | ||||
* | Registry tools "regshell" and "regtree": Small fixup's | Matthias Dieter Wallnöfer | 2008-09-21 | 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. | ||||
* | Registry client: Various cleanups and charset conversions | Matthias Dieter Wallnöfer | 2008-09-21 | 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). | ||||
* | Registry tool "regshell": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -13/+15 |
| | | | | This commit introduces the default attribute in "regshell" | ||||
* | Registry tool "regtree": Removing an error message | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -5/+0 |
| | | | | The error message "Error occurred while fetching values" doesn't seem very useful, so remove it. | ||||
* | Registry tool "regtree": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -12/+18 |
| | | | | This commit introduces the default attribute in "regtree" | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-21 | 19 | -148/+509 |
|\ | |||||
| * | Don't expose ldb_request in the Python API but rather use regular | Jelmer Vernooij | 2008-09-20 | 3 | -84/+218 |
| | | | | | | | | parameters. | ||||
| * | Fix ldb standalone build. | Simo Sorce | 2008-09-19 | 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. | ||||
| * | Fix libevents standalone build | Simo Sorce | 2008-09-19 | 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. | ||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-19 | 10 | -46/+1413 |
|\| | |||||
| * | Add support for implementing LDB modules in Python. | Jelmer Vernooij | 2008-09-19 | 5 | -24/+1318 |
| | | |||||
| * | Provide tdb.open and ldb.open python functions. | Jelmer Vernooij | 2008-09-19 | 2 | -0/+2 |
| | | |||||
| * | initialize a COM context. | Jelmer Vernooij | 2008-09-19 | 1 | -2/+13 |
| | | |||||
| * | Fix COM compilation, add framework for COM python module. | Jelmer Vernooij | 2008-09-19 | 5 | -22/+82 |
| | | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-19 | 5 | -9/+18 |
|\| | |||||
| * | Generate with 1.3.36. | Jelmer Vernooij | 2008-09-18 | 5 | -9/+18 |
| | | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2008-09-18 | 161 | -46375/+8 |
|\| | | | | | | | | | Conflicts: source4/main.mk | ||||
| * | s4:lib/com: fix the build with automatic dependecies | Stefan Metzmacher | 2008-09-18 | 2 | -3/+2 |
| | | | | | | | | metze | ||||
| * | Merge branch 'singlecompression' into single | Jelmer Vernooij | 2008-09-16 | 5 | -1101/+0 |
| |\ | |||||
| | * | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 2008-09-16 | 5 | -1101/+0 |
| | | | |||||
| * | | Merge branch 'singlepopt' into single | Jelmer Vernooij | 2008-09-16 | 15 | -3340/+0 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: source4/Makefile | ||||
| | * | | Use a single copy of popt in samba3 and samba4. | Jelmer Vernooij | 2008-09-16 | 15 | -3340/+0 |
| | |/ | |||||
| * | | Merge branch 'singlensswrap' into single | Jelmer Vernooij | 2008-09-16 | 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 | ||||
| | * | | Use single cope of nss_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 2008-09-16 | 6 | -1587/+1 |
| | |/ | |||||
| * | | Merge branch 'singlesw' into single | Jelmer Vernooij | 2008-09-16 | 5 | -2112/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h |