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-10-10
r15341: Ok I give up, I've been beaten by bug reports. People
Jeremy Allison
1
-7
/
+40
2007-10-10
r15320: default "passdb expand explicit" to no
Volker Lendecke
1
-1
/
+1
2007-10-10
r15133: in_server is not used anywhere
Volker Lendecke
1
-1
/
+0
2007-10-10
r15112: Move strict locking default to auto. Fix up the error
Jeremy Allison
1
-1
/
+1
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-0
/
+19
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-0
/
+50
2007-10-10
r14923: Return False in the case a parametrical option is not configured in
Lars Müller
1
-3
/
+7
2007-10-10
r14922: Use BOOL for the returned value.
Lars Müller
1
-1
/
+2
2007-10-10
r14869: Allow to dump a paramatrical option.
Lars Müller
1
-1
/
+19
2007-10-10
r14855: Various fixes:
Gerald Carter
1
-1
/
+1
2007-10-10
r14763: Add a new tuning parameter, open files database hash size,
Jeremy Allison
1
-0
/
+4
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
1
-0
/
+5
2007-10-10
r14634: Many bug fixes thanks to train rides and overnight stays in airports
Gerald Carter
1
-2
/
+2
2007-10-10
r14530: removing unused 'winbind max idle children' parameter
Gerald Carter
1
-3
/
+0
2007-10-10
r14255: Revert r14204 which was horribly broken.
James Peach
1
-3
/
+41
2007-10-10
r14207: Convert the lp_acl_compatibility() param into an enum.
James Peach
1
-20
/
+9
2007-10-10
r14204: Remove the basically unused P_GSTRING and P_UGSTRING
James Peach
1
-41
/
+3
2007-10-10
r14018: Coverity error CID #27. Missing return -1 on error condition.
Jeremy Allison
1
-0
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2
-10
/
+8
2007-10-10
r13829: From the "It's not pretty but it works" category
Gerald Carter
1
-0
/
+3
2007-10-10
r13815: "Into the blind world let us now descend,"
Gerald Carter
1
-1
/
+1
2007-10-10
r13794: If you are going to go, go big. That's what I always say.
Gerald Carter
1
-2
/
+2
2007-10-10
r13772: More default changes
Gerald Carter
1
-2
/
+3
2007-10-10
r13736: Don't assume that printf can handle string arguments being NULL. Tidy
James Peach
1
-14
/
+17
2007-10-10
r13610: Patch from Bjoern JACKE <samba@j3e.de>. Don't default to
Jeremy Allison
1
-4
/
+6
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-2
/
+2
2007-10-10
r13513: Changing defaults:
Gerald Carter
1
-16
/
+2
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-6
/
+5
2007-10-10
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
1
-2
/
+0
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
2
-19
/
+698
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-4
/
+13
2007-10-10
r13027: Support file change notifications from FAM.
James Peach
1
-0
/
+4
2007-10-10
r12735: After talking to Tridge and Jeremy... This needs to be made more generic
Volker Lendecke
1
-4
/
+0
2007-10-10
r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...
Volker Lendecke
1
-0
/
+4
2007-10-10
r12415: Forgot newlines.
Günther Deschner
1
-1
/
+1
2007-10-10
r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the role
Günther Deschner
1
-16
/
+23
2007-10-10
r12290: Typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r11999: Re-add "passdb expand explicit".
Volker Lendecke
1
-0
/
+4
2007-10-10
r11909: Implement 'reset on zero vc'. This kills other connections when a ses...
Volker Lendecke
1
-0
/
+4
2007-10-10
r11739: As per Jeremy's request, add a panic action for developers. Now confi...
Volker Lendecke
1
-0
/
+3
2007-10-10
r11734: Remove unused variable
Volker Lendecke
1
-1
/
+0
2007-10-10
r11579: syncing up perf counter code cfrom trunk
Gerald Carter
1
-3
/
+0
2007-10-10
r11494: Finally fix #3192 - remember iDiskfreeCacheTime is
Jeremy Allison
1
-1
/
+1
2007-10-10
r11296: removing unused variable and ifdef'd out code
Gerald Carter
1
-14
/
+0
2007-10-10
r11295: new service hashing code has assumign that the service
Gerald Carter
1
-12
/
+40
2007-10-10
r11269: Ensure the new canonicalize_servicename() is mb safe.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11266: Speed up loading smb.conf for large numbers of share definitions. The...
Volker Lendecke
1
-26
/
+111
2007-10-10
r11190: Fix enhancement request #3192.
Jeremy Allison
1
-4
/
+9
2007-10-10
r11169: removing duplicate 'map read only' entry
Gerald Carter
1
-1
/
+0
2007-10-10
r10979: After discussions on IRC about profile shares,
Jeremy Allison
1
-2
/
+19
[prev]
[next]