summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* r16485: Final changes for 3.0.23rc3 (pulled in changes up to SAMBA_3_0 r16484)samba-3.0.23rc3Gerald Carter2006-06-237-21/+90
|
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-2210-16/+59
|
* r16465: merge a few miniro SAMBA_3_0 fixesGerald Carter2006-06-224-1/+6
| | | | | | | 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-2111-46/+73
|
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-2055-538/+755
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-1949-252/+833
| | | | * updating release notes to match
* r16291: fixing wrong bug number noticed by Geir A. Myrestrand ↵Gerald Carter2006-06-161-1/+1
| | | | <geir.myrestrand@falconstor.com>
* r16256: sync up to r16255 from SAMBA_3_0Gerald Carter2006-06-153-8/+23
|
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-1542-1481/+1498
|
* r16206: Don Meyer <dlmeyer@uiuc.edu> pointed out that RHEL4 rpms use 'Epoch: ↵Gerald Carter2006-06-131-0/+1
| | | | 0' so work around that
* 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-138-27/+64
| | | | * Pulling changes from SAMBA_3_0 r16193
* r16189: fix a few typos in the release notesGerald Carter2006-06-131-4/+4
|
* r16176: fix a few typos I missedsamba-3.0.23rc2Gerald Carter2006-06-131-2/+2
|
* r16175: sync up with SAMBA_3_0 to release (r16156)Gerald Carter2006-06-138-9/+24
|
* r16131: fix RedHat 9 spec filesGerald Carter2006-06-091-0/+2
|
* r16130: fix a shell portability issue for Solaris sh in installman.shGerald Carter2006-06-091-2/+2
|
* r16128: fix bad formattingGerald Carter2006-06-091-1/+2
|
* r16127: adding volker parse_net changeGerald Carter2006-06-092-20/+28
|
* r16124: catch a couple of fixes from GuentherGerald Carter2006-06-094-2/+15
|
* r16119: pulling changes from 3_0 up to r16117Gerald Carter2006-06-099-35/+149
|
* r16106: add missing symlinksGerald Carter2006-06-083-0/+3
|
* r16105: 3.0.23.rc2 release notesGerald Carter2006-06-081-7/+130
|
* 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-242-0/+3
|
* r15843: grab volker's winbindd-get-your-own-dc patchGerald Carter2006-05-232-1/+3
|
* r15841: grab talloc fixes (current up to r15838)Gerald Carter2006-05-233-3/+39
|
* r15840: first draft of the 3.0.23rc1 release notesGerald Carter2006-05-231-20/+246
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-23177-3505/+7687
|
* r15166: finial packaging changes (hopefully)samba-3.0.23pre1Gerald Carter2006-04-222-6/+24
|
* r15164: grab a few more changes from SAMBA_3_0Gerald Carter2006-04-228-43/+88
|
* r15153: more changes for the release notes and ab's latest fixes for ↵Gerald Carter2006-04-203-38/+79
| | | | winbindd & smbcontrol
* r15145: add some more to the release notes (please review)Gerald Carter2006-04-201-0/+21
|
* r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)Gerald Carter2006-04-207-69/+125
|
* r15140: first draft of 3.0.23pre1 release notesGerald Carter2006-04-191-4/+335
|
* r15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132Gerald Carter2006-04-19483-31055/+50807
|\
| * 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