Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r14118: Fix coverity bug #24. Missing return statement meant | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | a possible NULL ptr deref. Jeremy. | |||||
| * | r14115: Fix coverity bug #23. Don't deref a potentially null ptr. | Jeremy Allison | 2006-03-09 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14112: * fix checks on return code from register_vuid() which could actually | Gerald Carter | 2006-03-09 | 3 | -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 implementation | James Peach | 2006-03-09 | 2 | -4/+16 | |
| | | | | | | | | of the FAM API. | |||||
| * | r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill ! | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14103: Fix a memleak found by valgrind (!!) | Volker Lendecke | 2006-03-09 | 1 | -0/+1 | |
| | | ||||||
| * | r14102: Fix Coverity bug # 70 | Volker Lendecke | 2006-03-09 | 1 | -0/+4 | |
| | | ||||||
| * | r14101: Fix a segfault in trustdom establish, cli is NULL here. | Volker Lendecke | 2006-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | r14099: Fix Coverity # 113 | Volker Lendecke | 2006-03-09 | 1 | -6/+8 | |
| | | ||||||
| * | r14098: Fix Coverity # 112 | Volker Lendecke | 2006-03-09 | 1 | -2/+13 | |
| | | ||||||
| * | r14092: Fix coverity bug #22. Ensure no possible null | Jeremy Allison | 2006-03-09 | 1 | -1/+5 | |
| | | | | | | | | | | deref. Jeremy. | |||||
| * | r14090: Fix coverity bug #21, don't deref potential null. | Jeremy Allison | 2006-03-09 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14088: Fix Coverity bug #20. Don't deref possible null. | Jeremy Allison | 2006-03-09 | 1 | -6/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | r14087: Protect against domain being NULL. Finish Coverity #152. | Jeremy Allison | 2006-03-09 | 1 | -4/+12 | |
| | | | | | | | | Jeremy. | |||||
| * | r14085: Fix coverity bg #152, uninit'ed var. | Jim McDonough | 2006-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | r14083: Fix coverity bug #19. Don't deref possible NULL. | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14080: Fix Coverity bug #18. Ensure non-null before ref. | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14077: fix build breakage | Gerald Carter | 2006-03-09 | 1 | -3/+3 | |
| | | ||||||
| * | r14076: When the backends trusted_domains call comes back with no trusts the | Günther Deschner | 2006-03-09 | 1 | -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 Carter | 2006-03-09 | 3 | -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 mapping | Günther Deschner | 2006-03-09 | 2 | -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 Deschner | 2006-03-09 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r14061: Some debugging for the new LOGON/ACB-flags. | Günther Deschner | 2006-03-09 | 1 | -0/+9 | |
| | | | | | | | | Guenther | |||||
| * | r14060: Only set the last rebind timestamp when we did rebind after a non-read | Günther Deschner | 2006-03-09 | 1 | -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üller | 2006-03-08 | 1 | -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 have | Lars Müller | 2006-03-08 | 4 | -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 for | Jim McDonough | 2006-03-08 | 1 | -2/+2 | |
| | | | | | | | | users/workstations | |||||
| * | r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now. | Lars Müller | 2006-03-08 | 3 | -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 Luke | Günther Deschner | 2006-03-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Howard for pointing this out. Guenther | |||||
| * | r14050: Add the ACB_PWEXPIRED bit abartlet has found. | Günther Deschner | 2006-03-08 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | r14049: Found some more MSV1_0 bits and their behaviour; | Günther Deschner | 2006-03-08 | 1 | -2/+14 | |
| | | | | | | | | | | | | just for documentation purpose. Guenther | |||||
| * | r14047: Coverity fix #17. Ensure srv_name and info cannot | Jeremy Allison | 2006-03-08 | 1 | -0/+4 | |
| | | | | | | | | | | be zero before deref. Jeremy. | |||||
| * | r14045: Coverity fix #14. Ensure if len is set buf != NULL. | Jeremy Allison | 2006-03-08 | 1 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14043: After discussion with Jerry revert part of the | Jeremy Allison | 2006-03-08 | 1 | -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 Carter | 2006-03-08 | 1 | -0/+4 | |
| | | | | | | | | NT_USER_TOKEN* | |||||
| * | r14036: Ok, the last one generated a const warning. Also fix Coverity # 119. | Volker Lendecke | 2006-03-08 | 1 | -6/+13 | |
| | | | | | | | | | | | | net rpc vampire is ugly.... Volker | |||||
| * | r14035: Fix Coverity bug # 124 | Volker Lendecke | 2006-03-08 | 1 | -0/+1 | |
| | | ||||||
| * | r14034: Fix Coverity id # 125. | Volker Lendecke | 2006-03-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | Jeremy, you might want to take a look here. Volker | |||||
| * | r14033: Fix Coverity bug # 126 | Volker Lendecke | 2006-03-08 | 1 | -0/+1 | |
| | | ||||||
| * | r14031: Coverity bug CID #110. Free all resources correctly | Jeremy Allison | 2006-03-08 | 1 | -0/+2 | |
| | | | | | | | | | | on pipe initialization failure. Jeremy. | |||||
| * | r14030: Fix resource leak in error codepath. Coverity CID #64. | Jeremy Allison | 2006-03-08 | 1 | -2/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | r14026: Fix resource leak on error exit. Coverity CID #65. | Jeremy Allison | 2006-03-08 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r14025: Remove unused code. When we want to export samsync, we better first port | Volker Lendecke | 2006-03-08 | 1 | -80/+0 | |
| | | | | | | | | | | | | | | | | pidl... Fix Coverity # 15. Volker | |||||
| * | r14023: My last bug fix still left a potential null deref. | Jeremy Allison | 2006-03-08 | 1 | -8/+9 | |
| | | | | | | | | | | C- "must try harder" :-). Jeremy. | |||||
| * | r14022: Fix Coverity bug # 92 | Volker Lendecke | 2006-03-08 | 1 | -0/+1 | |
| | | ||||||
| * | r14020: Coverity bug CID #66. Missing free on error exit. | Jeremy Allison | 2006-03-08 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r14018: Coverity error CID #27. Missing return -1 on error condition. | Jeremy Allison | 2006-03-08 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14017: Okay, okay, I have turned a double-free into dead code :-) | Volker Lendecke | 2006-03-08 | 1 | -2/+0 | |
| | | | | | | | | | | | | Fix Coverity # 214. Volker | |||||
| * | r14014: Coverity paranoia. Shut it up by making the guarentee | Jeremy Allison | 2006-03-08 | 1 | -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 Allison | 2006-03-08 | 1 | -1/+3 | |
| | | | | | | | | Jeremy. |