summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r14118: Fix coverity bug #24. Missing return statement meantJeremy Allison2006-03-091-1/+1
| | | | | | | | | | a possible NULL ptr deref. Jeremy.
| * r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison2006-03-091-1/+5
| | | | | | | | Jeremy.
| * r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2006-03-093-7/+20
| | | | | | | | | | | | | | fail and we would still return success in the SMBsesssetup reply :-( * Make sure to create the local token for the server_fino struct in reply_spnego_kerberos() so that register_vuid() does not fail. (how did this ever work?)
| * r14111: Work around additional typedefs in the gamin implementationJames Peach2006-03-092-4/+16
| | | | | | | | of the FAM API.
| * r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !Jeremy Allison2006-03-091-1/+1
| | | | | | | | Jeremy.
| * r14103: Fix a memleak found by valgrind (!!)Volker Lendecke2006-03-091-0/+1
| |
| * r14102: Fix Coverity bug # 70Volker Lendecke2006-03-091-0/+4
| |
| * r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke2006-03-091-1/+1
| |
| * r14099: Fix Coverity # 113Volker Lendecke2006-03-091-6/+8
| |
| * r14098: Fix Coverity # 112Volker Lendecke2006-03-091-2/+13
| |
| * r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison2006-03-091-1/+5
| | | | | | | | | | deref. Jeremy.
| * r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison2006-03-091-1/+5
| | | | | | | | Jeremy.
| * r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2006-03-091-6/+9
| | | | | | | | Jeremy.
| * r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2006-03-091-4/+12
| | | | | | | | Jeremy.
| * r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2006-03-091-1/+1
| |
| * r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison2006-03-091-1/+1
| | | | | | | | Jeremy.
| * r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison2006-03-091-1/+1
| | | | | | | | Jeremy.
| * r14077: fix build breakageGerald Carter2006-03-091-3/+3
| |
| * r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner2006-03-091-1/+9
| | | | | | | | | | | | | | | | NTSTATUS code will be NT_STATUS_NO_MORE_ENTRIES. In that case store NT_STATUS_OK in the centry so that the entry does not automatically deleted upon startup or invalidated upon next query. Guenther
| * r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2006-03-093-215/+166
| | | | | | | | | | | | | | | | * add support for %(DomainSID) * replace standard_sub_XXX() functions with wrappers around their alloc_sub_XXX() counterparts * add support for using SIDs in read list, et. al. (anything that is checked by nt_token_contains_name_in_list())
| * r14074: Some cleanup; there is no point in declaring and mappingGünther Deschner2006-03-092-33/+8
| | | | | | | | | | | | | | KRB5KRB_ERR_RESPONSE_TOO_BIG when the krb5 library does not know about this. Guenther
| * r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner2006-03-091-2/+2
| | | | | | | | Guenther
| * r14061: Some debugging for the new LOGON/ACB-flags.Günther Deschner2006-03-091-0/+9
| | | | | | | | Guenther
| * r14060: Only set the last rebind timestamp when we did rebind after a non-readGünther Deschner2006-03-091-2/+21
| | | | | | | | | | | | | | LDAP operation. That way we avoid the replication sleep after a simple redirected search operation Guenther
| * r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.Lars Müller2006-03-081-1/+1
| | | | | | | | | | Ignore script/gen-8bit-gap.sh in branches/SAMBA_3_0/source/script as we already do in trunk.
| * r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2006-03-084-14/+19
| | | | | | | | | | | | | | to substitute rootsbindir in {,un}installbin.sh.in. Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by default is $prefix/sbin.
| * r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough2006-03-081-2/+2
| | | | | | | | users/workstations
| * r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller2006-03-083-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release to give external projects - like samba-vscan project - time to adopt this change. BASEDIR is non of the default autoconf variables. prefix is. Jerry1: If possible please announce this with the next release. I'll self reply to technical. Jerry2: This does not break your makepkg stuff as you set BASEDIR _not_ from the Makefile.
| * r14051: Add remaining (documented) userAccountControl bits, thanks to LukeGünther Deschner2006-03-081-2/+2
| | | | | | | | | | | | Howard for pointing this out. Guenther
| * r14050: Add the ACB_PWEXPIRED bit abartlet has found.Günther Deschner2006-03-081-0/+1
| | | | | | | | Guenther
| * r14049: Found some more MSV1_0 bits and their behaviour; Günther Deschner2006-03-081-2/+14
| | | | | | | | | | | | just for documentation purpose. Guenther
| * r14047: Coverity fix #17. Ensure srv_name and info cannotJeremy Allison2006-03-081-0/+4
| | | | | | | | | | be zero before deref. Jeremy.
| * r14045: Coverity fix #14. Ensure if len is set buf != NULL.Jeremy Allison2006-03-081-0/+5
| | | | | | | | Jeremy.
| * r14043: After discussion with Jerry revert part of theJeremy Allison2006-03-081-26/+15
| | | | | | | | | | | | | | | | Coverity null-ref patch - put prs_rpcbuffer_p back to the way it was (with an additional coverity paranoia check) - move the real test into rpcbuf_alloc_size instead. Jeremy.
| * r14042: check that create_local_nt_token() succeeds before dereferncing the ↵Gerald Carter2006-03-081-0/+4
| | | | | | | | NT_USER_TOKEN*
| * r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.Volker Lendecke2006-03-081-6/+13
| | | | | | | | | | | | net rpc vampire is ugly.... Volker
| * r14035: Fix Coverity bug # 124Volker Lendecke2006-03-081-0/+1
| |
| * r14034: Fix Coverity id # 125.Volker Lendecke2006-03-081-0/+2
| | | | | | | | | | | | Jeremy, you might want to take a look here. Volker
| * r14033: Fix Coverity bug # 126Volker Lendecke2006-03-081-0/+1
| |
| * r14031: Coverity bug CID #110. Free all resources correctlyJeremy Allison2006-03-081-0/+2
| | | | | | | | | | on pipe initialization failure. Jeremy.
| * r14030: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison2006-03-081-2/+6
| | | | | | | | Jeremy.
| * r14026: Fix resource leak on error exit. Coverity CID #65.Jeremy Allison2006-03-081-0/+2
| | | | | | | | Jeremy.
| * r14025: Remove unused code. When we want to export samsync, we better first portVolker Lendecke2006-03-081-80/+0
| | | | | | | | | | | | | | | | pidl... Fix Coverity # 15. Volker
| * r14023: My last bug fix still left a potential null deref.Jeremy Allison2006-03-081-8/+9
| | | | | | | | | | C- "must try harder" :-). Jeremy.
| * r14022: Fix Coverity bug # 92Volker Lendecke2006-03-081-0/+1
| |
| * r14020: Coverity bug CID #66. Missing free on error exit.Jeremy Allison2006-03-081-1/+4
| | | | | | | | Jeremy.
| * r14018: Coverity error CID #27. Missing return -1 on error condition.Jeremy Allison2006-03-081-0/+1
| | | | | | | | Jeremy.
| * r14017: Okay, okay, I have turned a double-free into dead code :-)Volker Lendecke2006-03-081-2/+0
| | | | | | | | | | | | Fix Coverity # 214. Volker
| * r14014: Coverity paranoia. Shut it up by making the guarenteeJeremy Allison2006-03-081-2/+7
| | | | | | | | | | in the code explicit - but this was a false positive (CID #16). Jeremy.
| * r14009: Remove last const warning (have to use CONST_DISCARD).Jeremy Allison2006-03-081-1/+3
| | | | | | | | Jeremy.