summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14132: Fix Coverity bug # 150.Volker Lendecke1-1/+1
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
2007-10-10r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2-92/+3
2007-10-10r14129: Add the group sids from the Kerberos PAC to the user token.Günther Deschner1-1/+28
2007-10-10r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ...Steve French1-0/+1
2007-10-10r14127: Remove coverity warning on mount.cifs.cSteve French1-1/+7
2007-10-10r14126: resolve two warnings from the coverity scanSteve French1-5/+8
2007-10-10r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison1-2/+2
2007-10-10r14118: Fix coverity bug #24. Missing return statement meantJeremy Allison1-1/+1
2007-10-10r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison1-1/+5
2007-10-10r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter3-7/+20
2007-10-10r14111: Work around additional typedefs in the gamin implementationJames Peach2-4/+16
2007-10-10r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !Jeremy Allison1-1/+1
2007-10-10r14103: Fix a memleak found by valgrind (!!)Volker Lendecke1-0/+1
2007-10-10r14102: Fix Coverity bug # 70Volker Lendecke1-0/+4
2007-10-10r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke1-1/+1
2007-10-10r14099: Fix Coverity # 113Volker Lendecke1-6/+8
2007-10-10r14098: Fix Coverity # 112Volker Lendecke1-2/+13
2007-10-10r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison1-1/+5
2007-10-10r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison1-1/+5
2007-10-10r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison1-6/+9
2007-10-10r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison1-4/+12
2007-10-10r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough1-1/+1
2007-10-10r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison1-1/+1
2007-10-10r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison1-1/+1
2007-10-10r14077: fix build breakageGerald Carter1-3/+3
2007-10-10r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner1-1/+9
2007-10-10r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter3-215/+166
2007-10-10r14074: Some cleanup; there is no point in declaring and mappingGünther Deschner2-33/+8
2007-10-10r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner1-2/+2
2007-10-10r14061: Some debugging for the new LOGON/ACB-flags.Günther Deschner1-0/+9
2007-10-10r14060: Only set the last rebind timestamp when we did rebind after a non-readGünther Deschner1-2/+21
2007-10-10r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.Lars Müller1-1/+1
2007-10-10r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller4-14/+19
2007-10-10r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough1-2/+2
2007-10-10r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller3-17/+17
2007-10-10r14051: Add remaining (documented) userAccountControl bits, thanks to LukeGünther Deschner1-2/+2
2007-10-10r14050: Add the ACB_PWEXPIRED bit abartlet has found.Günther Deschner1-0/+1
2007-10-10r14049: Found some more MSV1_0 bits and their behaviour;Günther Deschner1-2/+14
2007-10-10r14047: Coverity fix #17. Ensure srv_name and info cannotJeremy Allison1-0/+4
2007-10-10r14045: Coverity fix #14. Ensure if len is set buf != NULL.Jeremy Allison1-0/+5
2007-10-10r14043: After discussion with Jerry revert part of theJeremy Allison1-26/+15
2007-10-10r14042: check that create_local_nt_token() succeeds before dereferncing the N...Gerald Carter1-0/+4
2007-10-10r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.Volker Lendecke1-6/+13
2007-10-10r14035: Fix Coverity bug # 124Volker Lendecke1-0/+1
2007-10-10r14034: Fix Coverity id # 125.Volker Lendecke1-0/+2
2007-10-10r14033: Fix Coverity bug # 126Volker Lendecke1-0/+1
2007-10-10r14031: Coverity bug CID #110. Free all resources correctlyJeremy Allison1-0/+2
2007-10-10r14030: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison1-2/+6
2007-10-10r14026: Fix resource leak on error exit. Coverity CID #65.Jeremy Allison1-0/+2