summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused include param/param.h.Jelmer Vernooij2008-10-2473-81/+11
|
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-244-8/+7
|
* Remove use of global_loadparm in last Python script.Jelmer Vernooij2008-10-241-2/+0
|
* Regenerate SWIG files.Jelmer Vernooij2008-10-244-33/+6
|
* Remove access to global_loadparm from python module.Jelmer Vernooij2008-10-241-3/+0
|
* Mark global_loadparm as deprecated.Jelmer Vernooij2008-10-241-1/+1
|
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-247-27/+50
|
* Remove dependency of charset code on loadparm.Jelmer Vernooij2008-10-241-1/+1
|
* Remove more uses of global_loadparm.Jelmer Vernooij2008-10-242-10/+6
|
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-2421-49/+49
| | | | make them wrappers around convert_string{,talloc}_convenience().
* Remove a few more usages of global_loadparm.Jelmer Vernooij2008-10-244-7/+7
|
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-2431-46/+109
|
* Remove const so return value can be freed.Jelmer Vernooij2008-10-242-10/+10
|
* Just hardcode workgroup to empty string, to avoid use ofJelmer Vernooij2008-10-241-4/+3
| | | | global_loadparm.
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-2423-61/+47
| | | | functions.
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-243-104/+1
|
* Split up codepoints code, use consistent _m suffix.Jelmer Vernooij2008-10-242-2/+2
|
* Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij2008-10-241-3/+1
|
* Move charset library to top level.Jelmer Vernooij2008-10-2414-3119/+7
|
* Fix function parameters.Jelmer Vernooij2008-10-231-1/+1
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-233-13/+5
|\
| * Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-233-39/+5
| |\
| * | Remove unused constants from local.h.Jelmer Vernooij2008-10-233-13/+5
| | |
* | | Make lp_tls_* return absolute paths.Jelmer Vernooij2008-10-233-15/+36
| | |
* | | Move subunit ui ops out of smbtorture to the torture library.Jelmer Vernooij2008-10-235-79/+134
| |/ |/|
* | Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-232-2/+2
| |
* | Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij2008-10-231-3/+3
| |
* | Remove support for obsolete data type "ipv4address"Jelmer Vernooij2008-10-231-34/+0
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-234-1/+1
|\
| * Share codepages.Jelmer Vernooij2008-10-234-1/+1
| |
* | Use common error definitions.Jelmer Vernooij2008-10-234-4/+2304
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-232-2/+10
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2008-10-231-1/+1
| |\
| | * s4-smbtorture: fix build warning.Günther Deschner2008-10-231-1/+1
| | | | | | | | | | | | Guenther
| * | Clarify the linked attribute module behaviour with commentsAndrew Bartlett2008-10-231-1/+9
| |/
* | Fix header file installation.Jelmer Vernooij2008-10-232-5/+5
| |
* | Import NTSTATUS defines from Samba 3.Jelmer Vernooij2008-10-231-678/+0
| |
* | Move libcli-util error code to top-level.Jelmer Vernooij2008-10-238-2910/+2
|/
* masktest: Avoid creating new memory context, use dynamic allocation.Jelmer Vernooij2008-10-221-8/+10
|
* Change some dynamic allocations back to static buffers to fix build.Jelmer Vernooij2008-10-221-11/+7
|
* Change buffer size back to 256, just to be sure.Jelmer Vernooij2008-10-221-1/+1
|
* Repel pstring to nsswitch/.Jelmer Vernooij2008-10-2210-118/+85
|
* Remove pstring usage.Jelmer Vernooij2008-10-221-10/+4
|
* Remove pstring usages.Jelmer Vernooij2008-10-224-18/+14
|
* Require separate option for quicktest include list rather than makingJelmer Vernooij2008-10-221-1/+1
| | | | assumptions about it.
* Remove unused global variables.Jelmer Vernooij2008-10-211-3/+0
|
* Fix double free.Jelmer Vernooij2008-10-211-1/+0
|
* Fix the build.Jelmer Vernooij2008-10-212-4/+4
|
* Revert "Registry server LDB backend: Don't make copies of the same type"Jelmer Vernooij2008-10-211-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 regsrvJelmer Vernooij2008-10-211331-257888/+22517
|\ | | | | | | | | | | Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c