Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix installation of Samba 4 during merged build. | Jelmer Vernooij | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | Revert "Length comparison of the linearized version is not correct." | Simo Sorce | 2008-10-30 | 1 | -0/+3 |
| | | | | This reverts commit 753af36a3e194f645ec0b68a033199035e71c909. | ||||
* | Length comparison of the linearized version is not correct. | Simo Sorce | 2008-10-29 | 1 | -3/+0 |
| | | | | | | | | The linearized version is not casefolded so length might not match and yet the strings be equivalent. This can happen if one component is case-insensitive and a letter that have an uppercase version of a multibyte character that differ in legth from the corresponding lowercase one. | ||||
* | Remove unused include param/param.h. | Jelmer Vernooij | 2008-10-24 | 12 | -13/+1 |
| | |||||
* | Regenerate SWIG files. | Jelmer Vernooij | 2008-10-24 | 2 | -7/+6 |
| | |||||
* | Remove more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 6 | -25/+48 |
| | |||||
* | Remove more uses of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 2 | -10/+6 |
| | |||||
* | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 2008-10-24 | 4 | -9/+9 |
| | | | | make them wrappers around convert_string{,talloc}_convenience(). | ||||
* | Remove a few more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -2/+2 |
| | |||||
* | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -2/+3 |
| | |||||
* | Move charset library to top level. | Jelmer Vernooij | 2008-10-24 | 9 | -3113/+1 |
| | |||||
* | Make lp_tls_* return absolute paths. | Jelmer Vernooij | 2008-10-23 | 1 | -5/+5 |
| | |||||
* | Move subunit ui ops out of smbtorture to the torture library. | Jelmer Vernooij | 2008-10-23 | 4 | -4/+133 |
| | |||||
* | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Rename same_net to same_net_v4 for consistency with Samba 3. | Jelmer Vernooij | 2008-10-23 | 1 | -3/+3 |
| | |||||
* | Remove support for obsolete data type "ipv4address" | Jelmer Vernooij | 2008-10-23 | 1 | -34/+0 |
| | |||||
* | Remove unused global variables. | Jelmer Vernooij | 2008-10-21 | 1 | -3/+0 |
| | |||||
* | 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 |
| | |