summaryrefslogtreecommitdiff
path: root/source4/param
Commit message (Expand)AuthorAgeFilesLines
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-262-8/+8
* s4-param: added 'nsupdate command' option, default to /usr/bin/nsupdate -gAndrew Tridgell2010-02-261-0/+4
* s4-param: added "dns update command" smb.conf optionAndrew Tridgell2010-02-232-0/+5
* Various source4 spelling fixes.Brad Hards2010-02-221-1/+1
* s4:winbind Make the 'no SID found' message even more detailedAndrew Bartlett2010-02-191-3/+7
* s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett2010-02-182-28/+21
* s4-param: added "rndc command" smb.conf optionAndrew Tridgell2010-02-172-0/+5
* s4:provision.c - "provsion_store_self_join" - don't set the realm if it's NULLMatthias Dieter Wallnöfer2010-02-151-2/+4
* s4:loadparm.c - prevent memory leaksMatthias Dieter Wallnöfer2010-02-131-0/+3
* s4:loadparm.c - the logfile parameter value needs to be duplicatedMatthias Dieter Wallnöfer2010-02-131-1/+1
* s4-dns: added a dns update taskAndrew Tridgell2010-02-111-1/+1
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4: Fix a few warnings.Jelmer Vernooij2010-01-211-1/+1
* param: Fix build on systems without ldb installed.Jelmer Vernooij2009-12-221-1/+1
* provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2009-12-212-4/+29
* Fix initialisation of TypeObject samba.param.LoadparmService.Jelmer Vernooij2009-12-212-3/+10
* s4-loadparm: call reload_charcnv() also for a missing smb.confAndrew Tridgell2009-12-141-0/+4
* s4:param remove reference to private header from source4/param/param.hBrad Hards2009-11-243-1/+3
* s4:provision Add C binding to get at the generate schemaAndrew Bartlett2009-11-122-0/+63
* s4 - SID allocation using FDS DNA pluginEndi S. Dewata2009-11-022-0/+14
* s4:loadparm: don't leak the names of all shares in each lp_service() callStefan Metzmacher2009-10-241-1/+4
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-233-9/+3
* s4:secrets Look for LDAP secret with a name that is indexedAndrew Bartlett2009-10-231-1/+1
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-2/+2
* s4:loadparm - adapt "realm" handlingMatthias Dieter Wallnöfer2009-10-142-3/+24
* s4:param Remove duplicate argument to python provisionAndrew Bartlett2009-10-061-2/+0
* parmlist: Add more tests.Jelmer Vernooij2009-09-272-18/+16
* libutil: Add separate utility code for dealing with settings as aJelmer Vernooij2009-09-262-59/+37
* Check for PyString_FromString being NULL.Jelmer Vernooij2009-09-231-4/+10
* provision: Avoid linking in multiple copies of security python module.Jelmer Vernooij2009-09-232-9/+30
* s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett2009-09-203-2/+147
* s4-kcc: add a very simple KCCAndrew Tridgell2009-09-111-1/+1
* s4: the secrets.ldb module needs the loadparm opaque setupAndrew Tridgell2009-09-071-0/+7
* allow setting of the debug level in python from CAndrew Tridgell2009-09-031-1/+4
* support config files in the current directoryAndrew Tridgell2009-09-031-2/+7
* param/pyparam: Cope with string list parameters being empty.Ricardo Jorge2009-08-041-1/+7
* python/loadparm: Get shares listing working.Ricardo Jorge2009-08-041-5/+6
* s4:param use talloc_unlink() to free iconv context holding referencesAndrew Bartlett2009-07-021-1/+1
* use py_talloc_reference instead of py_talloc_importAndrew Tridgell2009-07-011-1/+1
* param/python: Fix memory leak of LoadParm objects.Jelmer Vernooij2009-06-171-1/+12
* python: Provide way to iterate over available shares.Jelmer Vernooij2009-06-161-0/+16
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-023-9/+12
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-1/+6
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-022-24/+54
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-263-0/+23
* s4:loadparm: fix a comment typo. and line wrapping.Michael Adam2009-05-081-1/+2
* s4:loadparm: fix brace indentation and add brace for clarityMichael Adam2009-05-081-2/+4
* Allow 'net vampire' to work without an existing smb.confAndrew Bartlett2009-03-042-3/+7
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-2/+2
* s4:pyparam: fix compiler warningsStefan Metzmacher2009-02-051-15/+15