summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r22657: merge gd netsamlogon talloc fixGerald Carter2007-05-031-4/+3
|
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-0387-818/+1634
|
* r22512: add a note about offline files and "map acl inherit"samba-3.0.25rc3Gerald Carter2007-04-251-0/+15
|
* r22510: pull patches from SAMBA_3_0_25 and update release notes for 3.0.25rc3Gerald Carter2007-04-2511-42/+116
|
* r22473: Correct fix for setting a default compat tdb idmap backend.Gerald Carter2007-04-231-29/+30
| | | | | | Previous code would always fill in "idmap backend = tdb" even if you defined idmap domains. My fault. I should have tested the original patch more before committing.
* r22448: grab idmap compat patch from 3.0.25 (will recur 3.0.25rc2 for this)samba-3.0.25rc2Gerald Carter2007-04-222-0/+13
|
* r22445: Final touches on release notesGerald Carter2007-04-221-0/+2
|
* r22444: * Validate a SID before trying to convert it to a uid/gid via the publicGerald Carter2007-04-222-3/+4
| | | | | | winbindd interface * Add nss_info/*so files to the RHEL/Fedora packaging
* r22435: adding new librepleasce files for releaseGerald Carter2007-04-213-0/+1176
|
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-2162-602/+1527
|
* r22433: set version to 3.0.25rc2Gerald Carter2007-04-211-1/+1
|
* r22432: release notes for 3.0.25rc2Gerald Carter2007-04-211-3/+117
|
* r22143: Jeremy says to not set the lengthsamba-3.0.25rc1Gerald Carter2007-04-091-1/+0
|
* r22142: add mention of the Vista performance fixesGerald Carter2007-04-091-1/+23
|
* r22141: add forgotten vfs_readahead fileGerald Carter2007-04-091-0/+188
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-0992-2217/+2034
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21920: add idmap man pages to RHEL packagingsamba-3.0.25pre2Gerald Carter2007-03-211-0/+1
|
* r21918: Reverting this change as it is now causing aborts() in Gerald Carter2007-03-211-6/+1
| | | | | find_builtin_domain(). This all needs more testing before anyone starts changing these lookup routines again.
* r21915: grab the sid_peek_check_rid() fix from 3.0.25 and the release notesGerald Carter2007-03-212-1/+8
|
* r21907: install smbmount pages now that Lars has fixed 'make install'Gerald Carter2007-03-211-3/+3
|
* r21905: RenameGerald Carter2007-03-212-11/+11
| | | | | idmap expire time -> idmap cache time idmap negative time -> idmap negative cache time
* r21895: Updating release notes for 3.0.25pre2. Feel free to fix errorGerald Carter2007-03-201-7/+220
| | | | in the SAMBA_3_0_25 tree and I'll pull the changes across.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-20127-2242/+5371
| | | | * Set version to 3.0.25pre2
* r21627: some last minute packaging fixes on RHEL4/Fedorasamba-3.0.25pre1Gerald Carter2007-03-011-7/+18
|
* r21624: Remove stray #endif from bad mergeGerald Carter2007-03-011-1/+0
|
* r21622: Fix bad merge caught by James.Gerald Carter2007-03-011-7/+0
|
* r21621: This is the final draft of the release notes. Time to start testing ↵Gerald Carter2007-03-011-3/+43
| | | | tarballs to RTTW
* r21619: * Pickup latest changes from SAMBA_3_0_25 (this will be itGerald Carter2007-03-0117-146/+477
| | | | | for 3.0.25pre1 unless something blows up) * Update release notes some more
* r21598: checkin before I sync to the 3.0.25 so people can fix typos directlyGerald Carter2007-02-281-3/+16
|
* r21597: anotehr safety checkin of the releas notes for reviewGerald Carter2007-02-281-4/+76
|
* r21596: safety checking of release notes and give others a chance to start ↵Gerald Carter2007-02-281-5/+175
| | | | reviewing
* r21587: more sync with 3.0.25 tree (remove old directories and copy pcap2nbench)Gerald Carter2007-02-2823-0/+2176
|\
| * r21581: Add an error code I just gotVolker Lendecke2007-02-282-0/+2
| |
| * r21577: Remove unneeded #define (part of earlier patch that wasJeremy Allison2007-02-281-2/+0
| | | | | | | | | | removed). Jeremy.
| * r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>Jeremy Allison2007-02-282-16/+83
| | | | | | | | | | | | to allow client to fragment large SPNEGO blobs (large krb5 tickets). Tested against W2K3R2. Should fix bug #4400. Jeremy.
| * r21569: Fix bug reported by Martin Zielinski <mz@seh.de>Jeremy Allison2007-02-271-1/+1
| | | | | | | | | | where return value was incorrectly initialized. Jeremy.
| * r21566: If we're going to be broken, at least be *consistently*Jeremy Allison2007-02-271-1/+9
| | | | | | | | | | | | broken :-). This will do until Simo fixes the escape calls properly. Jeremy.
| * r21563: Fix a memleak: We only need dispinfo structs for "our" and for the ↵Volker Lendecke2007-02-271-40/+41
| | | | | | | | | | | | | | | | | | builtin domain. Without this patch we leaked a DISPINFO for the (NULL) domain per samr_connect*() call. Volker
| * r21561: It makes absolutely no sense to call krb5_kt_resolve() two timesGünther Deschner2007-02-271-6/+1
| | | | | | | | | | | | directly after another. Guenther
| * r21560: Convert name_to_fqdn to BOOL.Günther Deschner2007-02-271-3/+6
| | | | | | | | Guenther
| * r21558: Safe more indent, again no code changes.Günther Deschner2007-02-271-37/+37
| | | | | | | | Guenther
| * r21557: indent only fix. No code change.Günther Deschner2007-02-271-49/+49
| | | | | | | | Guenther
| * r21556: Remove superfluos return check in ads_keytab_verify_ticket().Günther Deschner2007-02-271-2/+0
| | | | | | | | Guenther
| * r21548: prevent segv (reference to -1 element of array)Herb Lewis2007-02-261-1/+2
| |
| * r21546: remove duplicate linesHerb Lewis2007-02-261-3/+0
| |
| * r21543: Fix 64bit build warning.Günther Deschner2007-02-261-1/+1
| | | | | | | | Guenther
| * r21542: Fix the build with profiling in 3.0.25 (wasn't merged from 3_0 itGünther Deschner2007-02-261-4/+4
| | | | | | | | | | | | seems). Guenther
| * r21540: Fix Bug #3713 and readd reporting what the profiles tool does (whenGünther Deschner2007-02-261-4/+56
| | | | | | | | | | | | | | | | called with the -v option). Patch from William Jojo <jojowil@hvcc.edu>. Guenther
| * r21537: Avoid to trigger the confusing "cached entry differs." warning whenGünther Deschner2007-02-262-2/+20
| | | | | | | | | | | | there is just no cache around for a user. Guenther
| * r21536: Fix copy/paste typo.Günther Deschner2007-02-261-1/+1
| | | | | | | | Guenther