Age | Commit message (Expand) | Author | Files | Lines |
2012-07-27 | lib/param: Rename "socket address" to "nbt client socket address" to clarify ... | Andrew Bartlett | 3 | -3/+12 |
2012-07-27 | lib/param: Mark lpcfg_cachedir and lpcfg_statedir as const char * | Andrew Bartlett | 1 | -2/+2 |
2012-07-27 | lib/param: Remove unused "paranoid server security" | Andrew Bartlett | 3 | -11/+0 |
2012-07-27 | docs: Mark "socket address" as deprecated | Andrew Bartlett | 1 | -1/+1 |
2012-07-27 | param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca... | Andrew Bartlett | 2 | -1/+1 |
2012-07-27 | lib/param: Merge parameter tables into a common file | Andrew Bartlett | 2 | -4123/+4126 |
2012-07-27 | lib/param: Merge in source3 parameters into parmeter table | Andrew Bartlett | 1 | -15/+48 |
2012-07-27 | lib/param: Merge "Security Options" section from source3/param | Andrew Bartlett | 1 | -24/+589 |
2012-07-27 | lib/param: Merge "Logging Options" section from source3/param | Andrew Bartlett | 1 | -7/+109 |
2012-07-27 | lib/param: Merge "Protocol Options" section from source3/param | Andrew Bartlett | 1 | -54/+253 |
2012-07-27 | lib/param: Merge "Tuning Options" section from source3/param | Andrew Bartlett | 1 | -4/+252 |
2012-07-27 | lib/param: Merge "Printing Options" section from source3/param | Andrew Bartlett | 1 | -3/+290 |
2012-07-26 | s3/aio_fork: fix build on irix | Björn Jacke | 2 | -0/+5 |
2012-07-26 | lib/param: Merge "Filename Handling" section from source3/param | Andrew Bartlett | 1 | -7/+211 |
2012-07-26 | lib/param: Merge "Domain Options" section from source3/param | Andrew Bartlett | 1 | -0/+13 |
2012-07-26 | lib/param: Merge "Logon Options" section from source3/param | Andrew Bartlett | 1 | -8/+186 |
2012-07-26 | lib/param: Merge "Browse Options" section from source3/param | Andrew Bartlett | 1 | -14/+73 |
2012-07-26 | lib/param: Merge "WINS Options" section from source3/param | Andrew Bartlett | 1 | -1/+13 |
2012-07-26 | lib/param: Merge "Locking Options" section from source3/param | Andrew Bartlett | 1 | -5/+89 |
2012-07-26 | lib/param: Merge "Ldap Options" section from source3/param | Andrew Bartlett | 1 | -0/+178 |
2012-07-26 | lib/param: Merge "EventLog Options" section from source3/param | Andrew Bartlett | 1 | -0/+10 |
2012-07-26 | lib/param: Merge "Miscellaneous Options" section from source3/param | Andrew Bartlett | 1 | -12/+491 |
2012-07-24 | lib/param: Merge VFS and MSDFS parameters from source3 into lib/param | Andrew Bartlett | 1 | -9/+44 |
2012-07-24 | lib/param: Merge Winbind parameters from source3 into lib/param | Andrew Bartlett | 1 | -23/+247 |
2012-07-24 | lib/param: Merge DNS parameters with source3 param | Andrew Bartlett | 1 | -18/+29 |
2012-07-24 | lib/param: Rearrange AD DC options to make a merge with the source3 table easier | Andrew Bartlett | 1 | -50/+53 |
2012-07-24 | lib/param: Re-arrange TLS parameters into their own section | Andrew Bartlett | 1 | -48/+51 |
2012-07-24 | lib/param: Add handler overrides | Andrew Bartlett | 1 | -0/+18 |
2012-07-24 | lib/param: Merge handling of security/domain master/domain logons/server role | Andrew Bartlett | 2 | -19/+13 |
2012-07-24 | lib/param: Make lp_usershare_max_shares() a common parameter | Andrew Bartlett | 1 | -0/+1 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 2 | -0/+219 |
2012-07-24 | lib/param: Rename param_enums.c to param_table.c | Andrew Bartlett | 2 | -1/+1 |
2012-07-24 | lib/param: Remove 'case insensitive filesystem' | Andrew Bartlett | 2 | -9/+0 |
2012-07-24 | lib/param: Remove "ntptr providor" and hard-code in s4 spoolss server | Andrew Bartlett | 2 | -10/+0 |
2012-07-24 | param: Make internal handler for 'server role' common | Andrew Bartlett | 2 | -1/+1 |
2012-07-24 | param: Make the 'unicode' parameter common | Andrew Bartlett | 2 | -1/+1 |
2012-07-23 | lib/crypto: add aes_ccm_128 | Stefan Metzmacher | 4 | -1/+226 |
2012-07-19 | Add debugs to functions. Add pidfile_unlink(). | Jeremy Allison | 2 | -0/+25 |
2012-07-19 | Move source4/smbd/pidfile into lib/util in preparation for making it in common. | Jeremy Allison | 3 | -1/+158 |
2012-07-19 | s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as default | Andrew Bartlett | 1 | -0/+1 |
2012-07-19 | lib/param: bring lp_smb_ports() into common by making it a list everywhere | Andrew Bartlett | 2 | -1/+1 |
2012-07-19 | s3-param: Make lp_name_resolve_order() return a list | Andrew Bartlett | 2 | -1/+1 |
2012-07-19 | s4-param: Remove unused "idmap trusted only" | Andrew Bartlett | 1 | -12/+0 |
2012-07-19 | lib/param: Add my copyright | Andrew Bartlett | 1 | -0/+1 |
2012-07-19 | lib/param: bring lp_time_server() into common | Andrew Bartlett | 2 | -1/+1 |
2012-07-18 | talloc_stack: abort in developer me if no stackframe on talloc_tos() | Rusty Russell | 2 | -4/+9 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -1/+1 |
2012-07-18 | lib/util/modules.c: fix stackframe leak. | Rusty Russell | 1 | -1/+2 |
2012-07-18 | talloc_stack: report lazy freeing (panic if DEVELOPER). | Rusty Russell | 1 | -0/+11 |
2012-07-18 | talloc_stack: always include the location when creating a talloc_stackframe(). | Rusty Russell | 2 | -8/+11 |