summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r10970: Fix bug #3166 - null pointer dereference if $HOME notJeremy Allison2005-10-131-10/+16
| | | | | | | | | | defined. Also clarified confusing error messages. Jeremy.
| * r10964: BUG 1051: store the directory path so we can send the full name in ↵Gerald Carter2005-10-132-2/+10
| | | | | | | | the unlink call (del tmp\foo)
| * r10962: fix setting of quotas on linux kernel with theStefan Metzmacher2005-10-131-0/+1
| | | | | | | | | | | | struct if_dqblk interface metze
| * r10961: remove unused variables (patch from Jason Mader)Gerald Carter2005-10-131-5/+2
| |
| * r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003.Jeremy Allison2005-10-121-9/+10
| | | | | | | | | | | | | | Our sessionsetup code now handles raw NTLMSSP connects, so we can go back to doing what W2K3 does here which is to send no OID's in the negprot reply when not in a security=ads mode. Jeremy.
| * r10943: Unused variable. Bug #3160 from jason@ncac.gwu.eduJeremy Allison2005-10-121-3/+1
| | | | | | | | Jeremy.
| * r10930: Fix erroneous debug spotted by Herb.Jeremy Allison2005-10-121-1/+1
| | | | | | | | Jeremy.
| * r10927: bug 1473 & 3090: quota compile fixes on SolarisGerald Carter2005-10-121-1/+5
| |
| * r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota infoGerald Carter2005-10-121-1/+0
| |
| * r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2005-10-115-41/+303
| | | | | | | | This gets it working before replacing tdb with the samba4 version.
| * r10909: Give better shutdown messagesJim McDonough2005-10-113-15/+21
| |
| * r10908: Fix PIPE mismatch to make wbinfo -m work againGünther Deschner2005-10-111-1/+1
| | | | | | | | Guenther
| * r10907: Handle the case when we can't verify the PAC signature because theGünther Deschner2005-10-112-5/+13
| | | | | | | | | | | | | | | | | | | | | | ticket was encrypted using a DES key (and the Windows KDC still puts CKSUMTYPE_HMAC_MD5_ARCFOUR in the PAC). In that case, return to old behaviour and ignore the PAC. Thanks to Chengjie Liu <chengjie.liu@datadomain.com>. Guenther
| * r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter2005-10-112-5/+5
| |
| * r10901: BUG 3145: Fix build issue regarding quota support on SolarisGerald Carter2005-10-111-3/+3
| |
| * r10888: We've already checked 'CAN_WRITE' so we don't need to do it again.Jeremy Allison2005-10-111-1/+1
| | | | | | | | Jeremy.
| * r10885: Fix bug where read-only share files are always seen asJeremy Allison2005-10-112-5/+2
| | | | | | | | | | read-only. Noticed by Andrew Bartlett. Jeremy
| * r10822: updating copyright infoGerald Carter2005-10-074-4/+8
| |
| * r10819: merging a couple of fixes from trunkGerald Carter2005-10-0711-199/+257
| | | | | | | | | | | | | | * only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0
| * r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-0711-72/+69
| | | | | | | | Jeremy.
| * r10801: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-071-0/+4
| | | | | | | | Jeremy.
| * r10795: Fix code before decl error.Jeremy Allison2005-10-071-1/+2
| | | | | | | | Jeremy.
| * r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2005-10-074-19/+231
| | | | | | | | | | | | | | Based on the Samba4 solution - stores data in $samba/private/schannel_store.tdb. This tdb is not left open but open and closed on demand. Jeremy.
* | r14823: committing changes for 3.0.22samba-3.0.22Gerald Carter2006-03-302-3/+3
| |
* | r13672: merge fixes for return valoue and release notessamba-3.0.21cGerald Carter2006-02-241-1/+1
| |
* | r13667: pulling in Jeremy's error code changesGerald Carter2006-02-241-39/+107
| |
* | 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
* | 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
* | 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-305-9/+15
| |
* | r13200: oplock fixes from Jeremy (hopefully last issue before release on Monday)Gerald Carter2006-01-283-78/+138
| |
* | r13196: a few more last minute fixes; still one bug to goGerald Carter2006-01-273-6/+23
| |
* | r13184: missed merge of James' debug.h fix for the MIPSPro compilerGerald Carter2006-01-271-0/+6
| |
* | r13183: Final touches on 3.0.21b.Gerald Carter2006-01-275-6/+29
| | | | | | | | | | | | | | | | * Add new commits to release notes, fix incorrect attributions, correct typos, etc... * Merge fixes from jra (swat, NTLMv2, false credentials error message) The tree is basically current with SAMBA_3_0 as of r13132
* | r13178: * draft of 3.0.21b release notesGerald Carter2006-01-271-2/+4
| | | | | | | | * merge version.c fix (reported by Thomas Bork).
* | r13134: Last planned code merge for 3.0.21bGerald Carter2006-01-257-10/+87
| | | | | | | | | | | | | | | | * missing SMS 2003 fix * posix_acl double free fix * Guenther's pam_winbind fixes * testparm server role fix. * 64-bit fix in clireadwrite.c
* | r13120: getting close to final release code.Gerald Carter2006-01-2421-548/+1076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The main things that will *not* be merged are * lookupsid, name2sid(), et. al. work by Volker * nmbd work (wins.tdb & removal of ubiqx dependencies) * the toupper_ascii(), et. al. changes * major changes from nsswitch/ * rename when DELETE_ON_CLOSE flag is set work Please speak up if either a necesary change is getting overlooked or a risky change is getting included.
* | 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)
* | r13109: 3.0.21b chnges from the 3.0 tree (round #2)Gerald Carter2006-01-2444-290/+568
| |
* | r13105: pulling some code over for the 3.0.21b release....first take at itGerald Carter2006-01-2492-581/+1401
| |
* | r12586: forgot to change the version numberGerald Carter2005-12-291-1/+1
| |
* | r12543: volker's fix for BUG 3349 (windows clients hang)Gerald Carter2005-12-283-2/+16
| |
* | r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey ↵samba-3.0.21Gerald Carter2005-12-201-1/+1
| | | | | | | | <nick@brealey.org>
* | r12399: grabbing the installswat fixes from 3.0...no one to packagingGerald Carter2005-12-204-119/+49
| |
* | r12398: adding Guenther's account policy migration fixGerald Carter2005-12-203-20/+145
| |