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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-16
s3: Fix timeout calculation if g_lock_lock is given a timeout < 60s
Volker Lendecke
1
-1
/
+6
2010-02-16
s3: Slightly increase parallelism in g_lock
Volker Lendecke
1
-1
/
+7
2010-02-16
s3: Avoid starving locks when many processes die at the same time
Volker Lendecke
1
-6
/
+4
2010-02-16
s3: Avoid a thundering herd in g_lock_unlock
Volker Lendecke
1
-1
/
+16
2010-02-16
s3: Optimize g_lock_lock for a heavily contended case
Volker Lendecke
1
-3
/
+36
2010-02-16
s3: Fix handling of processes that died in g_lock
Volker Lendecke
1
-3
/
+5
2010-02-15
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-02-15
spoolss: disable GetPrinterDriver level 101 (as called by XP).
Günther Deschner
1
-2
/
+6
2010-02-15
s3: eventlogadm.c: add -s option to use alternative config file.
Holger Hetterich
1
-4
/
+15
2010-02-14
s3: Fix initgroups return check
Peter Watkins
1
-1
/
+1
2010-02-14
s3: last part of TYPESAFE_QSORT() conversion
Andrew Tridgell
3
-6
/
+5
2010-02-14
s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
Andrew Tridgell
2
-12
/
+4
2010-02-14
s3-rpc: convert wkssvc to use TYPESAFE_QSORT()
Andrew Tridgell
1
-10
/
+4
2010-02-14
s3-locking: convert brlock to TYPESAFE_QSORT()
Andrew Tridgell
1
-3
/
+2
2010-02-14
s3: convert registry and printing code to TYPESAFE_QSORT()
Andrew Tridgell
3
-8
/
+6
2010-02-14
s3-nmbd: note TODO item for qsort
Andrew Tridgell
1
-0
/
+2
2010-02-14
s3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
Andrew Tridgell
2
-8
/
+6
2010-02-14
s3-lib: use TYPESAFE_QSORT() in remaining s3 library code
Andrew Tridgell
3
-3
/
+6
2010-02-14
s3-libsmb: use TYPESAFE_QSORT() in namequery code
Andrew Tridgell
1
-14
/
+12
2010-02-14
s3-lib: use TYPESAFE_QSORT() in s3 interfaces code
Andrew Tridgell
1
-1
/
+1
2010-02-14
s3-includes: enable TYPESAFE_QSORT() in s3
Andrew Tridgell
1
-0
/
+1
2010-02-13
s3: Fix Coverity ID 629: DEADCODE
Volker Lendecke
1
-3
/
+0
2010-02-13
s3: Fix bug 5198 -- parse chfn(1)-change gecos field
Volker Lendecke
1
-1
/
+34
2010-02-13
s3: Fix typo found by jhell <jhell@DataIX.net>
Volker Lendecke
1
-2
/
+2
2010-02-13
libwbclient: Separate out the async functions
Kai Blin
1
-5
/
+11
2010-02-13
s3: Remove unused comparison fn from "struct sorted_tree"
Volker Lendecke
3
-10
/
+4
2010-02-13
s3: Make adt_tree data definitions private to adt_tree.c
Volker Lendecke
2
-16
/
+15
2010-02-13
s3: SORTED_TREE -> struct sorted_tree
Volker Lendecke
3
-14
/
+16
2010-02-13
s3: TREE_NODE -> struct tree_node
Volker Lendecke
2
-17
/
+23
2010-02-13
s3: Fix some nonempty blank lines
Volker Lendecke
1
-69
/
+68
2010-02-13
s3: Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2010-02-12
Use sec_initial_uid() in the places where being root doesn't matter,
Jeremy Allison
5
-5
/
+5
2010-02-12
Simplify the logic in make_connection_snum(), and make it match Windows behav...
Jeremy Allison
1
-41
/
+63
2010-02-12
Fix warning messages on compile in g_lock.c Volker & Michael please check.
Jeremy Allison
1
-14
/
+4
2010-02-12
s3/smbd: change locking behavior when "lock spin time = 0".
Steven Danneman
2
-7
/
+16
2010-02-12
Remove #if SOFTLINK_OPTIMIZATION code.
Jeremy Allison
1
-17
/
+0
2010-02-12
Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...
Jeremy Allison
1
-16
/
+9
2010-02-12
Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...
Jeremy Allison
1
-9
/
+16
2010-02-12
s3:registry: eliminate race condition in creating/scanning sorted subkeys
Michael Adam
1
-0
/
+17
2010-02-12
s3:make "net conf addshare" atomic by wrapping all writes in one transaction
Michael Adam
1
-6
/
+36
2010-02-12
s3:g_lock: remove a nested event loop, replacing the inner loop by select
Michael Adam
1
-38
/
+101
2010-02-12
s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connection
Michael Adam
2
-0
/
+7
2010-02-12
s3:g_lock: remove an unreached code path.
Michael Adam
1
-4
/
+0
2010-02-12
s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__
Michael Adam
1
-4
/
+2
2010-02-12
s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.
Michael Adam
1
-5
/
+9
2010-02-12
s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.
Michael Adam
1
-1
/
+1
2010-02-12
s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().
Michael Adam
1
-1
/
+5
2010-02-12
s3:dbwrap_ctdb: fix an uninitialized variable.
Michael Adam
1
-1
/
+1
2010-02-12
s3:dbwrap_ctdb: fix two "may be used uninitialized" warnings
Michael Adam
1
-0
/
+3
2010-02-12
s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.
Michael Adam
1
-1
/
+5
[next]