Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13231: apparently strncat() is converted to strcat() on RH7.3 and similar ↵ | Gerald Carter | 2006-01-30 | 1 | -2/+4 | |
| | | | | | | | | systems. Fix the build on those boxes | |||||
| * | r13229: * fix bad comparison caught by the AIX compiler in wbinfo code | Gerald Carter | 2006-01-30 | 2 | -4/+9 | |
| | | | | | | | | * update output from mkversion.sh to include the SAMBA_VENDOR_PATCH | |||||
| * | r13224: better to cast the return too | Simo Sorce | 2006-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | r13222: Never assume mode_t is of type int. | Simo Sorce | 2006-01-29 | 1 | -2/+2 | |
| | | | | | | | | We were trashing the stack on machines that define mode_t as uint16_t | |||||
| * | r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500 | Derrell Lipman | 2006-01-29 | 2 | -50/+17 | |
| | | | | | | | | | | | | | | Fix cli_setpathinfo() to actually do what it's supposed to. Also, get rid of some apparently drug-induced code to deal with create time which isn't being manipulated anyway. | |||||
| * | r13214: r12420@cabra: derrell | 2006-01-28 19:10:58 -0500 | Derrell Lipman | 2006-01-29 | 1 | -44/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | This should fix bug #3446. - The authentication domain provided an an SMB URL was being ignored. This patch fixes that. - There were a number of places where string copies were not being confirmed to be properly null-terminated. Now, all string copies in libsmbclient.c are properly null-terminated. | |||||
| * | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 2006-01-28 | 41 | -47/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.) | |||||
| * | r13211: Fix remote password changing if password must change is set | Volker Lendecke | 2006-01-28 | 1 | -1/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | The problem was that the ntlmssp bind silently failed in that case, we have to do it anonymously. Or does anybody have a better idea? Give a better error message if something else is wrong with the account. Volker | |||||
| * | r13209: Make smbpasswd -a work again if passdb did not exist. | Volker Lendecke | 2006-01-28 | 1 | -0/+1 | |
| | | | | | | | | Volker | |||||
| * | r13202: Fix the build for --with-aio-support. Sorry. | Volker Lendecke | 2006-01-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Jeremy, configure.in decides whether aio support works quite early in the sequence of checks. Wouldn't it be better to only use aio support if really all necessary functions actually are around? Volker | |||||
| * | r13198: Fix issues exposed by Jerry's testing on 64-bit Solaris | Jeremy Allison | 2006-01-27 | 3 | -78/+138 | |
| | | | | | | | | | | (I hope). Separate 3.0.21b patch sent to Jerry. Jeremy. | |||||
| * | r13197: Add -k switch to dump the data of a single key. | Lars Müller | 2006-01-27 | 1 | -5/+41 | |
| | | ||||||
| * | r13194: Don't do extra memcpy's unless we're asked to. | Jeremy Allison | 2006-01-27 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r13192: Fix up alignment issues when printing share mode | Jeremy Allison | 2006-01-27 | 2 | -4/+17 | |
| | | | | | | | | | | | | entries. Add paranioa to debug so we know when an entry is unused. Jeremy. | |||||
| * | r13190: Fix #3458 from Andriy Gapon <avg@icyb.net.ua>. Don't | Jeremy Allison | 2006-01-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | access free'd memory. Jerry please pick up for 3.0.21b ! Jeremy. | |||||
| * | r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGO | Jeremy Allison | 2006-01-27 | 2 | -2/+24 | |
| | | | | | | | | | | | | | | auth was not generating the correct auth header on the 4th packet. This may fix a lot of Windows client complaints and is essential for release. Jeremy. | |||||
| * | r13175: Actually make adding a new user into an empty pdbtdb | Jeremy Allison | 2006-01-27 | 1 | -1/+1 | |
| | | | | | | | | | | file create the file. Jeremy. | |||||
| * | r13172: Fix incorrect error message when new tdb not created correctly. | Jeremy Allison | 2006-01-26 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13162: Allow to set the flags for a ds_enum_domain_trusts query in rpcclient. | Günther Deschner | 2006-01-26 | 1 | -1/+5 | |
| | | | | | | | | Guenther | |||||
| * | r13148: Fix bug: #3413 | Simo Sorce | 2006-01-26 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | Check that ldap admin dn is defined in smb.conf before setting the ldap password in secrets.tdb Based on patch by William Jojo <jojowil@hvcc.edu> Simo. | |||||
| * | 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 | |
| | |