summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-2844-2670/+12749
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r21147: committing changes for 3.0.24Gerald Carter2007-02-051-2/+4
|
* r19711: grab the deadtime parameter fix for 3.0.23dGerald Carter2006-11-151-5/+1
|
* r19706: merge up to r19705 from SAMBA_3_0 (good for 3.0.23d now)Gerald Carter2006-11-141-1/+0
|
* r19581: Merge from SAMBA_3_0_23Gerald Carter2006-11-061-0/+8
|
* r19499: sync up changes for 3.0.23dGerald Carter2006-10-269-25/+60
|
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ↵Gerald Carter2006-10-0110-78/+270
| | | | to warrant one)
* r17727: Start pulling in changes for 3.0.23cGerald Carter2006-08-235-51/+73
|
* r17400: grabbing latest changes from SAMBA_3_0_23 to help in testingGerald Carter2006-08-042-5/+23
|
* r17162: Fix typo small typos noticed by Paul Green.Gerald Carter2006-07-201-1/+1
|
* r17161: sync files from SAMBA_3_0_23 branchGerald Carter2006-07-202-11/+25
|
* r17143: svn merge -r17091:17138 ../SAMBA_3_0_23/Gerald Carter2006-07-195-28/+63
|
* r17094: merge fixes for 3.0.23aGerald Carter2006-07-171-15/+17
|
* r16863: Pull in a few changes from Guenther, Simo, & VolkerGerald Carter2006-07-071-1/+1
| | | | Update the release notes
* r16792: minor (but critical fixes) from Jeremy, Volker, & GuentherGerald Carter2006-07-042-2/+3
|
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-0/+3
| | | | | | | | | | | | | | 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.
* r16485: Final changes for 3.0.23rc3 (pulled in changes up to SAMBA_3_0 r16484)samba-3.0.23rc3Gerald Carter2006-06-233-5/+54
|
* r16438: sync up to r16433Gerald Carter2006-06-211-8/+0
|
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-205-14/+68
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-193-8/+10
| | | | * updating release notes to match
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-152-30/+29
|
* r16194: * Starting release notes for 3.0.23rc3 (later on). Gerald Carter2006-06-132-17/+20
| | | | * Pulling changes from SAMBA_3_0 r16193
* r16175: sync up with SAMBA_3_0 to release (r16156)Gerald Carter2006-06-131-1/+1
|
* r16119: pulling changes from 3_0 up to r16117Gerald Carter2006-06-091-1/+1
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-087-35/+102
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* 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
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-2318-191/+711
|
* r15164: grab a few more changes from SAMBA_3_0Gerald Carter2006-04-221-8/+6
|
* r15153: more changes for the release notes and ab's latest fixes for ↵Gerald Carter2006-04-201-0/+3
| | | | winbindd & smbcontrol
* r15132: Fix some shadowed variable warningsVolker Lendecke2006-04-192-28/+28
|
* 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.
* r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.Jeremy Allison2006-04-171-3/+12
| | | | Jeremy.
* r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2006-04-141-2/+3
| | | | Jeremy.
* r15072: Last bit of 32/64 bit portabilities fixes for winbind Gerald Carter2006-04-132-9/+14
| | | | | | | | clients and aservers. Strange compiler-fu on 64-bit SLES9 says sizeof(time_t) == 4 but the memory alignment is on 8 bytes. Change time_t to uint32 to fix alignment. Remove 'char **gr_mem' from struct winbindd_gr since it was not being used.
* r15068: Fix a shadowed variable warningVolker Lendecke2006-04-131-2/+2
|
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ↵Gerald Carter2006-04-1217-121/+144
| | | | winbindd server
* r15040: Stripping the parametric options in pam_winbind and useGünther Deschner2006-04-112-10/+12
| | | | | | | /etc/security/pam_winbind.conf as config file for the PAM module by default. Guenther
* r15039: Fix an uninitialized variable. I _think_ this should default toVolker Lendecke2006-04-111-1/+1
| | | | | | | | PAM_SUCCESS. Günther, could you take a look? Thanks, Volker
* r15038: Replace all code in pam_winbind that relied on access to sambaGünther Deschner2006-04-112-86/+169
| | | | | | | | | | | internals, mostly with the code that was in pam_winbind before. Also switch from using loadparm to use iniParser to read the new pam_winbind options from a configuration file. That still uses the old (parametric) option names which will be replaced next (as iniParser does not support parametric options). Guenther
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ↵Gerald Carter2006-04-081-0/+10
| | | | ensure that global memory is freed when unloading pam_winbind.so (needs more testing on non-linux platforms)
* r14954: Fix #3569 based on William Jojo's work. AIX alsoJeremy Allison2006-04-061-1/+1
| | | | | | | | | has the linear posix locking issue which causes CLEAR_IF_FIRST to cause performance problems. As we know we're in a daemon architecture with long-lived parent we can avoid this in the Samba case. Add a comment explaining this. Jeremy.
* r14940: Remove pam_winbind's ability to create home directories on it's own.Günther Deschner2006-04-062-59/+0
| | | | Guenther
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2006-04-041-40/+1
| | | | | | | | | | | | | | | | | is produced when a process exits abnormally. First, we coalesce the core dumping code so that we greatly improve our odds of being able to produce a core file, even in the case of a memory fault. I've removed duplicates of dump_core() and split it in two to reduce the amount of work needed to actually do the dump. Second, we refactor the exit_server code path to always log an explanation and a stack trace. My goal is to always produce enough log information for us to be able to explain any server exit, though there is a risk that this could produce too much log information on a flaky network. Finally, smbcontrol has gained a smbd fault injection operation to test the changes above. This is only enabled for developer builds.
* r14896: Remove unused filesVolker Lendecke2006-04-031-646/+0
|
* r14895: Merge the 3.0.22 changeVolker Lendecke2006-04-031-1/+1
|
* r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter2006-04-022-8/+10
| | | | | | | | | | | | | | | | I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. ... Fix my brain dead inverted logic for turning winbindd on and off when run on a DC or when calling pdb functions from within winbindd.
* r14855: Various fixes:Gerald Carter2006-04-024-25/+45
| | | | | | | | * depreacte 'acl group control' after discussion with Jeremy and implement functionality as part of 'dos filemode' * fix winbindd on a non-member server to expand local groups * prevent code previously only used by smbd from blindly turning _NO_WINBINDD back on
* r14841: Fix IRIX build --with-pam.Günther Deschner2006-03-311-1/+1
| | | | Guenther
* r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison2006-03-291-0/+4
| | | | Jeremy.