Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13147: Raise creds_server_step fail log messages to debug level 2. | Jeremy Allison | 2006-01-25 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | These can happen in normal operation (I think - not 100% sure) and don't want to alarm admins. Jerry please add this to 3.0.21b. Jeremy. | |||||
| * | r13140: Fix swat - make sure it can list running services (ensure loopback_ip) | Jeremy Allison | 2006-01-25 | 1 | -0/+1 | |
| | | | | | | | | | | is defined. Jerry - this needs to be in 3.0.21b. Jeremy. | |||||
| * | r13138: old fix I forgot to commit | Simo Sorce | 2006-01-25 | 1 | -2/+5 | |
| | | | | | | | | need to access info when using the ldap backend | |||||
| * | r13137: make cleare where long ifdefs ends | Simo Sorce | 2006-01-25 | 1 | -2/+2 | |
| | | ||||||
| * | r13136: Fix handling user sid and user gid | Simo Sorce | 2006-01-25 | 1 | -2/+4 | |
| | | ||||||
| * | r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping ↵ | Gerald Carter | 2006-01-25 | 1 | -1/+1 | |
| | | | | | | | | server role when calling 'testparm -s' (BUG 1336) | |||||
| * | r13125: Very well spotted crash bug fix for #3343 from | Jeremy Allison | 2006-01-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | SATOH Fumiyasu <fumiyas@miraclelinux.com> Jerry please pick this up for 3.0.21b. Jeremy. | |||||
| * | r13119: Fix for #1779 from William Jojo <jojowil@hvcc.edu> | Jeremy Allison | 2006-01-24 | 1 | -4/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | r13110: remove an invalid debug message about call get_share_mode_lock() ↵ | Gerald Carter | 2006-01-24 | 1 | -1/+0 | |
| | | | | | | | | with a NULL service path and fname (we do it all the time internally) | |||||
| * | r13095: Fix warnings assigning int to a size_t. | Jeremy Allison | 2006-01-23 | 3 | -3/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r13093: adding vendor patch level string as announced on samba-technical ml | Gerald Carter | 2006-01-23 | 3 | -10/+36 | |
| | | ||||||
| * | r13091: Fix gcc warning about using '0' with %s. | Jeremy Allison | 2006-01-23 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13089: quick fix to work around building ilbnss_winbind.so on SOlaris when ↵ | Gerald Carter | 2006-01-23 | 1 | -0/+2 | |
| | | | | | | | | --enable-developer is specified | |||||
| * | r13086: hooking max connections into 'add share' as well (although the WinXP ↵ | Gerald Carter | 2006-01-23 | 1 | -6/+13 | |
| | | | | | | | | UI doesn't give you a way to set the value on add | |||||
| * | r13085: hook the max connections spin box in the share properties MMC plugin | Gerald Carter | 2006-01-23 | 1 | -10/+16 | |
| | | | | | | | | | | dialog to the 'max connections' smb.conf parameter. Also added the max uses int from the SHARE_INFO_2 structure to the 'modify share command' | |||||
| * | r13083: patch suggested by Adam Nielsen for better smbstatus formatting | Gerald Carter | 2006-01-23 | 1 | -4/+4 | |
| | | ||||||
| * | r13082: revert an accidentally commited patch (still in progress) | Gerald Carter | 2006-01-23 | 2 | -15/+12 | |
| | | ||||||
| * | r13081: correct fix for the segv in nmbd caused by a double free on namerec. | Gerald Carter | 2006-01-23 | 4 | -20/+23 | |
| | | ||||||
| * | r13072: Fix segfault in vfstest and smbtorture. | Deryck Hodge | 2006-01-23 | 2 | -0/+3 | |
| | | | | | | | | deryck | |||||
| * | r13058: Add %w macro for the winbind seperator which allows us for example | Lars Müller | 2006-01-20 | 1 | -0/+6 | |
| | | | | | | | | valid users = %S, %D%w%S | |||||
| * | r13042: Fix for bug #3248 Stefan Burkei <stefan@burkei.de>. | Jeremy Allison | 2006-01-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | When doing auth_crap authentication use the client given workstation name not our own. Jeremy. | |||||
| * | r13028: Fix for #3419 - vfs_full_audit *never* worked | Jeremy Allison | 2006-01-19 | 1 | -20/+64 | |
| | | | | | | | | | | correctly. Static variables were used ! Jeremy. | |||||
| * | r13027: Support file change notifications from FAM. | James Peach | 2006-01-19 | 5 | -6/+491 | |
| | | ||||||
| * | r13024: Add is_null_sid. | Günther Deschner | 2006-01-19 | 2 | -2/+7 | |
| | | | | | | | | GUenther | |||||
| * | r13023: Ensure we notice if we exit due to guest user setup fail. | Jeremy Allison | 2006-01-18 | 1 | -1/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r13020: Prevent cli_krb5_get_ticket of getting into an infite loop. This whole | Günther Deschner | 2006-01-18 | 1 | -1/+4 | |
| | | | | | | | | | | | | area of code needs to be reworked later on. Guenther | |||||
| * | r13015: Make logic much clearer. From jpeach. | Jeremy Allison | 2006-01-18 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r13012: Fix #3421 - it turns out krb5_kt_get_entry() on MIT | Jeremy Allison | 2006-01-18 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | does an implicit open/read/close and blows away an open keytab handle - so make sure we use a new handle. Wonderful analysis from Luke <ldeller@xplantechnology.com> helped fix this. Jeremy. | |||||
| * | r12994: Fix cut&paste error, thanks to Björn Jachke <bj@sernet.de> | Volker Lendecke | 2006-01-18 | 1 | -2/+2 | |
| | | ||||||
| * | r12993: Ouch... | Volker Lendecke | 2006-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵ | Gerald Carter | 2006-01-18 | 2 | -5/+5 | |
| | | | | | | | | shell script portability issues in 'make test' | |||||
| * | r12986: Use d_fprintf(stderr, ...) for any error message in net. | Lars Müller | 2006-01-17 | 16 | -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 Carter | 2006-01-16 | 1 | -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üller | 2006-01-16 | 1 | -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 Allison | 2006-01-16 | 1 | -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 Peach | 2006-01-15 | 1 | -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 Peach | 2006-01-15 | 1 | -0/+6 | |
| | | ||||||
| * | r12946: fix a segfault in nmbd when 'wins support = yes' caused by double free | Gerald Carter | 2006-01-15 | 1 | -3/+5 | |
| | | ||||||
| * | r12938: Fix for #3408 (change password fails) from William Jojo ↵ | Jeremy Allison | 2006-01-14 | 1 | -3/+7 | |
| | | | | | | | | | | | | <jojowil@hvcc.edu>. Jeremy. | |||||
| * | r12936: Fix bug #3264. | Lars Müller | 2006-01-14 | 1 | -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 Bokovoy | 2006-01-14 | 4 | -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 Allison | 2006-01-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r12920: Fix for #3401 from Andrew Bartlett. Original fix from | Jeremy Allison | 2006-01-13 | 1 | -0/+5 | |
| | | | | | | | | | | Yau Lam Yiu <yiuext@cs.ust.hk>. Jeremy. | |||||
| * | r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ↵ | Gerald Carter | 2006-01-13 | 2 | -8/+4 | |
| | | | | | | | | names | |||||
| * | r12915: protect against changing the SCM security descriptor | Gerald Carter | 2006-01-13 | 1 | -0/+5 | |
| | | ||||||
| * | r12914: adding query/set ops for security descriptors on services. | Gerald Carter | 2006-01-13 | 5 | -3/+324 | |
| | | ||||||
| * | r12913: missed merge to fix BUG 3391; ensure we can lookup account policies | Gerald Carter | 2006-01-13 | 1 | -2/+5 | |
| | | ||||||
| * | r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ↵ | Gerald Carter | 2006-01-13 | 2 | -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 Deschner | 2006-01-13 | 3 | -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 Deschner | 2006-01-13 | 1 | -1/+1 | |
| | | | | | | | | Guenther |