summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r14144: allow to set sec_info in rpcclients lsa_query_secobj.Günther Deschner2006-03-101-3/+6
| | | | | | | | Guenther
| * r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough2006-03-101-27/+44
| | | | | | | | make it cleaner. There's still more to do on this...
| * r14134: Fix Coverity bug # 137Volker Lendecke2006-03-101-1/+7
| |
| * r14133: Fix Coverity bug # 140Volker Lendecke2006-03-101-2/+2
| |
| * r14132: Fix Coverity bug # 150.Volker Lendecke2006-03-101-1/+1
| | | | | | | | | | | | | | | | Jerry, you might want to check this. Thanks Volker
| * r14131: Fix Coverity bug # 127Volker Lendecke2006-03-101-1/+3
| |
| * r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2006-03-102-92/+3
| | | | | | | | | | | | already do what we need. Guenther
| * r14129: Add the group sids from the Kerberos PAC to the user token.Günther Deschner2006-03-101-1/+28
| | | | | | | | Guenther
| * r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ↵Steve French2006-03-101-0/+1
| | | | | | | | error path)
| * r14127: Remove coverity warning on mount.cifs.cSteve French2006-03-101-1/+7
| |
| * r14126: resolve two warnings from the coverity scanSteve French2006-03-101-5/+8
| |
| * r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison2006-03-091-2/+2
| | | | | | | | | | trigger coverity checks by testing for NULL. Jeremy.
| * 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