Age | Commit message (Expand) | Author | Files | Lines |
2009-02-21 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2009-02-20 | S3: Detect max_open_files from system | todd stecher | 1 | -1/+37 |
2009-02-16 | s3 auth: Add parameter that forces every user through an NSS lookup | Zach Loafman | 1 | -0/+11 |
2009-02-14 | Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame... | Volker Lendecke | 1 | -1/+1 |
2009-02-12 | s3: Added new parameter "map untrusted to domain" | Steven Danneman | 1 | -0/+13 |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -0/+11 |
2009-02-05 | s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads". | Karolin Seeger | 1 | -0/+12 |
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes lp_... | Dan Sledz | 1 | -5/+28 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-12 | Deprecate the "share modes" parameter to address bug #6024, swat disagrees wi... | Jeremy Allison | 1 | -1/+1 |
2009-01-12 | Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c | Steven Danneman | 1 | -3/+46 |
2009-01-04 | Fix a typo found by the IBM Checker | Volker Lendecke | 1 | -1/+1 |
2008-12-23 | Fix use of "time offset" parameter, and add test to make sure I don't break i... | Jelmer Vernooij | 1 | -2/+0 |
2008-12-21 | s3:loadparm/docs: Set default for "ldap ssl" to "start tls". | root | 1 | -1/+1 |
2008-12-21 | s3: loadparm: Clean-up list of parameters. | Karolin Seeger | 1 | -8/+1 |
2008-12-17 | s3/loadparm.c: Change default value for "ldap ssl". | Karolin Seeger | 1 | -1/+1 |
2008-12-15 | s3:loadparm: fix copy service error (canonicalize_servicename: NULL source name) | Michael Adam | 1 | -1/+1 |
2008-12-15 | s3:loadparm: add service-struct based variants of the free-parameter routines | Michael Adam | 1 | -7/+46 |
2008-12-15 | s3:loadparm: rename free_parameters() to free_parameters_by_snum() | Michael Adam | 1 | -4/+5 |
2008-12-15 | s3:loadparm: rename free_parameter() to free_one_parameter_by_snum() | Michael Adam | 1 | -3/+5 |
2008-12-15 | s3:loadparm: add lp_local_ptr() that operates on a service struct | Michael Adam | 1 | -1/+13 |
2008-12-15 | s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum() | Michael Adam | 1 | -3/+3 |
2008-12-15 | s3:loadparm: fix newly introduced leading whitespaces to tabs | Michael Adam | 1 | -2/+2 |
2008-12-08 | s3: Add support for access based share enumeration | Todd Stecher | 1 | -0/+13 |
2008-12-05 | Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf | Yasuma Takeda | 1 | -1/+15 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -4/+4 |
2008-11-06 | Add wrapper str_list_make_v3() to replace the old S3 behavior of | Jeremy Allison | 1 | -4/+4 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-01 | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 1 | -41/+4 |
2008-10-18 | Use str_list_equal() rather than str_list_compare(). | Jelmer Vernooij | 1 | -3/+3 |
2008-10-18 | [s3]loadparm: remove param/params.c which is used no more. | Michael Adam | 1 | -590/+0 |
2008-10-18 | [s3]test_lp_load: fix "no talloc stackframe around" message | Michael Adam | 1 | -1/+1 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 2 | -6/+6 |
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 1 | -4/+3 |
2008-10-10 | If you have a large number of cups printers, then scanning for print info can... | Jeremy Allison | 1 | -1/+1 |
2008-09-27 | [s3]loadparm: refactor freeing of parameter data out and reduce memleak. | Michael Adam | 1 | -35/+53 |
2008-09-27 | [s3]loadparm: in lp_do_parameter() use function lp_local_ptr() | Michael Adam | 1 | -3/+1 |
2008-09-27 | [s3]loadparm: remove superfluous talloc context / talloc_stackframe call. | Michael Adam | 1 | -5/+0 |
2008-09-27 | [s3]loadparm: refactor setting parametric options in list out | Michael Adam | 1 | -52/+45 |
2008-09-27 | [s3]loadparm: fix memory error - free the right param_opt->list in copy_service. | Michael Adam | 1 | -1/+1 |
2008-09-27 | [s3]loadparm: refactor freeing of parametric options into free_param_opts(). | Michael Adam | 1 | -41/+34 |
2008-09-27 | [s3]loadparm: rename process_registry_service() to process_smbconf_service(). | Michael Adam | 1 | -3/+3 |
2008-09-27 | [s3]loadparm: add a command test_lp_load to test the lp_load function. | Michael Adam | 1 | -0/+88 |
2008-09-24 | printing: Rename new parameter "cups timeout" to "cups connection timeout". | Karolin Seeger | 1 | -5/+5 |
2008-09-23 | printing: Add new parameter "cups timeout". | Karolin Seeger | 1 | -0/+13 |
2008-09-03 | Fix bug #5729. Explicitly allow "-valid". | Jeremy Allison | 1 | -1/+1 |
2008-08-26 | Increase the default positive idmap cache time to a week | Volker Lendecke | 1 | -1/+1 |
2008-08-22 | loadparm: idmap backend is not depracated any longer. | Karolin Seeger | 1 | -1/+1 |
2008-08-20 | Here is a re-working of the winbindd | Jeremy Allison | 1 | -0/+12 |