summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r16703: add crash fix in printer publishing codeGerald Carter2006-06-291-1/+1
|
* r16697: merge Jeremy's client SMB signing fix and tidy up release notes some ↵Gerald Carter2006-06-291-2/+22
| | | | more
* r16675: Set version to 3.0.23Gerald Carter2006-06-291-1/+1
| | | | Update release notes for final release.
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-2942-122/+223
| | | | | | | | | | | | | | 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.
* r16528: Self-confidence is plummeting. How could one person goof Gerald Carter2006-06-261-1/+1
| | | | | | the same change 3 times...... Fix pam_winbind compilation again.
* r16510: fix from Nicholas Brealey <nick@brealey.org> for building pam_winbind.soGerald Carter2006-06-251-1/+1
|
* r16485: Final changes for 3.0.23rc3 (pulled in changes up to SAMBA_3_0 r16484)samba-3.0.23rc3Gerald Carter2006-06-236-12/+75
|
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-229-16/+54
|
* r16465: merge a few miniro SAMBA_3_0 fixesGerald Carter2006-06-223-1/+5
| | | | | | | svn merge -r16435:16458 $SVNURL/branches/SAMBA_3_0 * note that I've skipped jra's change to the share_mode_entry since it si not critical for release. Maybe for 3.0.23a
* r16438: sync up to r16433Gerald Carter2006-06-2110-46/+72
|
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-2054-537/+746
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-1948-245/+800
| | | | * updating release notes to match
* r16256: sync up to r16255 from SAMBA_3_0Gerald Carter2006-06-152-8/+21
|
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-1541-1481/+1472
|
* r16205: Fix 'make install' when srcdir != builddirGerald Carter2006-06-131-6/+6
|
* r16194: * Starting release notes for 3.0.23rc3 (later on). Gerald Carter2006-06-134-19/+27
| | | | * Pulling changes from SAMBA_3_0 r16193
* r16175: sync up with SAMBA_3_0 to release (r16156)Gerald Carter2006-06-137-9/+13
|
* r16130: fix a shell portability issue for Solaris sh in installman.shGerald Carter2006-06-091-2/+2
|
* r16127: adding volker parse_net changeGerald Carter2006-06-091-20/+15
|
* r16124: catch a couple of fixes from GuentherGerald Carter2006-06-093-2/+12
|
* r16119: pulling changes from 3_0 up to r16117Gerald Carter2006-06-098-35/+138
|
* r16106: add missing symlinksGerald Carter2006-06-083-0/+3
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-0858-244/+1011
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15866: merge build fixes for HP-UX 11.11 and IRIX 6.4samba-3.0.23rc1Gerald Carter2006-05-241-16/+24
|
* r15860: grab r15845 from vl (fix crash in child winbindd processGerald Carter2006-05-241-0/+1
|
* r15843: grab volker's winbindd-get-your-own-dc patchGerald Carter2006-05-231-1/+1
|
* r15841: grab talloc fixes (current up to r15838)Gerald Carter2006-05-232-3/+37
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-23174-3503/+7682
|
* r15164: grab a few more changes from SAMBA_3_0Gerald Carter2006-04-224-13/+33
|
* r15153: more changes for the release notes and ab's latest fixes for ↵Gerald Carter2006-04-202-1/+4
| | | | winbindd & smbcontrol
* r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)Gerald Carter2006-04-206-65/+105
|
* r15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132Gerald Carter2006-04-19460-30941/+50697
|\
| * r15133: in_server is not used anywhereVolker Lendecke2006-04-192-4/+0
| |
| * r15132: Fix some shadowed variable warningsVolker Lendecke2006-04-192-28/+28
| |
| * r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison2006-04-184-5/+57
| | | | | | | | | | | | With this change (and setting lanman auth = no in smb.conf) we have *identical* NTLMSSP flags to W2K3 in SPNEGO auth. Jeremy
| * r15123: Don't even try to join with an inproper configuration.Günther Deschner2006-04-182-0/+13
| | | | | | | | Guenther
| * 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
| * r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don'tJames Peach2006-04-182-9/+7
| | | | | | | | convert the default timeout to milliseconds twice.
| * 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-172-2/+2
| | | | | | | | | | return for one of the Samba4 torture tests. Jeremy.
| * r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.Jeremy Allison2006-04-171-3/+12
| | | | | | | | Jeremy.
| * r15104: Implement Samba4's tdb_name().Volker Lendecke2006-04-172-1/+9
| | | | | | | | Volker
| * 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
| * r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring ↵Volker Lendecke2006-04-1712-24/+32
| | | | | | | | | | | | | | | | | | does not have the timeout argument in Samba4. Add a new routine tdb_lock_bystring_with_timeout. Volker
| * r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This ↵Volker Lendecke2006-04-162-2/+59
| | | | | | | | | | | | | | | | should list long share names. Volker
| * r15093: Align to the last winbind changes.Lars Müller2006-04-151-6/+6
| |
| * r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2006-04-156-29/+19
| | | | | | | | | | | | packet processing code. Only do these when needed (ie. in the idle timeout code). We drop an unneccessary global here too. Jeremy.
| * r15086: Get defensive about creating user accounts when winbinddGerald Carter2006-04-141-2/+5
| | | | | | | | fails (but is present).
| * r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2006-04-143-11/+17
| | | | | | | | Jeremy.