index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
param
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]