summaryrefslogtreecommitdiff
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo found by the IBM CheckerVolker Lendecke2009-01-041-1/+1
* Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-231-2/+0
* s3:loadparm/docs: Set default for "ldap ssl" to "start tls".root2008-12-211-1/+1
* s3: loadparm: Clean-up list of parameters.Karolin Seeger2008-12-211-8/+1
* s3/loadparm.c: Change default value for "ldap ssl".Karolin Seeger2008-12-171-1/+1
* s3:loadparm: fix copy service error (canonicalize_servicename: NULL source name)Michael Adam2008-12-151-1/+1
* s3:loadparm: add service-struct based variants of the free-parameter routinesMichael Adam2008-12-151-7/+46
* s3:loadparm: rename free_parameters() to free_parameters_by_snum()Michael Adam2008-12-151-4/+5
* s3:loadparm: rename free_parameter() to free_one_parameter_by_snum()Michael Adam2008-12-151-3/+5
* s3:loadparm: add lp_local_ptr() that operates on a service structMichael Adam2008-12-151-1/+13
* s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam2008-12-151-3/+3
* s3:loadparm: fix newly introduced leading whitespaces to tabsMichael Adam2008-12-151-2/+2
* s3: Add support for access based share enumerationTodd Stecher2008-12-081-0/+13
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-1/+15
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-4/+4
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-4/+4
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij2008-11-011-41/+4
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-3/+3
* [s3]loadparm: remove param/params.c which is used no more.Michael Adam2008-10-181-590/+0
* [s3]test_lp_load: fix "no talloc stackframe around" messageMichael Adam2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-122-6/+6
* Share data_blob implementation.Jelmer Vernooij2008-10-121-4/+3
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-101-1/+1
* [s3]loadparm: refactor freeing of parameter data out and reduce memleak.Michael Adam2008-09-271-35/+53
* [s3]loadparm: in lp_do_parameter() use function lp_local_ptr()Michael Adam2008-09-271-3/+1
* [s3]loadparm: remove superfluous talloc context / talloc_stackframe call.Michael Adam2008-09-271-5/+0
* [s3]loadparm: refactor setting parametric options in list outMichael Adam2008-09-271-52/+45
* [s3]loadparm: fix memory error - free the right param_opt->list in copy_service.Michael Adam2008-09-271-1/+1
* [s3]loadparm: refactor freeing of parametric options into free_param_opts().Michael Adam2008-09-271-41/+34
* [s3]loadparm: rename process_registry_service() to process_smbconf_service().Michael Adam2008-09-271-3/+3
* [s3]loadparm: add a command test_lp_load to test the lp_load function.Michael Adam2008-09-271-0/+88
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-241-5/+5
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-231-0/+13
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-031-1/+1
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
* loadparm: idmap backend is not depracated any longer.Karolin Seeger2008-08-221-1/+1
* Here is a re-working of the winbinddJeremy Allison2008-08-201-0/+12
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-0/+1
* idmap rewriteVolker Lendecke2008-08-121-14/+4
* loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam2008-08-091-0/+24
* testparm: Display warning if invalid values are used.Michael Adam2008-07-301-1/+3
* Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke2008-07-161-24/+7
* Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke2008-07-161-46/+56
* Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke2008-07-161-26/+28
* Fix swat. Bug #5613.Jeremy Allison2008-07-151-9/+0
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-031-1/+1
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-1/+1