Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix double free. | Jelmer Vernooij | 2008-10-21 | 1 | -1/+0 | |
| | ||||||
* | Fix the build. | Jelmer Vernooij | 2008-10-21 | 1 | -2/+2 | |
| | ||||||
* | Revert "Registry server LDB backend: Don't make copies of the same type" | Jelmer Vernooij | 2008-10-21 | 1 | -2/+2 | |
| | | | | | | | The original data pointer may go away so we do want to make copies in this case. This reverts commit 625359b2e266105022309df8985720108ecd6f67. | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv | Jelmer Vernooij | 2008-10-21 | 684 | -202129/+9132 | |
|\ | | | | | | | | | | | Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c | |||||
| * | Remove unused function str_list_match. | Jelmer Vernooij | 2008-10-20 | 1 | -13/+0 | |
| | | ||||||
| * | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 13 | -6/+38 | |
| | | | | | | | | remove some unused functions. | |||||
| * | Provide two symbols to allow ndrdump compiled by Samba 3 to be used for | Jelmer Vernooij | 2008-10-20 | 1 | -1/+1 | |
| | | | | | | | | Samba 4. | |||||
| * | Regenerate pidl output. | Jelmer Vernooij | 2008-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 2008-10-18 | 1 | -2/+1 | |
| | | | | | | | | 3. | |||||
| * | Use common detection function for zlib. | Jelmer Vernooij | 2008-10-18 | 1 | -26/+0 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 2008-10-17 | 8 | -131/+170 | |
| |\ | ||||||
| | * | Transform the sequence_number operation into a normal extended operation as ↵ | Simo Sorce | 2008-10-16 | 8 | -131/+170 | |
| | | | | | | | | | | | | it should always have been. Make it also async so that it is not a special case. | |||||
| * | | Assert that the server provides allowedAttributes (etc) on each entry | Andrew Bartlett | 2008-10-16 | 1 | -2/+6 | |
| |/ | | | | | | | | | | | | | This attribute is critical for the operation of nearly all the Microsoft Mangement Console tools Andrew Bartlett | |||||
| * | s4: fix registry/rpc.c after winreg changes. | Günther Deschner | 2008-10-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | jelmer, can you check if this is ok? Guenther | |||||
| * | winreg.idl: Sync ref change from Samba 3. | Jelmer Vernooij | 2008-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-15 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix very old bug in ASQ | Simo Sorce | 2008-10-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Share ndr_compression.c. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+0 | |
| |/ | ||||||
| * | Remove unused structures. | Jelmer Vernooij | 2008-10-14 | 2 | -188/+4 | |
| | | ||||||
| * | Revert chunk applied by mistake as part of the cosmetic fixes fromi Mathias | Simo Sorce | 2008-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Cosmetic corrections for the DSDB module | Matthias Dieter Wallnöfer | 2008-10-13 | 1 | -1/+1 | |
| | | | | | | | | This commit applies some cosmetic corrections for the DSDB (Directory Server Database). | |||||
| * | Fix number of arguments for file_load() functions. | Jelmer Vernooij | 2008-10-12 | 1 | -2/+2 | |
| | | ||||||
| * | Remove gencache in Samba 4 - it's unused and behind on the Samba 3 | Jelmer Vernooij | 2008-10-12 | 2 | -469/+0 | |
| | | | | | | | | version. | |||||
| * | Move zlib to top-level root. | Jelmer Vernooij | 2008-10-12 | 200 | -54050/+0 | |
| | | ||||||
| * | Remove unused json code. | Jelmer Vernooij | 2008-10-12 | 46 | -43802/+0 | |
| | | ||||||
| * | Use common util_file code. | Jelmer Vernooij | 2008-10-12 | 3 | -3/+3 | |
| | | ||||||
| * | Fix include paths for files that aren't compiled - breaks dependency | Jelmer Vernooij | 2008-10-12 | 2 | -2/+2 | |
| | | | | | | | | file generation. | |||||
| * | Fix warning, prototype. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | Fix include paths to new location of libutil. | Jelmer Vernooij | 2008-10-11 | 11 | -14/+14 | |
| | | ||||||
| * | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 55 | -11069/+0 | |
| | | | | | | | | | | | | Conflicts: source4/Makefile | |||||
| * | Provide malloc_array() in Samba 4. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+9 | |
| | | ||||||
| * | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 2008-10-11 | 4 | -15/+25 | |
| | | | | | | | | | | | | | | 4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory. | |||||
| * | Fix subunit files location after cherrypicks. | Jelmer Vernooij | 2008-10-08 | 1 | -0/+1 | |
| | | ||||||
| * | Merge commit 'master/master' | Andrew Tridgell | 2008-10-03 | 2 | -24/+22 | |
| |\ | ||||||
| | * | Fix regressions in patchfile after last patch, several other minor fixes. | Matthias Dieter Wallnöfer | 2008-10-03 | 1 | -22/+20 | |
| | | | ||||||
| | * | s4:lib/ldb: fix stupid <SID=...> dn parsing bugs | Stefan Metzmacher | 2008-10-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
| * | | handle NULL strings in strchr_m() and strrchr_m() | Andrew Tridgell | 2008-09-30 | 1 | -0/+7 | |
| |/ | | | | | | | | | This is needed for the LSA server code which needs to cope with a NULL names passed to lsa_LookupNames3() | |||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 2008-09-30 | 4 | -34/+5 | |
| |\ | ||||||
| | * | Use UTF8 rather than the possibly different UNIX charset. | Matthias Dieter Wallnöfer | 2008-09-30 | 1 | -3/+3 | |
| | | | ||||||
| | * | wmi: Use cli_credentials. | Jelmer Vernooij | 2008-09-30 | 2 | -14/+2 | |
| | | | ||||||
| | * | Remove ldb_module_wait implementation - ldb_module.wait() is gone. | Jelmer Vernooij | 2008-09-30 | 1 | -17/+0 | |
| | | | ||||||
| * | | The author of the upstream code asked for this code to be GPLv2+ not GPLv3 | Andrew Tridgell | 2008-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | merged a bugfix for the idtree code from the Linux kernel. This | Andrew Tridgell | 2008-09-30 | 1 | -1/+13 | |
| |/ | | | | | | | | | | | matches commit 7aae6dd80e265aa9402ed507caaff4a5dba55069 in the kernel. Many thanks to Jim Houston for pointing out this fix to us | |||||
| * | s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymore | Stefan Metzmacher | 2008-09-29 | 1 | -3/+3 | |
| | | | | | | | | metze | |||||
| * | LDB ASYNC: misc changes | Simo Sorce | 2008-09-29 | 1 | -12/+1 | |
| | | ||||||
| * | LDB ASYNC: ldb misc changes | Simo Sorce | 2008-09-29 | 2 | -54/+44 | |
| | | ||||||
| * | LDB ASYNC: core modules | Simo Sorce | 2008-09-29 | 11 | -2152/+1534 | |
| | | ||||||
| * | 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 | |
| | |