Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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. | |||||
| * | r14007: Coverity bug CID #197. Don't compare against 0, we | Jeremy Allison | 2006-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | mean the ttl instead. Jeremy. | |||||
| * | r14006: Fix a couple of irritating warnings. | Jeremy Allison | 2006-03-08 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r14003: Clarify code that lead to Coverity report #13. | Jeremy Allison | 2006-03-08 | 2 | -13/+16 | |
| | | | | | | | | | | Not a bug, but better to remove false positives. Jeremy. | |||||
| * | r14002: Quick fix for Coverity CID #12. | Jeremy Allison | 2006-03-08 | 1 | -0/+4 | |
| | | | | | | | | Jeremy | |||||
| * | r13999: Quick fix for Coverity bug #11. | Jeremy Allison | 2006-03-08 | 1 | -1/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r13997: Prefix $prefix by default even to rootsbindir as we else run in trouble | Lars Müller | 2006-03-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | if we use ./configure --prefix=dir && make install Vendors might use ./configure --with-rootsbindir=/sbin && make DESTDIR=/var/tmp/samba/ install if they use a buildroot. Thanks to Björn Jacke for pointing me at the stderr output of the build farm. | |||||
| * | r13994: Belt and braces - ensure RPC_BUFFER is valid. | Jeremy Allison | 2006-03-07 | 1 | -44/+75 | |
| | | | | | | | | Jeremy. | |||||
| * | r13991: Fix Coverity bug # 69 | Volker Lendecke | 2006-03-07 | 1 | -0/+1 | |
| | | ||||||
| * | r13989: Fix for Coverity bug #45 and associated spoolss RPC_BUFFER | Jeremy Allison | 2006-03-07 | 1 | -7/+22 | |
| | | | | | | | | | | | | problems. Ensure that if the parse succeeds on UNMARSHALL we have a valid (although possibly empty) RPC_BUFFER returned. Jeremy. | |||||
| * | r13987: Fix Coverity bug # 74. This tool is good... | Volker Lendecke | 2006-03-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | Thanks, Volker | |||||
| * | r13984: Fix Coverity bug # 98 | Volker Lendecke | 2006-03-07 | 1 | -1/+3 | |
| | | ||||||
| * | r13983: Fix Coverity bug # 111 | Volker Lendecke | 2006-03-07 | 1 | -0/+1 | |
| | | ||||||
| * | r13981: Fix Coverity bug # 138 | Volker Lendecke | 2006-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | r13980: Fix Coverity bug # 63. Jeremy, could you take a look at this? | Volker Lendecke | 2006-03-07 | 1 | -5/+16 | |
| | | | | | | | | | | | | Thanks, Volker | |||||
| * | r13979: We've dereferenced my_methods already, so there's no point in ↵ | Volker Lendecke | 2006-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | checking for != NULL. Coverity #149. Volker | |||||
| * | r13978: Here is why it's essential to use SAFE_FREE instead of free. | Jeremy Allison | 2006-03-07 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | If we use free(data.dptr) and then the subsequent tdb_open fails in _reg_perfcount_get_counter_data() then data.dptr is left as a non-zero pointer that has been freed. This would cause it to be reused later on. Coverity bug #162. Jeremy. | |||||
| * | r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistent | Jeremy Allison | 2006-03-07 | 3 | -5/+6 | |
| | | | | | | | | | | between Realloc and realloc_array. Jeremy. | |||||
| * | r13971: Fix Coverity bugs #209 - #213 - it detected mistakes | Jeremy Allison | 2006-03-07 | 1 | -56/+67 | |
| | | | | | | | | | | | | | | in the pointer aliasing once realloc could change a pointer. This was in the bugzilla.samba.org database as #687 but we never figured out what it was ! Jeremy. |