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
2007-12-07
We don't need P_GSTRING or P_UGSTRING anymore.
Jeremy Allison
1
-55
/
+0
2007-12-07
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
1
-2
/
+18
2007-12-05
Remove some globals
Volker Lendecke
1
-2
/
+5
2007-11-30
Move param helper routines to one place.
Günther Deschner
1
-0
/
+50
2007-11-27
Save one extra strdup per lp_string. Use talloc_sub_basic()
Jeremy Allison
1
-12
/
+14
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-1
/
+1
2007-11-13
Remove pstring from param/
Jeremy Allison
1
-94
/
+152
2007-11-09
Remove the silly "user_socket_options" global variable
Volker Lendecke
1
-3
/
+3
2007-11-07
Constrain "min receivefile size" to max of BUFFER_SIZE
Jeremy Allison
1
-1
/
+8
2007-11-01
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
1
-12
/
+15
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-4
/
+4
2007-11-01
save memory
Volker Lendecke
1
-12
/
+15
2007-10-30
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
1
-0
/
+5
2007-10-21
Fix two type-punned warnings
Volker Lendecke
1
-3
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2
-292
/
+291
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-3
/
+9
2007-10-10
r25564: Pass sharename to delete_share_security()
Volker Lendecke
1
-2
/
+2
2007-10-10
r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...
Michael Adam
1
-0
/
+4
2007-10-10
r25049: Set new, more secure defaults for Samba 3.2.
Andrew Bartlett
1
-4
/
+4
2007-10-10
r25036: Fix a become/unbecome_root() pair
Volker Lendecke
1
-1
/
+1
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-4
/
+0
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-39
/
+5
2007-10-10
r24639: Add parameter "directory name cache size" - parameterize
Jeremy Allison
1
-1
/
+8
2007-10-10
r24636: Raise one debug level, since the callers (that want to do so)
Michael Adam
1
-1
/
+1
2007-10-10
r24616: In set_boolean(), only pass the result back to the caller
Michael Adam
1
-1
/
+2
2007-10-10
r24602: Add function lp_string_is_valid_boolean() to check if a string
Michael Adam
1
-2
/
+18
2007-10-10
r24572: Allow for functions map_parameter_canonical() and is_synonym_of() to
Michael Adam
1
-11
/
+33
2007-10-10
r24527: Add a function lp_canonicalize_parameter_with_value that turns
Michael Adam
1
-0
/
+45
2007-10-10
r24526: Refactor determiniation of the index of the canonical form of a
Michael Adam
1
-15
/
+35
2007-10-10
r24525: Add output of synonym information to show_parameter_list().
Michael Adam
1
-8
/
+52
2007-10-10
r24519: Refactor printing of one parameter into a helper function of its own.
Michael Adam
1
-30
/
+42
2007-10-10
r24510: Fix logic. Thanks to Volker for the hint!
Michael Adam
1
-1
/
+1
2007-10-10
r24495: Add a function lp_canonicalize_parameter: It takes a name of a parameter
Michael Adam
1
-0
/
+108
2007-10-10
r24453: Remove the read and write bmpx calls
Volker Lendecke
1
-4
/
+0
2007-10-10
r24266: Remove the "open files database hash size" parameter
Volker Lendecke
1
-1
/
+0
2007-10-10
r24072: Add "client ldap sasl wrapping" parameter.
Stefan Metzmacher
1
-1
/
+10
2007-10-10
r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2
-2
/
+2
2007-10-10
r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.
Michael Adam
1
-1
/
+1
2007-10-10
r23657: Prevent setting of a global option in a share definition
Michael Adam
1
-0
/
+18
2007-10-10
r23656: Add initial checking of the validity of a paramter
Michael Adam
1
-0
/
+12
2007-10-10
r23641: Put check for forbidden values in smbconf into a function.
Michael Adam
1
-4
/
+1
2007-10-10
r23592: Change a debuglevel to not clutter output when calling
Michael Adam
1
-1
/
+1
2007-10-10
r23579: Up to now, the "allparameters" argument to lp_next_parameter was
Michael Adam
1
-0
/
+3
2007-10-10
r23575: Fix a segfault when lp_load is called before init_registry.
Michael Adam
1
-0
/
+2
2007-10-10
r23553: Also ignore "lock directory" in registry global options.
Michael Adam
1
-2
/
+5
2007-10-10
r23552: Use proper comparison function an fix logic.
Michael Adam
1
-1
/
+1
2007-10-10
r23548: Fix comments.
Michael Adam
1
-3
/
+3
[next]