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
2007-10-10
r12953: Support the TCP_FASTACK socket option if it is available. Note that t...
James Peach
1
-0
/
+3
2007-10-10
r12951: Tell the MIPSPro compiler to push DEBUG calls out of line.
James Peach
1
-0
/
+6
2007-10-10
r12946: fix a segfault in nmbd when 'wins support = yes' caused by double free
Gerald Carter
1
-3
/
+5
2007-10-10
r12938: Fix for #3408 (change password fails) from William Jojo <jojowil@hvcc...
Jeremy Allison
1
-3
/
+7
2007-10-10
r12936: Fix bug #3264.
Lars Müller
1
-0
/
+6
2007-10-10
r12935: After discussion with Volker fix bug #3397 using a variant of the pat...
Alexander Bokovoy
4
-2
/
+113
2007-10-10
r12922: Fix typo.
Jeremy Allison
1
-1
/
+1
2007-10-10
r12920: Fix for #3401 from Andrew Bartlett. Original fix from
Jeremy Allison
1
-0
/
+5
2007-10-10
r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ...
Gerald Carter
2
-8
/
+4
2007-10-10
r12915: protect against changing the SCM security descriptor
Gerald Carter
1
-0
/
+5
2007-10-10
r12914: adding query/set ops for security descriptors on services.
Gerald Carter
5
-3
/
+324
2007-10-10
r12913: missed merge to fix BUG 3391; ensure we can lookup account policies
Gerald Carter
1
-2
/
+5
2007-10-10
r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...
Gerald Carter
2
-1
/
+7
2007-10-10
r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad".
Günther Deschner
3
-7
/
+6
2007-10-10
r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL.
Günther Deschner
1
-1
/
+1
2007-10-10
r12900: Merge from trunk:
Günther Deschner
2
-1
/
+45
2007-10-10
r12889: BUG 3380: fix crash when changing printer drivers caused by accessing...
Gerald Carter
1
-0
/
+2
2007-10-10
r12885: Oops. Missed last part of correct patch for #3348.
Jeremy Allison
1
-1
/
+0
2007-10-10
r12878: Don't use non-static array initialisers.
James Peach
1
-1
/
+2
2007-10-10
r12877: Stop passing structs around in smb messages, instead
Jeremy Allison
8
-75
/
+245
2007-10-10
r12871: Merge Volkers rev 12667 from trunk as his analysis hit the nail on the
Lars Müller
1
-1
/
+1
2007-10-10
r12870: fixing net rpc registry enumerate from overwritnig the open subkey ha...
Gerald Carter
1
-1
/
+0
2007-10-10
r12855: Remove erroneous commenting out of valgrind fix.
Jeremy Allison
1
-1
/
+1
2007-10-10
r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).
Günther Deschner
2
-6
/
+20
2007-10-10
r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.
Volker Lendecke
1
-1
/
+9
2007-10-10
r12837: - configure check for Tru64 EA functions (not yet implemented)
Volker Lendecke
1
-11
/
+23
2007-10-10
r12802: Fix for bugzilla #3389 from William Jojo. This fixes failures on AIX in
Tim Potter
1
-1
/
+1
2007-10-10
r12794: BUG 3340: patch from William JoJo <jojowil@hvcc.edu> to fix automatic...
Gerald Carter
1
-1
/
+1
2007-10-10
r12788: Since we have agreed on the case of winbindd names, we can store a
Günther Deschner
1
-2
/
+5
2007-10-10
r12787: Revert last commit that removed our logic of memorizing negative
Günther Deschner
1
-3
/
+1
2007-10-10
r12781: Support the level parameter for lsa_lookupsids.
Volker Lendecke
1
-0
/
+2
2007-10-10
r12771: Apply patch from bug 3374, attempt to fix build on tru64.
Volker Lendecke
2
-0
/
+5
2007-10-10
r12760: Fix bug 3384
Volker Lendecke
1
-0
/
+30
2007-10-10
r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500
Derrell Lipman
1
-5
/
+1
2007-10-10
r12742: Don't write null sid mappings into the winbindd_cache.tdb.
Günther Deschner
1
-1
/
+3
2007-10-10
r12735: After talking to Tridge and Jeremy... This needs to be made more generic
Volker Lendecke
7
-209
/
+7
2007-10-10
r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...
Volker Lendecke
7
-7
/
+209
2007-10-10
r12714: Fix segfault in pdb_nds.c.
Günther Deschner
2
-5
/
+5
2007-10-10
r12713: Remove use of uint8_t -> uint8.
Jeremy Allison
4
-11
/
+11
2007-10-10
r12678: One more
Volker Lendecke
1
-0
/
+2
2007-10-10
r12663: Fix a memleak
Volker Lendecke
1
-0
/
+4
2007-10-10
r12660: Happy New Year!
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12653: Patch from SATOH Fumiyasu <fumiyas@miraclelinux.com>
Jeremy Allison
1
-2
/
+7
2007-10-10
r12645: Fix some memleaks. This will also be in the trunk checkin that comes ...
Volker Lendecke
1
-0
/
+9
2007-10-10
r12603: NO, I'm not claiming maintainership of this.
Volker Lendecke
1
-7
/
+6
2007-10-10
r12581: And another one :-)
Volker Lendecke
1
-0
/
+2
2007-10-10
r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500
Derrell Lipman
1
-1
/
+9
2007-10-10
r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500
Derrell Lipman
2
-7
/
+41
2007-10-10
r12570: r12084@cabra: derrell | 2005-12-29 10:05:16 -0500
Derrell Lipman
1
-25
/
+56
2007-10-10
r12569: r12083@cabra: derrell | 2005-12-29 09:39:45 -0500
Derrell Lipman
1
-255
/
+526
[next]