index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
param
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce stat cache size default
Volker Lendecke
2008-01-09
1
-1
/
+1
*
Change registry_create_admin_token() to return NTSTATUS.
Michael Adam
2008-01-09
1
-3
/
+4
*
Extend a comment.
Michael Adam
2008-01-09
1
-1
/
+3
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-3
/
+2
*
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison
2007-12-27
1
-0
/
+4
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-2
/
+5
*
Fix a C++ warning
Volker Lendecke
2007-12-21
1
-1
/
+1
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-1
/
+5
*
Add a in-memory cache
Volker Lendecke
2007-12-18
1
-3
/
+4
*
Add lp_include_registry_globals().
Günther Deschner
2007-12-12
1
-0
/
+5
*
Remove two completely unnecessary globals
Volker Lendecke
2007-12-10
1
-61
/
+51
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-5
/
+5
*
use dbwrap_rbt in loadparm.c
Volker Lendecke
2007-12-10
1
-4
/
+2
*
Convert ServiceHash to dbwrap
Volker Lendecke
2007-12-10
1
-26
/
+47
*
We don't need P_GSTRING or P_UGSTRING anymore.
Jeremy Allison
2007-12-07
1
-55
/
+0
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-2
/
+18
*
Remove some globals
Volker Lendecke
2007-12-05
1
-2
/
+5
*
Move param helper routines to one place.
Günther Deschner
2007-11-30
1
-0
/
+50
*
Save one extra strdup per lp_string. Use talloc_sub_basic()
Jeremy Allison
2007-11-27
1
-12
/
+14
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-1
/
+1
*
Remove pstring from param/
Jeremy Allison
2007-11-13
1
-94
/
+152
*
Remove the silly "user_socket_options" global variable
Volker Lendecke
2007-11-09
1
-3
/
+3
*
Constrain "min receivefile size" to max of BUFFER_SIZE
Jeremy Allison
2007-11-07
1
-1
/
+8
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
2007-11-01
1
-12
/
+15
|
\
|
*
save memory
Volker Lendecke
2007-11-01
1
-12
/
+15
*
|
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
1
-4
/
+4
|
/
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
1
-0
/
+5
*
Fix two type-punned warnings
Volker Lendecke
2007-10-21
1
-3
/
+3
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
2
-292
/
+291
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-3
/
+9
*
r25564: Pass sharename to delete_share_security()
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...
Michael Adam
2007-10-10
1
-0
/
+4
*
r25049: Set new, more secure defaults for Samba 3.2.
Andrew Bartlett
2007-10-10
1
-4
/
+4
*
r25036: Fix a become/unbecome_root() pair
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-4
/
+0
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-39
/
+5
*
r24639: Add parameter "directory name cache size" - parameterize
Jeremy Allison
2007-10-10
1
-1
/
+8
*
r24636: Raise one debug level, since the callers (that want to do so)
Michael Adam
2007-10-10
1
-1
/
+1
*
r24616: In set_boolean(), only pass the result back to the caller
Michael Adam
2007-10-10
1
-1
/
+2
*
r24602: Add function lp_string_is_valid_boolean() to check if a string
Michael Adam
2007-10-10
1
-2
/
+18
*
r24572: Allow for functions map_parameter_canonical() and is_synonym_of() to
Michael Adam
2007-10-10
1
-11
/
+33
*
r24527: Add a function lp_canonicalize_parameter_with_value that turns
Michael Adam
2007-10-10
1
-0
/
+45
*
r24526: Refactor determiniation of the index of the canonical form of a
Michael Adam
2007-10-10
1
-15
/
+35
*
r24525: Add output of synonym information to show_parameter_list().
Michael Adam
2007-10-10
1
-8
/
+52
*
r24519: Refactor printing of one parameter into a helper function of its own.
Michael Adam
2007-10-10
1
-30
/
+42
*
r24510: Fix logic. Thanks to Volker for the hint!
Michael Adam
2007-10-10
1
-1
/
+1
*
r24495: Add a function lp_canonicalize_parameter: It takes a name of a parameter
Michael Adam
2007-10-10
1
-0
/
+108
*
r24453: Remove the read and write bmpx calls
Volker Lendecke
2007-10-10
1
-4
/
+0
*
r24266: Remove the "open files database hash size" parameter
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r24072: Add "client ldap sasl wrapping" parameter.
Stefan Metzmacher
2007-10-10
1
-1
/
+10
[next]