summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r13231: apparently strncat() is converted to strcat() on RH7.3 and similar ↵Gerald Carter2006-01-301-2/+4
| | | | | | | | systems. Fix the build on those boxes
| * r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter2006-01-302-4/+9
| | | | | | | | * update output from mkversion.sh to include the SAMBA_VENDOR_PATCH
| * r13224: better to cast the return tooSimo Sorce2006-01-291-1/+1
| |
| * r13222: Never assume mode_t is of type int.Simo Sorce2006-01-291-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 -0500Derrell Lipman2006-01-292-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 -0500Derrell Lipman2006-01-291-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 -0500Derrell Lipman2006-01-2841-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 setVolker Lendecke2006-01-281-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 Lendecke2006-01-281-0/+1
| | | | | | | | Volker
| * r13202: Fix the build for --with-aio-support. Sorry.Volker Lendecke2006-01-281-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 SolarisJeremy Allison2006-01-273-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üller2006-01-271-5/+41
| |
| * r13194: Don't do extra memcpy's unless we're asked to.Jeremy Allison2006-01-271-1/+5
| | | | | | | | Jeremy.
| * r13192: Fix up alignment issues when printing share modeJeremy Allison2006-01-272-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'tJeremy Allison2006-01-271-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 SPNEGOJeremy Allison2006-01-272-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 pdbtdbJeremy Allison2006-01-271-1/+1
| | | | | | | | | | file create the file. Jeremy.
| * r13172: Fix incorrect error message when new tdb not created correctly.Jeremy Allison2006-01-261-1/+1
| | | | | | | | Jeremy.
| * r13162: Allow to set the flags for a ds_enum_domain_trusts query in rpcclient.Günther Deschner2006-01-261-1/+5
| | | | | | | | Guenther
| * r13148: Fix bug: #3413Simo Sorce2006-01-261-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 Allison2006-01-252-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 Allison2006-01-251-0/+1
| | | | | | | | | | is defined. Jerry - this needs to be in 3.0.21b. Jeremy.
| * r13138: old fix I forgot to commitSimo Sorce2006-01-251-2/+5
| | | | | | | | need to access info when using the ldap backend
| * r13137: make cleare where long ifdefs endsSimo Sorce2006-01-251-2/+2
| |
| * r13136: Fix handling user sid and user gidSimo Sorce2006-01-251-2/+4
| |
| * r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping ↵Gerald Carter2006-01-251-1/+1
| | | | | | | | server role when calling 'testparm -s' (BUG 1336)
| * r13125: Very well spotted crash bug fix for #3343 fromJeremy Allison2006-01-251-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 Allison2006-01-241-4/+6
| | | | | | | | Jeremy.
| * r13110: remove an invalid debug message about call get_share_mode_lock() ↵Gerald Carter2006-01-241-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 Allison2006-01-233-3/+5
| | | | | | | | Jeremy.
| * r13093: adding vendor patch level string as announced on samba-technical mlGerald Carter2006-01-233-10/+36
| |
| * r13091: Fix gcc warning about using '0' with %s.Jeremy Allison2006-01-231-1/+1
| | | | | | | | Jeremy.
| * r13089: quick fix to work around building ilbnss_winbind.so on SOlaris when ↵Gerald Carter2006-01-231-0/+2
| | | | | | | | --enable-developer is specified
| * r13086: hooking max connections into 'add share' as well (although the WinXP ↵Gerald Carter2006-01-231-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 pluginGerald Carter2006-01-231-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 formattingGerald Carter2006-01-231-4/+4
| |
| * r13082: revert an accidentally commited patch (still in progress)Gerald Carter2006-01-232-15/+12
| |
| * r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2006-01-234-20/+23
| |
| * r13072: Fix segfault in vfstest and smbtorture.Deryck Hodge2006-01-232-0/+3
| | | | | | | | deryck
| * r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller2006-01-201-0/+6
| | | | | | | | valid users = %S, %D%w%S
| * r13042: Fix for bug #3248 Stefan Burkei <stefan@burkei.de>.Jeremy Allison2006-01-191-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* workedJeremy Allison2006-01-191-20/+64
| | | | | | | | | | correctly. Static variables were used ! Jeremy.
| * r13027: Support file change notifications from FAM.James Peach2006-01-195-6/+491
| |
| * r13024: Add is_null_sid.Günther Deschner2006-01-192-2/+7
| | | | | | | | GUenther
| * r13023: Ensure we notice if we exit due to guest user setup fail.Jeremy Allison2006-01-181-1/+3
| | | | | | | | Jeremy.
| * r13020: Prevent cli_krb5_get_ticket of getting into an infite loop. This wholeGünther Deschner2006-01-181-1/+4
| | | | | | | | | | | | area of code needs to be reworked later on. Guenther
| * r13015: Make logic much clearer. From jpeach.Jeremy Allison2006-01-181-2/+2
| | | | | | | | Jeremy.
| * r13012: Fix #3421 - it turns out krb5_kt_get_entry() on MITJeremy Allison2006-01-181-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 Lendecke2006-01-181-2/+2
| |
| * r12993: Ouch...Volker Lendecke2006-01-181-1/+1
| |