summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough2007-10-101-0/+2
| | | | (This used to be commit a197b8c5cb02c8a5fac3882e7b76bcd7abb0279c)
* r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()Jim McDonough2007-10-101-0/+2
| | | | (This used to be commit dbc0ff5544f2d15b1d1bc41319c76274b79d92b4)
* r14152: Fix coverity #117: free storage alloc'ed by sstring_subJim McDonough2007-10-101-0/+1
| | | | (This used to be commit cf36f5949f8ac5ea020fcaa796ad92852df25ae7)
* r14150: Fix coverity #118: not freeing alloc'ed storage returned fromJim McDonough2007-10-101-1/+3
| | | | | sstring_sub(). (This used to be commit 6ff849f35ae3394d6557f79c73b0fe54fbb86d0f)
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2007-10-105-48/+1
| | | | | | | over --with-kcm. No time to look after it for the moment. Guenther (This used to be commit 7ec2b31a8790db1466ffafeab533c11ab7ea801a)
* r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.Jim McDonough2007-10-101-4/+8
| | | | | | Need to go back and correct the assumption that an "ldap xxx suffix" parm must have an OU. (This used to be commit 2d7ba11ffbe17af12257a91638be95d09c0c34c5)
* r14146: Just some typos.Günther Deschner2007-10-103-4/+4
| | | | | Guenther (This used to be commit ade86cc787e266850fee982b008a9caf2c8ed7e7)
* r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2007-10-102-2/+16
| | | | | Guenther (This used to be commit 977079a0583497255fbd4a48de52ebd404710b62)
* r14144: allow to set sec_info in rpcclients lsa_query_secobj.Günther Deschner2007-10-101-3/+6
| | | | | Guenther (This used to be commit 18ee669c604b344910308fef81c2544e208ef62c)
* r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough2007-10-101-27/+44
| | | | | make it cleaner. There's still more to do on this... (This used to be commit f75dad0325aec93cc604ddfbef40d29979d07275)
* r14134: Fix Coverity bug # 137Volker Lendecke2007-10-101-1/+7
| | | | (This used to be commit 62e58d939bf3abf71bb19aade57d406e07403bc8)
* r14133: Fix Coverity bug # 140Volker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 5007f53eb54eddff3d13df929d78385d6b158057)
* r14132: Fix Coverity bug # 150.Volker Lendecke2007-10-101-1/+1
| | | | | | | | | Jerry, you might want to check this. Thanks Volker (This used to be commit 9ec671c2f8547482ed08eb17a0fb771ef8fd1e51)
* r14131: Fix Coverity bug # 127Volker Lendecke2007-10-101-1/+3
| | | | (This used to be commit c105bfae2647752b31d8c3b59a0ee80c56f97138)
* r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2007-10-102-92/+3
| | | | | | | already do what we need. Guenther (This used to be commit 773e33c9717ae04f48983ddc49f7619a97523603)
* r14129: Add the group sids from the Kerberos PAC to the user token.Günther Deschner2007-10-101-1/+28
| | | | | Guenther (This used to be commit 1280d79111ae56c6a1b4daf7a1d6d413d1f4df64)
* r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ↵Steve French2007-10-101-0/+1
| | | | | | error path) (This used to be commit 33a1e26114d7dfdfb72e393efa399454a588e11e)
* r14127: Remove coverity warning on mount.cifs.cSteve French2007-10-101-1/+7
| | | | (This used to be commit 2ec51635ae7ba448f18c4c1342a5fd2adb1ec869)
* r14126: resolve two warnings from the coverity scanSteve French2007-10-101-5/+8
| | | | (This used to be commit 32c7243b80f1f06d37511fb87f7a5c715f4847c6)
* r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison2007-10-101-2/+2
| | | | | | trigger coverity checks by testing for NULL. Jeremy. (This used to be commit 6b4484159293d725613249adbfa01472dea1c722)
* r14118: Fix coverity bug #24. Missing return statement meantJeremy Allison2007-10-101-1/+1
| | | | | | a possible NULL ptr deref. Jeremy. (This used to be commit 78ac3f9cbdabc1df9480f75fb3910a3a108a0e91)
* r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison2007-10-101-1/+5
| | | | | Jeremy. (This used to be commit df32eb70a45150e459997c2ae92c865cd0e083f6)
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2007-10-103-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?) (This used to be commit 8dafa45b97020d1aceb027a85e18401c965bf402)
* r14111: Work around additional typedefs in the gamin implementationJames Peach2007-10-102-4/+16
| | | | | of the FAM API. (This used to be commit dc96ce90e50da9a82f941b0b534c0681c8477f5e)
* r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 7d50966d7f783da41dc9303d7c535bc46564cf09)
* r14103: Fix a memleak found by valgrind (!!)Volker Lendecke2007-10-101-0/+1
| | | | (This used to be commit b880602c4c1b13fbb5931b8e00c22209a722e0d5)
* r14102: Fix Coverity bug # 70Volker Lendecke2007-10-101-0/+4
| | | | (This used to be commit 56dc19879c6514cbdd0b1fd186c8bdeb61bf151a)
* r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 1df58c7a00b00242ee3eda09de92335d5dabe9c4)
* r14099: Fix Coverity # 113Volker Lendecke2007-10-101-6/+8
| | | | (This used to be commit db00570535c03360bb2833f070878a33e94306b0)
* r14098: Fix Coverity # 112Volker Lendecke2007-10-101-2/+13
| | | | (This used to be commit 121a350b92dafec8f171a54f4b897c7f81757dd1)
* r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison2007-10-101-1/+5
| | | | | | deref. Jeremy. (This used to be commit 0026fb0b2843271c27e9dc02a32e88d580bebbc3)
* r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison2007-10-101-1/+5
| | | | | Jeremy. (This used to be commit 76c4d5212bcb5f54472c9ceac2368078ebad7a3b)
* r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2007-10-101-6/+9
| | | | | Jeremy. (This used to be commit 7f3ace5481e55ef845da28b9c0613a2ea0de0de4)
* r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2007-10-101-4/+12
| | | | | Jeremy. (This used to be commit 88dd4ab48127bb08fdeb0b5c236020e0b910f0d8)
* r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2007-10-101-1/+1
| | | | (This used to be commit d8e69c18e0d34c99525080b3afaf2778be3a5ec2)
* r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit fc8e1e5c02dd950ed1f8656a5d7ab47fa7ec1ea7)
* r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 617c5805e59dd601b8841251032e3db4d6a64621)
* r14077: fix build breakageGerald Carter2007-10-101-3/+3
| | | | (This used to be commit a40a7f5ea10cf8651cb4334a6623c07fb3dfc565)
* r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner2007-10-101-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 (This used to be commit 200d4566619c58951e22d9543420407b3baf878f)
* r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2007-10-103-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()) (This used to be commit 71d960250d2c6d01096a03e98884d3f9c395baa0)
* r14074: Some cleanup; there is no point in declaring and mappingGünther Deschner2007-10-102-33/+8
| | | | | | | | KRB5KRB_ERR_RESPONSE_TOO_BIG when the krb5 library does not know about this. Guenther (This used to be commit 4a1a3c4808307e09fa8ff85da9a963a4a6f0e9ae)
* r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner2007-10-101-2/+2
| | | | | Guenther (This used to be commit 0167b6cca80492d8a076da0497d24089f78587dc)
* r14061: Some debugging for the new LOGON/ACB-flags.Günther Deschner2007-10-101-0/+9
| | | | | Guenther (This used to be commit 7616317f9f45dfbc453a7687e8b8b6ff57ddb0a3)
* r14060: Only set the last rebind timestamp when we did rebind after a non-readGünther Deschner2007-10-101-2/+21
| | | | | | | | LDAP operation. That way we avoid the replication sleep after a simple redirected search operation Guenther (This used to be commit d236caac211ff45a3e2da73a3b0316194740a722)
* r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.Lars Müller2007-10-101-1/+1
| | | | | | Ignore script/gen-8bit-gap.sh in branches/SAMBA_3_0/source/script as we already do in trunk. (This used to be commit b974b1879c1bded616becb77fa34f071a5f43ecc)
* r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2007-10-104-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. (This used to be commit 7773b8c9e0ad7bcff1312f28ca9cd17d7677e9bd)
* r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough2007-10-101-2/+2
| | | | | users/workstations (This used to be commit 2690f015be1f7eb9802f652810e73ff5f5688304)
* r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller2007-10-103-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. (This used to be commit 730d5ec22948c579a81137051134657043c34415)
* r14051: Add remaining (documented) userAccountControl bits, thanks to LukeGünther Deschner2007-10-101-2/+2
| | | | | | | Howard for pointing this out. Guenther (This used to be commit 170038f4cdfa51ea31b2255a020740d28dfbfba2)
* r14050: Add the ACB_PWEXPIRED bit abartlet has found.Günther Deschner2007-10-101-0/+1
| | | | | Guenther (This used to be commit 5fa3f26b4c39d612243319fc0729078c50439d6b)