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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-spoolss: in spoolss_EnumPrinters r->in.server is a *unique* pointer!
Günther Deschner
2010-02-18
1
-3
/
+5
*
s3-spoolss: more AddPrinter{Ex} checks.
Günther Deschner
2010-02-18
1
-0
/
+18
*
s3-spoolss: add some printer info validation for AddPrinter calls.
Günther Deschner
2010-02-18
1
-0
/
+22
*
s3-modules: fix get_acl_blob in the acl_tdb VFS module.
Günther Deschner
2010-02-18
1
-1
/
+1
*
s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.
Günther Deschner
2010-02-18
1
-2
/
+2
*
Fix bug #7146 - Samba miss-parses authenticated RPC packets.
Jeremy Allison
2010-02-17
4
-138
/
+363
*
Fix bug #6557 - Do not work VFS full_audit
Jeremy Allison
2010-02-17
1
-51
/
+34
*
s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OK
Lars Müller
2010-02-17
1
-1
/
+1
*
s3: let the pam_winbind po files reference the correct location
Lars Müller
2010-02-17
20
-644
/
+644
*
s3: Fix bug 7139
Volker Lendecke
2010-02-17
1
-2
/
+32
*
s3:rpc streamline memory handling
Simo Sorce
2010-02-16
1
-13
/
+5
*
s3: Fix timeout calculation if g_lock_lock is given a timeout < 60s
Volker Lendecke
2010-02-16
1
-1
/
+6
*
s3: Slightly increase parallelism in g_lock
Volker Lendecke
2010-02-16
1
-1
/
+7
*
s3: Avoid starving locks when many processes die at the same time
Volker Lendecke
2010-02-16
1
-6
/
+4
*
s3: Avoid a thundering herd in g_lock_unlock
Volker Lendecke
2010-02-16
1
-1
/
+16
*
s3: Optimize g_lock_lock for a heavily contended case
Volker Lendecke
2010-02-16
1
-3
/
+36
*
s3: Fix handling of processes that died in g_lock
Volker Lendecke
2010-02-16
1
-3
/
+5
*
s3: Fix a typo
Volker Lendecke
2010-02-15
1
-1
/
+1
*
spoolss: disable GetPrinterDriver level 101 (as called by XP).
Günther Deschner
2010-02-15
1
-2
/
+6
*
s3: eventlogadm.c: add -s option to use alternative config file.
Holger Hetterich
2010-02-15
1
-4
/
+15
*
s3: Fix initgroups return check
Peter Watkins
2010-02-14
1
-1
/
+1
*
s3: last part of TYPESAFE_QSORT() conversion
Andrew Tridgell
2010-02-14
3
-6
/
+5
*
s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
2
-12
/
+4
*
s3-rpc: convert wkssvc to use TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
1
-10
/
+4
*
s3-locking: convert brlock to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
1
-3
/
+2
*
s3: convert registry and printing code to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
3
-8
/
+6
*
s3-nmbd: note TODO item for qsort
Andrew Tridgell
2010-02-14
1
-0
/
+2
*
s3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
Andrew Tridgell
2010-02-14
2
-8
/
+6
*
s3-lib: use TYPESAFE_QSORT() in remaining s3 library code
Andrew Tridgell
2010-02-14
3
-3
/
+6
*
s3-libsmb: use TYPESAFE_QSORT() in namequery code
Andrew Tridgell
2010-02-14
1
-14
/
+12
*
s3-lib: use TYPESAFE_QSORT() in s3 interfaces code
Andrew Tridgell
2010-02-14
1
-1
/
+1
*
s3-includes: enable TYPESAFE_QSORT() in s3
Andrew Tridgell
2010-02-14
1
-0
/
+1
*
s3: Fix Coverity ID 629: DEADCODE
Volker Lendecke
2010-02-13
1
-3
/
+0
*
s3: Fix bug 5198 -- parse chfn(1)-change gecos field
Volker Lendecke
2010-02-13
1
-1
/
+34
*
s3: Fix typo found by jhell <jhell@DataIX.net>
Volker Lendecke
2010-02-13
1
-2
/
+2
*
libwbclient: Separate out the async functions
Kai Blin
2010-02-13
1
-5
/
+11
*
s3: Remove unused comparison fn from "struct sorted_tree"
Volker Lendecke
2010-02-13
3
-10
/
+4
*
s3: Make adt_tree data definitions private to adt_tree.c
Volker Lendecke
2010-02-13
2
-16
/
+15
*
s3: SORTED_TREE -> struct sorted_tree
Volker Lendecke
2010-02-13
3
-14
/
+16
*
s3: TREE_NODE -> struct tree_node
Volker Lendecke
2010-02-13
2
-17
/
+23
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-02-13
1
-69
/
+68
*
s3: Fix a C++ warning
Volker Lendecke
2010-02-13
1
-1
/
+1
*
Use sec_initial_uid() in the places where being root doesn't matter,
Jeremy Allison
2010-02-12
5
-5
/
+5
*
Simplify the logic in make_connection_snum(), and make it match Windows behav...
Jeremy Allison
2010-02-12
1
-41
/
+63
*
Fix warning messages on compile in g_lock.c Volker & Michael please check.
Jeremy Allison
2010-02-12
1
-14
/
+4
*
s3/smbd: change locking behavior when "lock spin time = 0".
Steven Danneman
2010-02-12
2
-7
/
+16
*
Remove #if SOFTLINK_OPTIMIZATION code.
Jeremy Allison
2010-02-12
1
-17
/
+0
*
Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...
Jeremy Allison
2010-02-12
1
-16
/
+9
*
Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...
Jeremy Allison
2010-02-12
1
-9
/
+16
*
s3:registry: eliminate race condition in creating/scanning sorted subkeys
Michael Adam
2010-02-12
1
-0
/
+17
[prev]
[next]