Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 21 | -49/+49 | |
| | | | | make them wrappers around convert_string{,talloc}_convenience(). | |||||
* | Remove a few more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 4 | -7/+7 | |
| | ||||||
* | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 31 | -46/+109 | |
| | ||||||
* | Remove const so return value can be freed. | Jelmer Vernooij | 2008-10-24 | 2 | -10/+10 | |
| | ||||||
* | Just hardcode workgroup to empty string, to avoid use of | Jelmer Vernooij | 2008-10-24 | 1 | -4/+3 | |
| | | | | global_loadparm. | |||||
* | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 2008-10-24 | 23 | -61/+47 | |
| | | | | functions. | |||||
* | Move pytalloc to talloc directory. | Jelmer Vernooij | 2008-10-24 | 3 | -104/+1 | |
| | ||||||
* | Split up codepoints code, use consistent _m suffix. | Jelmer Vernooij | 2008-10-24 | 2 | -2/+2 | |
| | ||||||
* | Rename string_replace_w to string_replace_m, which is more correct. | Jelmer Vernooij | 2008-10-24 | 1 | -3/+1 | |
| | ||||||
* | Move charset library to top level. | Jelmer Vernooij | 2008-10-24 | 14 | -3119/+7 | |
| | ||||||
* | Fix function parameters. | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 3 | -13/+5 | |
|\ | ||||||
| * | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-23 | 3 | -39/+5 | |
| |\ | ||||||
| * | | Remove unused constants from local.h. | Jelmer Vernooij | 2008-10-23 | 3 | -13/+5 | |
| | | | ||||||
* | | | Make lp_tls_* return absolute paths. | Jelmer Vernooij | 2008-10-23 | 3 | -15/+36 | |
| | | | ||||||
* | | | Move subunit ui ops out of smbtorture to the torture library. | Jelmer Vernooij | 2008-10-23 | 5 | -79/+134 | |
| |/ |/| | ||||||
* | | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 2008-10-23 | 2 | -2/+2 | |
| | | ||||||
* | | 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 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 4 | -1/+1 | |
|\ | ||||||
| * | Share codepages. | Jelmer Vernooij | 2008-10-23 | 4 | -1/+1 | |
| | | ||||||
* | | Use common error definitions. | Jelmer Vernooij | 2008-10-23 | 4 | -4/+2304 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 2 | -2/+10 | |
|\ | ||||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 2008-10-23 | 1 | -1/+1 | |
| |\ | ||||||
| | * | s4-smbtorture: fix build warning. | Günther Deschner | 2008-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Clarify the linked attribute module behaviour with comments | Andrew Bartlett | 2008-10-23 | 1 | -1/+9 | |
| |/ | ||||||
* | | Fix header file installation. | Jelmer Vernooij | 2008-10-23 | 2 | -5/+5 | |
| | | ||||||
* | | Import NTSTATUS defines from Samba 3. | Jelmer Vernooij | 2008-10-23 | 1 | -678/+0 | |
| | | ||||||
* | | Move libcli-util error code to top-level. | Jelmer Vernooij | 2008-10-23 | 8 | -2910/+2 | |
|/ | ||||||
* | masktest: Avoid creating new memory context, use dynamic allocation. | Jelmer Vernooij | 2008-10-22 | 1 | -8/+10 | |
| | ||||||
* | Change some dynamic allocations back to static buffers to fix build. | Jelmer Vernooij | 2008-10-22 | 1 | -11/+7 | |
| | ||||||
* | Change buffer size back to 256, just to be sure. | Jelmer Vernooij | 2008-10-22 | 1 | -1/+1 | |
| | ||||||
* | Repel pstring to nsswitch/. | Jelmer Vernooij | 2008-10-22 | 10 | -118/+85 | |
| | ||||||
* | Remove pstring usage. | Jelmer Vernooij | 2008-10-22 | 1 | -10/+4 | |
| | ||||||
* | Remove pstring usages. | Jelmer Vernooij | 2008-10-22 | 4 | -18/+14 | |
| | ||||||
* | Require separate option for quicktest include list rather than making | Jelmer Vernooij | 2008-10-22 | 1 | -1/+1 | |
| | | | | assumptions about it. | |||||
* | 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 | 2 | -4/+4 | |
| | ||||||
* | 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 | 1331 | -257888/+22517 | |
|\ | | | | | | | | | | | Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c | |||||
| * | Prevent warning about directory already existing. | Jelmer Vernooij | 2008-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix rpcecho test. | Jelmer Vernooij | 2008-10-21 | 1 | -2/+1 | |
| | | ||||||
| * | idl: merge from s4 lsa.idl to s3. | Günther Deschner | 2008-10-20 | 1 | -13/+12 | |
| | | | | | | | | Guenther | |||||
| * | Sync syntax of srvsvc.idl with samba3. | Jelmer Vernooij | 2008-10-20 | 1 | -5/+5 | |
| | | ||||||
| * | Move orpc to top-level directory. | Jelmer Vernooij | 2008-10-20 | 2 | -174/+1 | |
| | | ||||||
| * | Remove unused function str_list_match. | Jelmer Vernooij | 2008-10-20 | 1 | -13/+0 | |
| | | ||||||
| * | Move WMI support code to top-level. | Jelmer Vernooij | 2008-10-20 | 3 | -66/+1 | |
| | | ||||||
| * | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 65 | -70/+102 | |
| | | | | | | | | remove some unused functions. |