summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Collapse)AuthorAgeFilesLines
* r22770: sync with SAMBA_3_0_25 as of svn r22765Gerald Carter2007-05-092-10/+9
|
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-0311-17/+25
|
* r22510: pull patches from SAMBA_3_0_25 and update release notes for 3.0.25rc3Gerald Carter2007-04-253-14/+31
|
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-216-11/+34
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-0910-375/+909
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-2015-852/+1844
| | | | * Set version to 3.0.25pre2
* r21619: * Pickup latest changes from SAMBA_3_0_25 (this will be itGerald Carter2007-03-011-1/+11
| | | | | for 3.0.25pre1 unless something blows up) * Update release notes some more
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-2855-6710/+7761
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r21147: committing changes for 3.0.24Gerald Carter2007-02-053-9/+21
|
* r19711: grab the deadtime parameter fix for 3.0.23dGerald Carter2006-11-151-0/+1
|
* r19706: merge up to r19705 from SAMBA_3_0 (good for 3.0.23d now)Gerald Carter2006-11-141-0/+9
|
* r19693: merge from SAMBA_3_0_23 treeGerald Carter2006-11-131-2/+2
|
* r19499: sync up changes for 3.0.23dGerald Carter2006-10-261-7/+9
|
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ↵Gerald Carter2006-10-014-46/+61
| | | | to warrant one)
* r17913: saturn fixes from SAMBA_3_0_23Gerald Carter2006-08-291-6/+2
|
* r17911: Mgeres from SAMBA_3_0_23:Gerald Carter2006-08-291-1/+5
| | | | | | | * DNS SRV fixes * fd leak fix in async dns lookup code (nmbd) * krb5 sesssetup double username map fix * NULL deref fix in reg_objects.c
* r17727: Start pulling in changes for 3.0.23cGerald Carter2006-08-232-4/+4
|
* r17437: sync valid users and server signing fixesGerald Carter2006-08-072-4/+4
|
* r17400: grabbing latest changes from SAMBA_3_0_23 to help in testingGerald Carter2006-08-041-14/+8
|
* r17259: merging some changes that will be in a future 3.0.23b releaseGerald Carter2006-07-261-8/+9
|
* r17161: sync files from SAMBA_3_0_23 branchGerald Carter2006-07-201-90/+70
|
* r17143: svn merge -r17091:17138 ../SAMBA_3_0_23/Gerald Carter2006-07-192-110/+266
|
* r16925: final changes for 3.0.23Gerald Carter2006-07-101-0/+5
|
* r16792: minor (but critical fixes) from Jeremy, Volker, & GuentherGerald Carter2006-07-042-3/+59
|
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-293-8/+9
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-222-2/+4
|
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-206-191/+198
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-195-29/+42
| | | | * updating release notes to match
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-155-10/+19
|
* r16119: pulling changes from 3_0 up to r16117Gerald Carter2006-06-091-1/+1
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-0810-47/+101
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-2323-200/+326
|
* r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)Gerald Carter2006-04-202-43/+60
|
* r15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132Gerald Carter2006-04-1937-3261/+5961
|\
| * r15133: in_server is not used anywhereVolker Lendecke2006-04-191-3/+0
| |
| * r15119: Initialize our global sam sid first, quite a lot of the other ↵Volker Lendecke2006-04-181-11/+22
| | | | | | | | | | | | | | | | | | | | initialization routines further down depend on it. Fix bug 3696. Volker
| * r15115: Fix error return on sessionsetup. Ensure noJeremy Allison2006-04-181-11/+15
| | | | | | | | | | data blob is added if the logon call failed. Jeremy.
| * r15112: Move strict locking default to auto. Fix up the errorJeremy Allison2006-04-171-1/+1
| | | | | | | | | | return for one of the Samba4 torture tests. Jeremy.
| * r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4'sVolker Lendecke2006-04-172-15/+15
| | | | | | | | | | | | | | | | | | tdb. tdb_open_ex needs it. Can someone from samba4 tell me how this should be handled? Thanks, Volker
| * r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace ↵Volker Lendecke2006-04-172-15/+15
| | | | | | | | | | | | by uint32. Volker
| * r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2006-04-154-26/+17
| | | | | | | | | | | | packet processing code. Only do these when needed (ie. in the idle timeout code). We drop an unneccessary global here too. Jeremy.
| * r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2006-04-141-3/+12
| | | | | | | | Jeremy.
| * r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison2006-04-131-14/+14
| | | | | | | | | | | | | | case it's in a performace critical path and it *hurts* us. Go back to plain malloc/free with an explicit destructor call. Jeremy.
| * r15035: It seems that many preprocessors do not like comments in macro args..Volker Lendecke2006-04-111-1/+4
| |
| * r15030: On a performace hunt... Remove as many extraneousJeremy Allison2006-04-114-29/+25
| | | | | | | | | | memset's as possible. Jeremy.
| * r15022: Fix core dumps on normal server exit.Jeremy Allison2006-04-102-9/+9
| | | | | | | | Jeremy.
| * r15020: Fix issue with samba4 netbench torture tester,Jeremy Allison2006-04-101-1/+8
| | | | | | | | | | | | | | it sends break replies to "break to none from level2" requests and it shouldn't. Just don't log a debug level zero message. Jeremy.
| * r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-109-894/+1561
| | | | | | | | | | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
| * r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can beJeremy Allison2006-04-081-1/+1
| | | | | | | | | | | | a valid return from getting an xattr. Don't disable if we get it. Jeremy.
| * r14986: Fix OS/2 directory delete bug found by kukks.Jeremy Allison2006-04-082-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | (Thanks a lot for all your hard work on this). We were caching the results of *all* directory scans, not just the results that match the client wildcard. This actually made no sense, as only matches on the client wildcard can be returned to the client and so might need to be searched for in the cache. This fixes the directory cache to only cache entries that we return to the client. Jeremy.