summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure weJeremy Allison2006-01-301-2/+3
| | | | | | | | | | | | always update the failed time when we are adding a failed connection. Jeremy.
| * r13235: fixing RedHat 7.x packagingGerald Carter2006-01-301-10/+10
| |
| * r13233: build fixes for smbmnt; remove unused variable; ready to ship ↵Gerald Carter2006-01-302-2/+1
| | | | | | | | 3.0.21b now
| * r13232: defensive programming in an attempt to prevent crashes due to a PDC ↵Gerald Carter2006-01-301-3/+5
| | | | | | | | rebooting
| * 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.
| * r13187: IBM Tivoli Directory Server schema updates from John JanosikJim McDonough2006-01-272-1/+22
| | | | | | | | <jpjanosi@us.ibm.com>
| * 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)
| * r13132: Old fix from LarsSimo Sorce2006-01-251-0/+4
| | | | | | | | tx
* | r14823: committing changes for 3.0.22samba-3.0.22Gerald Carter2006-03-303-11/+42
| |
* | r13672: merge fixes for return valoue and release notessamba-3.0.21cGerald Carter2006-02-242-2/+2
| |
* | r13667: pulling in Jeremy's error code changesGerald Carter2006-02-242-39/+109
| |
* | r13666: updating release notes for 3.0.21cGerald Carter2006-02-241-7/+124
| |
* | r13661: fixed conflict is mergeGerald Carter2006-02-231-5/+0
| |
* | r13659: Pulling in what I think are the final code changes for 3.0.21cGerald Carter2006-02-237-34/+105
| | | | | | | | | | | | svn merge -r13639:13641 $SVNURL/branches/SAMBA_3_0 svn merge -r13645:13647 $SVNURL/branches/SAMBA_3_0 svn merge -r13656:13657 $SVNURL/branches/SAMBA_3_0
* | r13636: Merge the usernamd parsing fix for the Krb5 PACGerald Carter2006-02-222-8/+8
| | | | | | | | svn merge -r13579:13588 $SVNURL/branches/SAMBA_3_0
* | r13635: Some more fixes for 3.0.21cGerald Carter2006-02-225-40/+51
| | | | | | | | | | | | | | svn merge -r13601:13604 $SVNURL/branches/SAMBA_3_0 svn merge -r13604:13607 $SVNURL/branches/SAMBA_3_0 svn merge -r13610:13612 $SVNURL/branches/SAMBA_3_0 svn merge -r13612:13614 $SVNURL/branches/SAMBA_3_0
* | r13578: picking up missed commit (ran form source/ directory previously)Gerald Carter2006-02-2012-164/+263
| |
* | r13567: merge for 3.0.21cGerald Carter2006-02-2040-202/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -r13559:13563 $SVNURL/branches/SAMBA_3_0 svn merge -r13557:13559 $SVNURL/branches/SAMBA_3_0 svn merge -r13546:13547 $SVNURL/branches/SAMBA_3_0 svn merge -r13198:13202 $SVNURL/branches/SAMBA_3_0 svn merge -r13209:13211 $SVNURL/branches/SAMBA_3_0 svn merge -r13216:13222 $SVNURL/branches/SAMBA_3_0 svn merge -r13224:13229 $SVNURL/branches/SAMBA_3_0 svn merge -r13231:13232 $SVNURL/branches/SAMBA_3_0 svn merge -r13235:13238 $SVNURL/branches/SAMBA_3_0 svn merge -r13238:13257 $SVNURL/branches/SAMBA_3_0 svn merge -r13257:13262 $SVNURL/branches/SAMBA_3_0 svn merge -r13288:13290 $SVNURL/branches/SAMBA_3_0 svn merge -r13294:13296 $SVNURL/branches/SAMBA_3_0 svn merge -r13299:13306 $SVNURL/branches/SAMBA_3_0 svn merge -r13310:13314 $SVNURL/branches/SAMBA_3_0 svn merge -r13322:13327 $SVNURL/branches/SAMBA_3_0 svn merge -r13351:13363 $SVNURL/branches/SAMBA_3_0 svn merge -r13363:13364 $SVNURL/branches/SAMBA_3_0 svn merge -r13364:13366 $SVNURL/branches/SAMBA_3_0 svn merge -r13375:13376 $SVNURL/branches/SAMBA_3_0 svn merge -r13382:13384 $SVNURL/branches/SAMBA_3_0 svn merge -r13391:13392 $SVNURL/branches/SAMBA_3_0 svn merge -r13392:13393 $SVNURL/branches/SAMBA_3_0 svn merge -r13393:13394 $SVNURL/branches/SAMBA_3_0 svn merge -r13407:13408 $SVNURL/branches/SAMBA_3_0 svn merge -r13410:13411 $SVNURL/branches/SAMBA_3_0 svn merge -r13412:13416 $SVNURL/branches/SAMBA_3_0 svn merge -r13416:13417 $SVNURL/branches/SAMBA_3_0 svn merge -r13460:13473 $SVNURL/branches/SAMBA_3_0 svn merge -r13475:13477 $SVNURL/branches/SAMBA_3_0 svn merge -r13484:13489 $SVNURL/branches/SAMBA_3_0 svn merge -r13489:13491 $SVNURL/branches/SAMBA_3_0 svn merge -r13495:13497 $SVNURL/branches/SAMBA_3_0 svn merge -r13497:13498 $SVNURL/branches/SAMBA_3_0 svn merge -r13498:13500 $SVNURL/branches/SAMBA_3_0 svn merge -r13510:13511 $SVNURL/branches/SAMBA_3_0 svn merge -r13513:13514 $SVNURL/branches/SAMBA_3_0 svn merge -r13515:13517 $SVNURL/branches/SAMBA_3_0 svn merge -r13523:13524 $SVNURL/branches/SAMBA_3_0 svn merge -r13524:13525 $SVNURL/branches/SAMBA_3_0 svn merge -r13525:13526 $SVNURL/branches/SAMBA_3_0 svn merge -r13526:13527 $SVNURL/branches/SAMBA_3_0 svn merge -r13527:13535 $SVNURL/branches/SAMBA_3_0
* | r13285: experiementing with svn copyGerald Carter2006-02-011-1/+1
| |
* | r13235: fixing RedHat 7.x packagingsamba-3.0.21bGerald Carter2006-01-301-10/+10
| |
* | r13233: build fixes for smbmnt; remove unused variable; ready to ship ↵Gerald Carter2006-01-302-2/+1
| | | | | | | | 3.0.21b now
* | r13232: defensive programming in an attempt to prevent crashes due to a PDC ↵Gerald Carter2006-01-301-3/+5
| | | | | | | | rebooting
* | r13231: apparently strncat() is converted to strcat() on RH7.3 and similar ↵Gerald Carter2006-01-301-1/+1
| | | | | | | | systems. Fix the build on those boxes
* | r13230: ready to do for 3.0.21bGerald Carter2006-01-306-9/+18
| |
* | r13200: oplock fixes from Jeremy (hopefully last issue before release on Monday)Gerald Carter2006-01-284-79/+140
| |
* | r13196: a few more last minute fixes; still one bug to goGerald Carter2006-01-276-7/+54
| |