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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14098: Fix Coverity # 112
Volker Lendecke
1
-2
/
+13
2007-10-10
r14092: Fix coverity bug #22. Ensure no possible null
Jeremy Allison
1
-1
/
+5
2007-10-10
r14090: Fix coverity bug #21, don't deref potential null.
Jeremy Allison
1
-1
/
+5
2007-10-10
r14088: Fix Coverity bug #20. Don't deref possible null.
Jeremy Allison
1
-6
/
+9
2007-10-10
r14087: Protect against domain being NULL. Finish Coverity #152.
Jeremy Allison
1
-4
/
+12
2007-10-10
r14085: Fix coverity bg #152, uninit'ed var.
Jim McDonough
1
-1
/
+1
2007-10-10
r14083: Fix coverity bug #19. Don't deref possible NULL.
Jeremy Allison
1
-1
/
+1
2007-10-10
r14080: Fix Coverity bug #18. Ensure non-null before ref.
Jeremy Allison
1
-1
/
+1
2007-10-10
r14077: fix build breakage
Gerald Carter
1
-3
/
+3
2007-10-10
r14076: When the backends trusted_domains call comes back with no trusts the
Günther Deschner
1
-1
/
+9
2007-10-10
r14075: * add support for long variable names in smb.conf in the form of %(....)
Gerald Carter
3
-215
/
+166
2007-10-10
r14074: Some cleanup; there is no point in declaring and mapping
Günther Deschner
2
-33
/
+8
2007-10-10
r14062: Forgot those in the uint16/32 acb_info switch.
Günther Deschner
1
-2
/
+2
2007-10-10
r14061: Some debugging for the new LOGON/ACB-flags.
Günther Deschner
1
-0
/
+9
2007-10-10
r14060: Only set the last rebind timestamp when we did rebind after a non-read
Günther Deschner
1
-2
/
+21
2007-10-10
r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.
Lars Müller
1
-1
/
+1
2007-10-10
r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we have
Lars Müller
4
-14
/
+19
2007-10-10
r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path for
Jim McDonough
1
-2
/
+2
2007-10-10
r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.
Lars Müller
3
-17
/
+17
2007-10-10
r14051: Add remaining (documented) userAccountControl bits, thanks to Luke
Günther Deschner
1
-2
/
+2
2007-10-10
r14050: Add the ACB_PWEXPIRED bit abartlet has found.
Günther Deschner
1
-0
/
+1
2007-10-10
r14049: Found some more MSV1_0 bits and their behaviour;
Günther Deschner
1
-2
/
+14
2007-10-10
r14047: Coverity fix #17. Ensure srv_name and info cannot
Jeremy Allison
1
-0
/
+4
2007-10-10
r14045: Coverity fix #14. Ensure if len is set buf != NULL.
Jeremy Allison
1
-0
/
+5
2007-10-10
r14043: After discussion with Jerry revert part of the
Jeremy Allison
1
-26
/
+15
2007-10-10
r14042: check that create_local_nt_token() succeeds before dereferncing the N...
Gerald Carter
1
-0
/
+4
2007-10-10
r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.
Volker Lendecke
1
-6
/
+13
2007-10-10
r14035: Fix Coverity bug # 124
Volker Lendecke
1
-0
/
+1
2007-10-10
r14034: Fix Coverity id # 125.
Volker Lendecke
1
-0
/
+2
2007-10-10
r14033: Fix Coverity bug # 126
Volker Lendecke
1
-0
/
+1
2007-10-10
r14031: Coverity bug CID #110. Free all resources correctly
Jeremy Allison
1
-0
/
+2
2007-10-10
r14030: Fix resource leak in error codepath. Coverity CID #64.
Jeremy Allison
1
-2
/
+6
2007-10-10
r14026: Fix resource leak on error exit. Coverity CID #65.
Jeremy Allison
1
-0
/
+2
2007-10-10
r14025: Remove unused code. When we want to export samsync, we better first port
Volker Lendecke
1
-80
/
+0
2007-10-10
r14023: My last bug fix still left a potential null deref.
Jeremy Allison
1
-8
/
+9
2007-10-10
r14022: Fix Coverity bug # 92
Volker Lendecke
1
-0
/
+1
2007-10-10
r14020: Coverity bug CID #66. Missing free on error exit.
Jeremy Allison
1
-1
/
+4
2007-10-10
r14018: Coverity error CID #27. Missing return -1 on error condition.
Jeremy Allison
1
-0
/
+1
2007-10-10
r14017: Okay, okay, I have turned a double-free into dead code :-)
Volker Lendecke
1
-2
/
+0
2007-10-10
r14014: Coverity paranoia. Shut it up by making the guarentee
Jeremy Allison
1
-2
/
+7
2007-10-10
r14009: Remove last const warning (have to use CONST_DISCARD).
Jeremy Allison
1
-1
/
+3
2007-10-10
r14007: Coverity bug CID #197. Don't compare against 0, we
Jeremy Allison
1
-1
/
+1
2007-10-10
r14006: Fix a couple of irritating warnings.
Jeremy Allison
1
-2
/
+2
2007-10-10
r14003: Clarify code that lead to Coverity report #13.
Jeremy Allison
2
-13
/
+16
2007-10-10
r14002: Quick fix for Coverity CID #12.
Jeremy Allison
1
-0
/
+4
2007-10-10
r13999: Quick fix for Coverity bug #11.
Jeremy Allison
1
-1
/
+7
2007-10-10
r13997: Prefix $prefix by default even to rootsbindir as we else run in trouble
Lars Müller
1
-2
/
+2
2007-10-10
r13994: Belt and braces - ensure RPC_BUFFER is valid.
Jeremy Allison
1
-44
/
+75
2007-10-10
r13991: Fix Coverity bug # 69
Volker Lendecke
1
-0
/
+1
2007-10-10
r13989: Fix for Coverity bug #45 and associated spoolss RPC_BUFFER
Jeremy Allison
1
-7
/
+22
[next]