Age | Commit message (Expand) | Author | Files | Lines |
2011-07-08 | param: Add hooks to s3 parm_struct and the parameters void * pointer | Andrew Bartlett | 1 | -2/+1 |
2011-06-23 | param: Remove "announce as" parameter | Andrew Bartlett | 1 | -7/+0 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 1 | -1/+1 |
2011-06-06 | s4-param Add hook between Samba3 and Samba4 loadparm systems. | Andrew Bartlett | 1 | -0/+2 |
2011-06-06 | s4-param Remove 'sid generator' | Andrew Bartlett | 1 | -5/+0 |
2011-05-03 | s4-param: use new roles.h | Andrew Tridgell | 1 | -5/+1 |
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s4-param Rename volume_label() -> lpcfg_volume_label() | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s4-param Rename private_path() -> lpcfg_private_path() | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s4-param Remove config_path() -> lpcfg_config_path() | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s4-param Rename lock_path() -> lpcfg_lock_path() | Andrew Bartlett | 1 | -1/+1 |
2011-03-25 | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 1 | -3/+3 |
2011-02-23 | Make lpcfg_server_role public. | Jelmer Vernooij | 1 | -0/+1 |
2010-11-29 | s4-loadparm: added loadparm_init_global() | Andrew Tridgell | 1 | -0/+1 |
2010-09-14 | param: Add prototype for lpcfg_private_dir(), used by openchange. | Jelmer Vernooij | 1 | -0/+1 |
2010-09-13 | param: Only include param_proto.h for Samba builds, provide those | Jelmer Vernooij | 1 | -0/+6 |
2010-09-11 | s4-param: move back to auto-generation of loadparm prototypes | Andrew Tridgell | 1 | -157/+2 |
2010-07-16 | s4-loadparm: change lp_*() to lpcfg_*() and provide s3 compatibility lp_*() | Andrew Tridgell | 1 | -173/+215 |
2010-04-29 | s4: remove unused references to swat | Stefan Metzmacher | 1 | -1/+0 |
2010-04-27 | s4-param: added a "spn update command" option | Andrew Tridgell | 1 | -0/+1 |
2010-03-18 | charset: fixed a problem with the global use of the iconv_convenience structure | Andrew Tridgell | 1 | -2/+3 |
2010-02-26 | s4-dns: use a loadparm list for samba_runcmd() commands | Andrew Tridgell | 1 | -2/+2 |
2010-02-23 | s4-param: added "dns update command" smb.conf option | Andrew Tridgell | 1 | -0/+1 |
2010-02-17 | s4-param: added "rndc command" smb.conf option | Andrew Tridgell | 1 | -0/+1 |
2009-11-24 | s4:param remove reference to private header from source4/param/param.h | Brad Hards | 1 | -1/+1 |
2009-11-02 | s4 - SID allocation using FDS DNA plugin | Endi S. Dewata | 1 | -0/+6 |
2009-10-14 | s4:loadparm - adapt "realm" handling | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2009-09-26 | libutil: Add separate utility code for dealing with settings as a | Jelmer Vernooij | 1 | -10/+5 |
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 1 | -0/+5 |
2009-01-16 | Find default smb.conf path correctly, when it was not specified on the | Jelmer Vernooij | 1 | -0/+1 |
2008-11-02 | Remove global_loadparm. | Jelmer Vernooij | 1 | -2/+0 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+2 |
2008-11-01 | Rename param_opt.flags to priority. | Jelmer Vernooij | 1 | -1/+4 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -0/+6 |
2008-10-24 | Mark global_loadparm as deprecated. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-24 | Remove const so return value can be freed. | Jelmer Vernooij | 1 | -5/+5 |
2008-10-23 | Make lp_tls_* return absolute paths. | Jelmer Vernooij | 1 | -5/+5 |
2008-09-30 | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 1 | -0/+3 |
2008-06-28 | Use a configure-specified directory for the winbind priv pipe | Andrew Bartlett | 1 | -0/+1 |
2008-05-29 | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 1 | -0/+2 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+360 |
2008-02-28 | Remove sDefault as static variable. | Jelmer Vernooij | 1 | -1/+0 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26095: Add function for import a generic configuration file in a loadparm co... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25460: use common structure in param/generic.c | Jelmer Vernooij | 1 | -8/+8 |
2007-10-10 | r25379: Use loadparm context parameter in a lot more places. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r25039: Rename service -> loadparm_service, use context more. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25037: Start passing the context around. | Jelmer Vernooij | 1 | -0/+1 |