summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵Gerald Carter2006-01-182-5/+5
| | | | | | | | shell script portability issues in 'make test'
| * r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2006-01-1716-255/+278
| | | | | | | | | | | | | | | | All 'usage' messages are still printed to stdout. Fix some compiler warnings for system() calls where we didn't used the return code. Add appropriate error messages and return with the error code we got from system() or NT_STATUS_UNSUCCESSFUL.
| * r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file ↵Gerald Carter2006-01-161-3/+4
| | | | | | | | (-H) in nmbd. Patch from Andrew Esh <Andrew_Esh@adaptec.com>
| * r12964: Rewind rem_backend in the case we have to workaround the idmap_ prefix.Lars Müller2006-01-161-0/+6
| | | | | | | | | | | | | | Else SAFE_FREE seg faults. Thanks to Günther for pointing me at this. I've implemented in in this was as we should announce to remove the idmap_ strip stuff after some time at all.
| * r12956: Fix for bug #3035 from SATOH Fumiyasu <fumiyas@miraclelinux.com>Jeremy Allison2006-01-161-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | On a Windows share, a file with read-only dosmode can be opened with DELETE_ACCESS. But on a Samba share (delete readonly = no), it fails with NT_STATUS_CANNOT_DELETE error. This semantic causes a problem that a user can not rename a file with read-only dosmode on a Samba share from a Windows command prompt (i.e. cmd.exe, but can rename from Windows Explorer). Jeremy.
| * r12953: Support the TCP_FASTACK socket option if it is available. Note that ↵James Peach2006-01-151-0/+3
| | | | | | | | | | | | this will not acutally help, but it is good to be complete.
| * r12951: Tell the MIPSPro compiler to push DEBUG calls out of line.James Peach2006-01-151-0/+6
| |
| * r12946: fix a segfault in nmbd when 'wins support = yes' caused by double freeGerald Carter2006-01-151-3/+5
| |
| * r12938: Fix for #3408 (change password fails) from William Jojo ↵Jeremy Allison2006-01-141-3/+7
| | | | | | | | | | | | <jojowil@hvcc.edu>. Jeremy.
| * r12936: Fix bug #3264.Lars Müller2006-01-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | If we detect a leading 'idmap_' for the idmap backend setting we strip this and inform about the deprecated config with DEBUG 0. I'm not sure if we should set a TTL of one year or five additional releases from now for this code. This is required for the changes Günther made as the first step to solve bug #3264. With this fix we can even run with an old config. This is very important as we else will break existing configurations with an update.
| * r12935: After discussion with Volker fix bug #3397 using a variant of the ↵Alexander Bokovoy2006-01-144-2/+113
| | | | | | | | | | | | | | | | | | | | | | patch by Alex Deiter (tiamat@komi.mts.ru). Introduces level 9 of getuserinfo and allows to successfully install MS SMS2003 on a member of a Samba domain. Also added support for this level in rpcclient. The code for infolevel 9 is modelled upon Samba-TNG by Alex Deiter. Jerry, we need this in 3.0.21b.
| * r12922: Fix typo.Jeremy Allison2006-01-131-1/+1
| | | | | | | | Jeremy.
| * r12920: Fix for #3401 from Andrew Bartlett. Original fix fromJeremy Allison2006-01-131-0/+5
| | | | | | | | | | Yau Lam Yiu <yiuext@cs.ust.hk>. Jeremy.
| * r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ↵Gerald Carter2006-01-132-8/+4
| | | | | | | | names
| * r12915: protect against changing the SCM security descriptorGerald Carter2006-01-131-0/+5
| |
| * r12914: adding query/set ops for security descriptors on services.Gerald Carter2006-01-135-3/+324
| |
| * r12913: missed merge to fix BUG 3391; ensure we can lookup account policiesGerald Carter2006-01-131-2/+5
| |
| * r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ↵Gerald Carter2006-01-132-1/+7
| | | | | | | | bad access to gencache.tdb after fork() in smbmount
| * r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad".Günther Deschner2006-01-133-7/+6
| | | | | | | | | | | | | | Finally cleanup the way idmap modules are build and loaded, idmap_rid now will have to be loaded without prefix, just "rid". Guenther
| * r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL.Günther Deschner2006-01-131-1/+1
| | | | | | | | Guenther
| * r12900: Merge from trunk:Günther Deschner2006-01-132-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly handle the case where users logon with an expired password. In that case pam_sm_authenticate has to return PAM_SUCESS instead of PAM_NEW_AUTHTOK_REQD or PAM_AUTHTOK_EXPIRED and pam_sm_acct_mgmt has to take care of requesting an immediate password change. (see the Linux PAM documentation). Fixes Bugzilla #1524, #3205. Tested with login, sshd, kdm and gdm on Linux. Thanks to Scott Barker <Scott_Barker@mtechIT.com>. Guenther
| * r12889: BUG 3380: fix crash when changing printer drivers caused by ↵Gerald Carter2006-01-131-0/+2
| | | | | | | | accessing a previously freed pointer
| * r12885: Oops. Missed last part of correct patch for #3348.Jeremy Allison2006-01-131-1/+0
| | | | | | | | | | Caught by Samba4 oplock torture tester. Jeremy.
| * r12878: Don't use non-static array initialisers.James Peach2006-01-131-1/+2
| |
| * r12877: Stop passing structs around in smb messages, insteadJeremy Allison2006-01-128-75/+245
| | | | | | | | | | | | | | | | | | always linearize into little-endian. Should fix all Solaris issues with this, plus provide a cleaner base moving forward for cluster-aware Samba where smbd's can communicate across different compilers/architectures (eventually these message will have to go cross-machine). Jeremy.
| * r12871: Merge Volkers rev 12667 from trunk as his analysis hit the nail on theLars Müller2006-01-121-1/+1
| | | | | | | | | | | | head. Volker: Thanks for poking me last week.
| * r12870: fixing net rpc registry enumerate from overwritnig the open subkey ↵Gerald Carter2006-01-121-1/+0
| | | | | | | | handle
| * r12855: Remove erroneous commenting out of valgrind fix.Jeremy Allison2006-01-111-1/+1
| | | | | | | | Jeremy.
| * r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).Günther Deschner2006-01-112-6/+20
| | | | | | | | | | | | | | The session key, after beeing set, was zeroed later on by the prs_init in the CLI_DO_RPC macro. Guenther
| * r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.Volker Lendecke2006-01-111-1/+9
| | | | | | | | Volker
| * r12837: - configure check for Tru64 EA functions (not yet implemented)Volker Lendecke2006-01-111-11/+23
| | | | | | | | | | | | | | | | - find Tru64 AIO lib in configure Thanks to Björn Jacke <bj@sernet.de> Volker
| * r12802: Fix for bugzilla #3389 from William Jojo. This fixes failures on ↵Tim Potter2006-01-091-1/+1
| | | | | | | | | | | | AIX in linking smbd when the symbol table for ld exceeds 65536 bytes.
| * r12794: BUG 3340: patch from William JoJo <jojowil@hvcc.edu> to fix ↵Gerald Carter2006-01-091-1/+1
| | | | | | | | automatic inclusion of aio support on AIX
| * r12788: Since we have agreed on the case of winbindd names, we can store aGünther Deschner2006-01-091-2/+5
| | | | | | | | | | | | | | sid_to_name lookup result already after doing a sucessfull name_to_sid lookup. Guenther
| * r12787: Revert last commit that removed our logic of memorizing negativeGünther Deschner2006-01-091-3/+1
| | | | | | | | | | | | name_to_sid lookups in the cache. Guenther
| * r12781: Support the level parameter for lsa_lookupsids.Volker Lendecke2006-01-081-0/+2
| | | | | | | | | | | | | | Simplify the interfaces to domain trusts a bit: Nothing outside secrets.c needs to know we're storing stuff in ucs2. Volker
| * r12771: Apply patch from bug 3374, attempt to fix build on tru64.Volker Lendecke2006-01-082-0/+5
| | | | | | | | | | | | Thanks to "The Written Word" -- whoever that is :-) Volker
| * r12760: Fix bug 3384Volker Lendecke2006-01-071-0/+30
| |
| * r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500Derrell Lipman2006-01-071-5/+1
| | | | | | | | remove old superfluous comment and ifdef
| * r12742: Don't write null sid mappings into the winbindd_cache.tdb.Günther Deschner2006-01-061-1/+3
| | | | | | | | Guenther
| * r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke2006-01-067-209/+7
| | | | | | | | | | | | before it goes in. Volker
| * r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share ↵Volker Lendecke2006-01-057-7/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modes and oplocks across the cluster. Adapt Samba to it. The gpfs API is called via libgpfs.so. This code is written with dlopen(), so that you can compile on a system with gpfs installed and later on run on systems without gpfs available. So to actually make Samba call gpfs share mode calls you need to compile with gpfs.h and libgpfs.so around and set 'gpfs share = yes' on the shares you export from GPFS. Volker
| * r12714: Fix segfault in pdb_nds.c.Günther Deschner2006-01-042-5/+5
| | | | | | | | Guenther
| * r12713: Remove use of uint8_t -> uint8.Jeremy Allison2006-01-044-11/+11
| | | | | | | | Jeremy.
| * r12678: One moreVolker Lendecke2006-01-021-0/+2
| |
| * r12663: Fix a memleakVolker Lendecke2006-01-011-0/+4
| |
| * r12660: Happy New Year!Stefan Metzmacher2006-01-011-1/+1
| | | | | | | | metze
| * r12653: Patch from SATOH Fumiyasu <fumiyas@miraclelinux.com>Jeremy Allison2006-01-011-2/+7
| | | | | | | | | | | | for bug #3348. Don't assume owning sticky bit directory means write access allowed. Jeremy.
| * r12645: Fix some memleaks. This will also be in the trunk checkin that comes ↵Volker Lendecke2005-12-311-0/+9
| | | | | | | | | | | | next. Volker
| * r12603: NO, I'm not claiming maintainership of this.Volker Lendecke2005-12-301-7/+6
| | | | | | | | | | | | Fix bug 3351. Volker