Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:param remove reference to private header from source4/param/param.h | Brad Hards | 2009-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | source4/param/param.h has a param.h is a public header (and parmlist isn't, even if the relative path could work), so I suggest making it a forward declaration in the header, and including parmlist.h in the implementation. (commit message included from e-mail by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4 - SID allocation using FDS DNA plugin | Endi S. Dewata | 2009-11-02 | 1 | -0/+6 |
| | |||||
* | s4:loadparm - adapt "realm" handling | Matthias Dieter Wallnöfer | 2009-10-14 | 1 | -0/+1 |
| | | | | | Change "lp_realm" behaviour to return the realm always upcased and add a function "lp_dnsdomain" which returns it always lowcased. | ||||
* | libutil: Add separate utility code for dealing with settings as a | Jelmer Vernooij | 2009-09-26 | 1 | -10/+5 |
| | | | | collection of key/value pairs. | ||||
* | Don't use crossRef records to find our own domain | Andrew Bartlett | 2009-05-26 | 1 | -0/+5 |
| | | | | | | | | A single AD server can only host a single domain, so don't stuff about with looking up our crossRef record in the cn=Partitions container. We instead trust that lp_realm() and lp_workgroup() works correctly. Andrew Bartlett | ||||
* | Find default smb.conf path correctly, when it was not specified on the | Jelmer Vernooij | 2009-01-16 | 1 | -0/+1 |
| | | | | command-line. | ||||
* | Remove global_loadparm. | Jelmer Vernooij | 2008-11-02 | 1 | -2/+0 |
| | |||||
* | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 2008-11-02 | 1 | -1/+2 |
| | | | | should in the future only contain some settings required for gensec. | ||||
* | Rename param_opt.flags to priority. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+4 |
| | |||||
* | Remove unused include param/param.h. | Jelmer Vernooij | 2008-10-24 | 1 | -0/+6 |
| | |||||
* | Mark global_loadparm as deprecated. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Remove const so return value can be freed. | Jelmer Vernooij | 2008-10-24 | 1 | -5/+5 |
| | |||||
* | Make lp_tls_* return absolute paths. | Jelmer Vernooij | 2008-10-23 | 1 | -5/+5 |
| | |||||
* | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 2008-09-30 | 1 | -0/+3 |
| | | | | using global_loadparm. | ||||
* | Use a configure-specified directory for the winbind priv pipe | Andrew Bartlett | 2008-06-28 | 1 | -0/+1 |
| | | | | | | | | This makes it easier for RPMs to specify an group for access to that directory. Andrew Bartlett (This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e) | ||||
* | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 2008-05-29 | 1 | -0/+2 |
| | | | | | | | | This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f) | ||||
* | Install public header files again and include required prototypes. | Jelmer Vernooij | 2008-04-02 | 1 | -1/+360 |
| | | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343) | ||||
* | Remove sDefault as static variable. | Jelmer Vernooij | 2008-02-28 | 1 | -1/+0 |
| | | | | (This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172) | ||||
* | r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵ | Jelmer Vernooij | 2008-01-03 | 1 | -0/+1 |
| | | | | | | options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb) | ||||
* | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+0 |
| | | | | (This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482) | ||||
* | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+1 |
| | | | | (This used to be commit db6dd425e3526c04e96d778a736dbb5cf14ddc56) | ||||
* | r26095: Add function for import a generic configuration file in a loadparm ↵ | Jelmer Vernooij | 2007-12-21 | 1 | -0/+1 |
| | | | | | | context. (This used to be commit d74018d05542582515a4d3cc995820667200b301) | ||||
* | r25460: use common structure in param/generic.c | Jelmer Vernooij | 2007-10-10 | 1 | -8/+8 |
| | | | | (This used to be commit 01ce5448f44ddda7ec864d812fe23f0fa68d1561) | ||||
* | r25379: Use loadparm context parameter in a lot more places. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+2 |
| | | | | (This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e) | ||||
* | r25039: Rename service -> loadparm_service, use context more. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit ab417cb32bd348c05b20707e73297df05c920079) | ||||
* | r25037: Start passing the context around. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
| | | | | (This used to be commit 88c72ac75fed673f7bfb65bf633f352f231c90a3) | ||||
* | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | ||||
* | r24816: Move the rest of the contents of core.h to more appropriate places. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+15 |
| | | | | | | include/ now only contains build system related headers, all other headers are now near the source code they're related to. (This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80) | ||||
* | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+2 |
| | | | | (This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655) | ||||
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
| | | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | ||||
* | r14844: Support a stdbool.h replacement in lib/replace/ | Jelmer Vernooij | 2007-10-10 | 1 | -0/+2 |
| | | | | (This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3) | ||||
* | r14381: Kill structs.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+46 |
(This used to be commit 1ffb82a7596f989c90df69573083a2c2e28f8808) |