Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-08-12 | Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX. | Jeremy Allison | 1 | -0/+1 |
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -14/+4 |
2008-08-09 | loadparm: add two parameters "init logon delay hosts" and "init logon delay" | Michael Adam | 1 | -0/+24 |
2008-07-30 | testparm: Display warning if invalid values are used. | Michael Adam | 1 | -1/+3 |
2008-07-16 | Sequel to c10aad9f13: Ignore whitespaces in parametric options | Volker Lendecke | 1 | -24/+7 |
2008-07-16 | Tiny logic simplification: Remove an indentation by using an early return; | Volker Lendecke | 1 | -46/+56 |
2008-07-16 | Remove a silly "typedef struct _param_opt_struct param_opt_struct" | Volker Lendecke | 1 | -26/+28 |
2008-07-15 | Fix swat. Bug #5613. | Jeremy Allison | 1 | -9/+0 |
2008-07-11 | Revert "Slightly increase the default idmap cache time" | Volker Lendecke | 1 | -1/+1 |
2008-07-03 | Slightly increase the default idmap cache time | Volker Lendecke | 1 | -1/+1 |
2008-07-03 | Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ... | Jeremy Allison | 1 | -1/+1 |
2008-06-25 | Fix the build | Volker Lendecke | 1 | -1/+1 |
2008-06-25 | make parametic options case insensitive | Andrew Tridgell | 1 | -1/+1 |
2008-06-19 | loadparm: use the return value of the special handlers in lp_load(). | Michael Adam | 1 | -2/+2 |
2008-06-19 | loadparm: don't treat a missing include file as an error in handle_include(). | Michael Adam | 1 | -1/+1 |
2008-06-03 | Always set "registry shares = yes" for "include = registry" | Volker Lendecke | 1 | -1/+5 |
2008-06-03 | Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ... | Björn Jacke | 1 | -1/+13 |
2008-05-27 | loadparm: fix process_registry_shares() when there is only [global] in registry. | Michael Adam | 1 | -0/+2 |
2008-05-26 | loadarm: fix testparm with "config backend = registry". | Michael Adam | 1 | -2/+3 |
2008-05-15 | loadparm: add funcion lp_load_with_registry_shares(). | Michael Adam | 1 | -0/+15 |
2008-05-15 | loadparm: add call to do_section() to process_registry_service(). | Michael Adam | 1 | -0/+4 |
2008-05-15 | loadparm: add parameter allow_registry_shares to lp_load_ex(). | Michael Adam | 1 | -3/+10 |
2008-05-15 | loadparm: add a function process_registry_shares() | Michael Adam | 1 | -0/+37 |
2008-05-15 | loadparm: refactor processing of service out of process_registry_globals() | Michael Adam | 1 | -8/+23 |
2008-05-15 | loadparm: refactor initalization of registry config out into lp_smbconf_ctx(). | Michael Adam | 1 | -13/+22 |