summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:docs: document the --request-timeout option of netStefan Metzmacher2009-04-201-0/+9
| | | | | | | metze (cherry picked from commit cdbbc81bad5d53397bf80898cf68d8867cf64cba) (cherry picked from commit 1d1e859c4e08fed1775a170ccff459f3a18e13ba) (cherry picked from commit 8775968526046f040a2e6ba8697d719b5e3bced8)
* s3:net: add --request-timeout optionStefan Metzmacher2009-04-203-1/+7
| | | | | | | metze (cherry picked from commit 257809558bfab3e45703cf8be76357596392a3ea) (cherry picked from commit e20b8706401d1a4eee0fe494825deef6ab23ab23) (cherry picked from commit d80e02de5714aaa650bef91767ce0775bd2392f5)
* s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher2009-04-201-9/+8
| | | | | | | | | | This fixes a crash bug if we timeout in net rpc trustdom list. metze (cherry picked from commit c0dfe0cf80ee50f395912b7d6aec0d87febd34c0) (cherry picked from commit d87563604ca7b1c18c5a84d76726c2a99dc454f8) (cherry picked from commit cba4214b963983730bedc792e391b5435889597a)
* s3:registry: Prevent creation of keys containing the '/' character.Michael Adam2009-04-171-0/+10
| | | | | | | | | | | | | | Even though "net conf setparm abc/def comment xyz" does not create a broken registry we do not want such keys to be created. Since we get problems accessing these with "net registry" since the registry code treats the '/' sign as a separator as a lower level. This makes e.g. "net conf setparm abc/def comment xyz" fail with WERR_INVALID_PARAM, which is much more desirable than a broken registry.tdb. Michael
* WHATSNEW: Rewording.Karolin Seeger2009-04-171-2/+2
| | | | Karolin
* VERSION: Raise version number upt to 3.2.11.Karolin Seeger2009-04-171-1/+1
| | | | Karolin
* WHATSNEW: Update changes since 3.2.10.Karolin Seeger2009-04-171-11/+30
| | | | Karolin
* Merge branch 'v3-2-test' of /home/jmcd/samba/git.samba.org/samba-master into ↵Jim McDonough2009-04-171-1/+1
|\ | | | | | | 32-test
| * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-161-1/+1
| | | | | | | | Jeremy.
* | Don't look up local user for remote changes, even when root.Jim McDonough2009-04-161-6/+10
|/
* s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3.Günther Deschner2009-04-161-1/+9
| | | | | | | LookupSids needs to bounce back string sids in case of NT_STATUS_NONE_MAPPED. Guenther (cherry picked from commit 597be402e40ff880b595ae49a8600b932365cbcb)
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-153-13/+6
| | | | | | | What a difference a name makes... :-). Just because something is missnamed SA_RIGHT_SAM_OPEN_DOMAIN, when it should actually be SA_RIGHT_SAM_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy.
* packaging(RHEL): add cifs.upcall binary and manpage to client packageMichael Adam2009-04-141-0/+2
| | | | | | Michael (cherry picked from commit f1b80bcb58b8aa5c586835dc201ce674b3417835) (cherry picked from commit b4c58d49902d62f25aa0c9289d1857aa2636c028)
* s3-loadparm: Fix resume command typo for "printing = vlp".Guenther Deschner2009-04-131-1/+1
|
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-111-0/+1
|
* Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3)Jeremy Allison2009-04-091-18/+23
| | | | | | | | | | has parameter "msdfs root = yes" This was broken by the refactoring around create_file(). MSDFS pathname processing must be done FIRST. MSDFS pathnames containing IPv6 addresses can be confused with NTFS stream names (they contain ":" characters. Jeremy.
* s3/popt.h: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | | | This used to be commit 8da2fa36 in master. Karolin (cherry picked from commit 3df28fce45ce552df2c0815597fc1808ea08b363)
* s3/loadparm: Fiy typos.Karolin Seeger2009-04-071-2/+2
| | | | | | | This used to be commit 44588095 in master. Karolin (cherry picked from commit 7648c51afaf844e576935dadc0d66a94e2cad28b)
* s3/gpo_ldap: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | | | This used to be commit a103222e in master. Karolin (cherry picked from commit a33677c8a80925965a4023785fc3a221d2ed9585)
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | | | This used to be commit 6343cab3 in master. Karolin (cherry picked from commit 56e877662dd6da64b348803c24e85f60ee6b3d85)
* s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.Günther Deschner2009-04-061-1/+1
| | | | | | | Thanks to Jeffrey Riaboy <dakusan@castledragmire.com>. Guenther (cherry picked from commit 2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d)
* Fix smbd crash for close_on_completionVolker Lendecke2009-04-051-0/+4
| | | | | | handle_trans() can talloc_free "conn" if the client requests close_on_completion. "state" is a talloc_child of conn, so it will be gone when we later free state->data et al.
* Allow pdbedit to change a user rid/sid. Based on a fix from AlexanderJeremy Allison2009-04-011-3/+57
| | | | | Zagrebin <alexz@visp.ru>. Jeremy.
* WHATSNEW: Rewording.Karolin Seeger2009-04-011-4/+4
| | | | Karolin
* VERSION: Raise version number up to 3.2.10.Karolin Seeger2009-04-011-1/+1
| | | | Karolin
* WHATSNEW: Prepare WHATSNEW for 3.2.10.Karolin Seeger2009-04-011-161/+11
| | | | | | A release a day... ;-) Karolin
* s3: fix the fix for bug #6195 - dont let smbd child processes panicMichael Adam2009-04-011-2/+16
| | | | | | | | | | | This patch makes sure the original and temporary TDBs are closed _before_ the rename. Originally, the open TDB was renamed, and so the name passdb.tdb.tmp stayed around in the db context. Hence upon client connect, the smbd children died because reinit_after_fork() calling tdb_reopen_all() would try to reopen passdb.tdb.tmp which existed no longer... Michael
* Tidy up some convert_string_internal error cases, found by Andrew Bartlett.Jeremy Allison2009-03-311-6/+19
| | | | Jeremy.
* WHATSNEW: Fix announcement.Karolin Seeger2009-03-311-4/+0
| | | | Karolin
* VERSION: Raise version number up to 3.2.9.Karolin Seeger2009-03-311-1/+1
| | | | Karolin
* WHATSNEW: Update changes.Karolin Seeger2009-03-311-0/+1
| | | | Karolin
* Ensure files starting with multiple dots are hiddenJeremy Allison2009-03-301-4/+8
| | | | | | if "hide dot files" is set. Thanks to Barry Kelly <bkelly.ie@gmail.com> for pointing this one out. Jeremy.
* WHATSNEW: Update changes.Karolin Seeger2009-03-301-0/+5
| | | | Karolin
* Fix the problem of 3.0.x passdb databases being versionJeremy Allison2009-03-271-5/+43
| | | | | | | 3 but using a different hash calculation than 3.2.x passwd databases (also version 3). Introduces a minor version number. Jeremy.
* [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman2009-03-273-1/+15
| | | | | | | | | | | | Fixed. It turns out there were a number of places where cli_resolve_path() was called and the error path upon that function failing did not set errno. There were a couple of places the failure handling code did set errno to ENOENT, so I made them all consistent, although I think better errno choices for this condition exist, e.g. EHOSTUNREACH. Derrell
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb ↵Jeremy Allison2009-03-273-1/+31
| | | | | | | | | | correctly. For the clustering case. Clustered setups should have only ever used the unsigned version of TDB_DATA in the first place so they can't be in this mess :-). Just do the normal upgrade in the clustered case. Jeremy.
* WHATSNEW: Update changes since 3.2.8.Karolin Seeger2009-03-271-127/+116
| | | | Karolin
* Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-03-261-2/+2
| | | | | | | modules shouldn't matter, so as vfs_streams_depot doesn't implement get/setxattrs then call into the full VFS stack at the top. Jeremy
* Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs ↵Jeremy Allison2009-03-261-3/+0
| | | | | | | | | to run elections Fix logic bug that causes nmbd to wait 5 minutes before looking for a master browser. This one is *old* :-). Thanks for Simo for bugging me on this. Jeremy.
* s3: parse_packet can return NULL which is then dereferenced in ↵Tim Prouty2009-03-261-0/+4
| | | | match_mailslot_name
* Fix a scary "fill_share_mode_lock failed" messageVolker Lendecke2009-03-261-1/+2
| | | | | | | To me "fill_share_mode_lock failed" is a "can't happen" alert. There is however a perfectly valid case in get_file_infos() when the file is not open. Change the corresponding debug message to level 10 and explain more.
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong ↵Günther Deschner2009-03-261-6/+12
| | | | | | information. Guenther
* s3-net: Fix Bug #6193: avoid messing with sync_context in ↵Günther Deschner2009-03-251-3/+0
| | | | | | | | | | fetch_database_to_ldif(). We absolutely need to avoid messing with the sync_context as that breaks the stream of replication data coming from the DC (only replicates ~350 instead of ~4000 groups). Guenther
* winbind_pam: fix gcc 4.4 compile warningVolker Lendecke2009-03-241-1/+1
|
* Fix two memleaks in the encryption codeVolker Lendecke2009-03-241-1/+2
| | | | | | | | | | ntlmssp_seal_packet creates its own signature data blob, which we then have to free. Jeremy, please check and merge appropriately (Yes, I'm asking you to do the janitor work, I want you to *look* at this :-)) Volker
* s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ↵Stefan Metzmacher2009-03-241-1/+1
| | | | | | | | too. Otherwise we'll confuse the client signing engine, when we reply an error to each transs2. metze
* Fix bug 6097Volker Lendecke2009-03-242-1/+5
| | | | | | | A client sent a SID with authority 0 and 0 sub-authorities. W2k3 replies with NT_STATUS_INVALID_SID, even if other SIDs in the list are valid. Thanks to Pavel <wylda@volny.cz> for the bug report!
* s3:dsgetdcname: use parentheses in if condition to make negation clearBjörn Jacke2009-03-241-1/+1
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit 87b428e424e2e3cca975ecd0efed327e72950a1d)
* s3-krb5: Fix Coverity #762 (REVERSE_INULL).Günther Deschner2009-03-201-6/+6
| | | | | | Guenther (cherry picked from commit 97190ae184dff6450b1390c854f7426e2ee3f980) (cherry picked from commit 0f7757e94bfa35d22a7349d78578685c0dba22d7)
* s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).Günther Deschner2009-03-201-12/+18
| | | | | | Guenther (cherry picked from commit 1524abd8bf12d82e1fb0063585fc9a465fc7bf9c) (cherry picked from commit 3517388b5d5439ffe3f9629aaf826fa1dfbb4ba7)