summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett2012-07-314-3/+301
| | | | | | | | This is all in a transaction, but when we are handling rename errors in the repl_meta_data module, we key off the error, and do not close the transaction. We found that the old record was gone and so could not try renaming it again to a conflict DN. Andrew Bartlett
* tevent: Refer to the correct header in testsuite.cVolker Lendecke2012-07-311-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* ldb: Add parameter to avoid NULL format string flagged by -Werror=formatAndrew Bartlett2012-07-301-1/+1
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Jul 30 15:48:53 CEST 2012 on sn-devel-104
* lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett2012-07-301-4/+4
|
* lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett2012-07-301-1/+1
|
* lib/ccan: Fix format string errors found by -Werror=format in ccan failtestAndrew Bartlett2012-07-301-2/+2
|
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ↵Andrew Bartlett2012-07-273-3/+12
| | | | | | | | | | | | | role This parameter is only used in our NBT client code and in nmbd as a fallback when we fail to select a better interface from "interfaces" to use directly. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104
* lib/param: Mark lpcfg_cachedir and lpcfg_statedir as const char *Andrew Bartlett2012-07-271-2/+2
| | | | | | | | | This matters as we sync up the declarations with the source3/param code. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 27 05:26:45 CEST 2012 on sn-devel-104
* lib/param: Remove unused "paranoid server security"Andrew Bartlett2012-07-273-11/+0
| | | | | | This became unused when security=server went away. Andrew Bartlett
* docs: Mark "socket address" as deprecatedAndrew Bartlett2012-07-271-1/+1
|
* param: Make socket_address common, Revert ↵Andrew Bartlett2012-07-272-1/+1
| | | | | | | | | | | | | | | | 611ef42053eb99f4c29d4efa86eaea9f1ca06286 This essentially reverts the commit 611ef42053eb99f4c29d4efa86eaea9f1ca06286 Author: Yasuma Takeda <yasuma@osstech.co.jp> Date: Fri Dec 5 13:37:51 2008 -0800 Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf Intead, the documentation is fixed so that the correct default is recorded. Removing the special case handling here allows this to be dealt with in the same way as all other parameters. Andrew Bartlett
* lib/param: Merge parameter tables into a common fileAndrew Bartlett2012-07-272-4123/+4126
| | | | | | | | This file is then included into both loadparm systems. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* lib/param: Merge in source3 parameters into parmeter tableAndrew Bartlett2012-07-271-15/+48
| | | | | | | | | | This finishes the series to remove the various warnings from smb.conf loading when a source3 parameter is used. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Security Options" section from source3/paramAndrew Bartlett2012-07-271-24/+589
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Logging Options" section from source3/paramAndrew Bartlett2012-07-271-7/+109
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Protocol Options" section from source3/paramAndrew Bartlett2012-07-271-54/+253
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Tuning Options" section from source3/paramAndrew Bartlett2012-07-271-4/+252
| | | | | | This will reduced the weight of the eventual merge of all of source3/param. Andrew Bartlett
* lib/param: Merge "Printing Options" section from source3/paramAndrew Bartlett2012-07-271-3/+290
| | | | | | This will reduced the weight of the eventual merge of all of source3/param. Andrew Bartlett
* s3/aio_fork: fix build on irixBjörn Jacke2012-07-262-0/+5
| | | | IRIX needs _XOPEN_SOURCE defined for SCM_RIGHTS to be available
* lib/param: Merge "Filename Handling" section from source3/paramAndrew Bartlett2012-07-261-7/+211
| | | | | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jul 26 14:16:02 CEST 2012 on sn-devel-104
* lib/param: Merge "Domain Options" section from source3/paramAndrew Bartlett2012-07-261-0/+13
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Logon Options" section from source3/paramAndrew Bartlett2012-07-261-8/+186
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Browse Options" section from source3/paramAndrew Bartlett2012-07-261-14/+73
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "WINS Options" section from source3/paramAndrew Bartlett2012-07-261-1/+13
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Locking Options" section from source3/paramAndrew Bartlett2012-07-261-5/+89
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Ldap Options" section from source3/paramAndrew Bartlett2012-07-261-0/+178
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "EventLog Options" section from source3/paramAndrew Bartlett2012-07-261-0/+10
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge "Miscellaneous Options" section from source3/paramAndrew Bartlett2012-07-261-12/+491
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge VFS and MSDFS parameters from source3 into lib/paramAndrew Bartlett2012-07-241-9/+44
| | | | | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jul 24 12:53:17 CEST 2012 on sn-devel-104
* lib/param: Merge Winbind parameters from source3 into lib/paramAndrew Bartlett2012-07-241-23/+247
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Merge DNS parameters with source3 paramAndrew Bartlett2012-07-241-18/+29
| | | | | | | | | This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Rearrange AD DC options to make a merge with the source3 table easierAndrew Bartlett2012-07-241-50/+53
| | | | Andrew Bartlett
* lib/param: Re-arrange TLS parameters into their own sectionAndrew Bartlett2012-07-241-48/+51
| | | | | | | | | This makes the merge with the source3 table less disruptive Based on an earlier patch: Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Andrew Bartlett
* lib/param: Add handler overridesAndrew Bartlett2012-07-241-0/+18
| | | | | | | These #defines allow us to merge the parameter table without providing the handler functions quite yet. This helps us do this task in stages. Andrew Bartlett
* lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2012-07-242-19/+13
| | | | | | | This ensures that the same input parameters always gives the same output values in both loadparm systems. Andrew Bartlett
* lib/param: Make lp_usershare_max_shares() a common parameterAndrew Bartlett2012-07-241-0/+1
| | | | Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-242-0/+219
| | | | | | | | This is in preperation for the parameter table being made common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* lib/param: Rename param_enums.c to param_table.cAndrew Bartlett2012-07-242-1/+1
| | | | | | | | | This is in preperation for the parameter table being merged into this file. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jul 24 09:16:44 CEST 2012 on sn-devel-104
* lib/param: Remove 'case insensitive filesystem'Andrew Bartlett2012-07-242-9/+0
| | | | | | | | We use the slightly confusing 'case sensitive = yes' option for the same behaviour. This avoids adding even more confusing documentation for the ntvfs-only option. Andrew Bartlett
* lib/param: Remove "ntptr providor" and hard-code in s4 spoolss serverAndrew Bartlett2012-07-242-10/+0
| | | | | | | | This stub codebase does not justify a merged parameter. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* param: Make internal handler for 'server role' commonAndrew Bartlett2012-07-242-1/+1
|
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-242-1/+1
| | | | | | This parameter is most useful for interop testing, rather than production use. Andrew Bartlett
* lib/crypto: add aes_ccm_128Stefan Metzmacher2012-07-234-1/+226
| | | | metze
* Add debugs to functions. Add pidfile_unlink().Jeremy Allison2012-07-192-0/+25
|
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-193-1/+158
|
* s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as defaultAndrew Bartlett2012-07-191-0/+1
| | | | | | | | | | | | | | | This changes the default based on the #ifdef rather than an override on a parameter value of "" The less special override functions we have the easier it is to merge the loadparm tables. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jul 19 09:56:01 CEST 2012 on sn-devel-104
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-192-1/+1
|
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-192-1/+1
| | | | | | | | | This allows this parameter, one of the few with differing declarations between the loadparm systems, to be brought into common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* s4-param: Remove unused "idmap trusted only"Andrew Bartlett2012-07-191-12/+0
| | | | | | | | | When we revamp the idmap layer, we will end up just following the s3 options, and this option is not used there either. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* lib/param: Add my copyrightAndrew Bartlett2012-07-191-0/+1
|