index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
param
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3/loadparm.c: Change default value for "ldap ssl".
Karolin Seeger
2008-12-17
1
-1
/
+1
*
s3:loadparm: fix copy service error (canonicalize_servicename: NULL source name)
Michael Adam
2008-12-15
1
-1
/
+1
*
s3:loadparm: add service-struct based variants of the free-parameter routines
Michael Adam
2008-12-15
1
-7
/
+46
*
s3:loadparm: rename free_parameters() to free_parameters_by_snum()
Michael Adam
2008-12-15
1
-4
/
+5
*
s3:loadparm: rename free_parameter() to free_one_parameter_by_snum()
Michael Adam
2008-12-15
1
-3
/
+5
*
s3:loadparm: add lp_local_ptr() that operates on a service struct
Michael Adam
2008-12-15
1
-1
/
+13
*
s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()
Michael Adam
2008-12-15
1
-3
/
+3
*
s3:loadparm: fix newly introduced leading whitespaces to tabs
Michael Adam
2008-12-15
1
-2
/
+2
*
s3: Add support for access based share enumeration
Todd Stecher
2008-12-08
1
-0
/
+13
*
Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf
Yasuma Takeda
2008-12-05
1
-1
/
+15
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-4
/
+4
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
1
-4
/
+4
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Samba3: Include util.h header file rather than having custom prototypes.
Jelmer Vernooij
2008-11-01
1
-41
/
+4
*
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
2008-10-18
1
-3
/
+3
*
[s3]loadparm: remove param/params.c which is used no more.
Michael Adam
2008-10-18
1
-590
/
+0
*
[s3]test_lp_load: fix "no talloc stackframe around" message
Michael Adam
2008-10-18
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
2
-6
/
+6
*
Share data_blob implementation.
Jelmer Vernooij
2008-10-12
1
-4
/
+3
*
If you have a large number of cups printers, then scanning for print info can...
Jeremy Allison
2008-10-10
1
-1
/
+1
*
[s3]loadparm: refactor freeing of parameter data out and reduce memleak.
Michael Adam
2008-09-27
1
-35
/
+53
*
[s3]loadparm: in lp_do_parameter() use function lp_local_ptr()
Michael Adam
2008-09-27
1
-3
/
+1
*
[s3]loadparm: remove superfluous talloc context / talloc_stackframe call.
Michael Adam
2008-09-27
1
-5
/
+0
*
[s3]loadparm: refactor setting parametric options in list out
Michael Adam
2008-09-27
1
-52
/
+45
*
[s3]loadparm: fix memory error - free the right param_opt->list in copy_service.
Michael Adam
2008-09-27
1
-1
/
+1
*
[s3]loadparm: refactor freeing of parametric options into free_param_opts().
Michael Adam
2008-09-27
1
-41
/
+34
*
[s3]loadparm: rename process_registry_service() to process_smbconf_service().
Michael Adam
2008-09-27
1
-3
/
+3
*
[s3]loadparm: add a command test_lp_load to test the lp_load function.
Michael Adam
2008-09-27
1
-0
/
+88
*
printing: Rename new parameter "cups timeout" to "cups connection timeout".
Karolin Seeger
2008-09-24
1
-5
/
+5
*
printing: Add new parameter "cups timeout".
Karolin Seeger
2008-09-23
1
-0
/
+13
*
Fix bug #5729. Explicitly allow "-valid".
Jeremy Allison
2008-09-03
1
-1
/
+1
*
Increase the default positive idmap cache time to a week
Volker Lendecke
2008-08-26
1
-1
/
+1
*
loadparm: idmap backend is not depracated any longer.
Karolin Seeger
2008-08-22
1
-1
/
+1
*
Here is a re-working of the winbindd
Jeremy Allison
2008-08-20
1
-0
/
+12
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
1
-0
/
+1
*
idmap rewrite
Volker Lendecke
2008-08-12
1
-14
/
+4
*
loadparm: add two parameters "init logon delay hosts" and "init logon delay"
Michael Adam
2008-08-09
1
-0
/
+24
*
testparm: Display warning if invalid values are used.
Michael Adam
2008-07-30
1
-1
/
+3
*
Sequel to c10aad9f13: Ignore whitespaces in parametric options
Volker Lendecke
2008-07-16
1
-24
/
+7
*
Tiny logic simplification: Remove an indentation by using an early return;
Volker Lendecke
2008-07-16
1
-46
/
+56
*
Remove a silly "typedef struct _param_opt_struct param_opt_struct"
Volker Lendecke
2008-07-16
1
-26
/
+28
*
Fix swat. Bug #5613.
Jeremy Allison
2008-07-15
1
-9
/
+0
*
Revert "Slightly increase the default idmap cache time"
Volker Lendecke
2008-07-11
1
-1
/
+1
*
Slightly increase the default idmap cache time
Volker Lendecke
2008-07-03
1
-1
/
+1
*
Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...
Jeremy Allison
2008-07-03
1
-1
/
+1
*
Fix the build
Volker Lendecke
2008-06-25
1
-1
/
+1
*
make parametic options case insensitive
Andrew Tridgell
2008-06-25
1
-1
/
+1
*
loadparm: use the return value of the special handlers in lp_load().
Michael Adam
2008-06-19
1
-2
/
+2
*
loadparm: don't treat a missing include file as an error in handle_include().
Michael Adam
2008-06-19
1
-1
/
+1
[next]