summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r24943: Some stackframesVolker Lendecke2007-10-109-6/+24
* r24920: Reformatting.Günther Deschner2007-10-101-128/+182
* r24903: One more tick in #if 0 codeVolker Lendecke2007-10-101-1/+1
* r24902: DEBUG might use talloc_tos() itself...Volker Lendecke2007-10-101-1/+1
* r24879: Activate the winbindd cache-validation message handler.Michael Adam2007-10-101-4/+38
* r24877: Don't panic in tdb validation code when the fork or waitpid fails.Michael Adam2007-10-101-5/+7
* r24864: - Correct failure of libsmbclient against a version of Windows found ...Derrell Lipman2007-10-101-24/+2
* r24853: Rename function as Jerry asked.Rafal Szczesniak2007-10-102-5/+5
* r24848: Make tdb_validate() take an open tdb handle instead of a file name.Michael Adam2007-10-102-17/+47
* r24847: Change standard failure return code of tdb_validate from "-1" to "1".Michael Adam2007-10-101-2/+2
* r24845: Fix a segfault in smbcontrol when called with parameters but no extra...Michael Adam2007-10-101-3/+5
* r24843: Add a "validate-cache" control message to winbindd.Michael Adam2007-10-103-0/+71
* r24842: Fix build warning.Günther Deschner2007-10-101-1/+1
* r24841: The locator has no dependencies to ldap libs anymore. Also fix the bu...Günther Deschner2007-10-101-2/+1
* r24838: Now for real: build the locator, if we can.Günther Deschner2007-10-101-2/+4
* r24836: Initialize some uninitialized variables.Michael Adam2007-10-101-3/+5
* r24833: Move locator to nsswitch (does not belong to libads anymore).Günther Deschner2007-10-102-1/+1
* r24832: In the winbind-locator recursion case, try to pick up the kdc from theGünther Deschner2007-10-101-3/+22
* r24830: Add a winbindd cache validation function that does not doMichael Adam2007-10-101-0/+25
* r24829: Make use of a variable, that is available... :-)Michael Adam2007-10-101-2/+1
* r24828: Give smbcontrol an initial talloc stackframe.Michael Adam2007-10-101-1/+6
* r24827: Give smbstatus an initial talloc stackframe.Michael Adam2007-10-101-14/+24
* r24826: Fix two memleaks in idmap_cache.c, bug 4917Volker Lendecke2007-10-101-2/+4
* r24825: Give testparm an initial talloc stackframe, so it does not complainMichael Adam2007-10-101-0/+3
* r24824: Create an initial talloc stackframe for the net binary.Michael Adam2007-10-101-0/+3
* r24813: Reformat to 80 columns.Jeremy Allison2007-10-101-19/+32
* r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison2007-10-101-63/+96
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-1033-204/+272
* r24808: Fix the same problem Volker noticed.Jeremy Allison2007-10-101-1/+1
* r24807: Add WINBINDD_LOCATOR_KDC_ADDRESS env which will be used for the case ...Günther Deschner2007-10-102-0/+34
* r24806: Fix the build, sorry...Günther Deschner2007-10-101-2/+2
* r24805: When we can build the locator, build it.Günther Deschner2007-10-101-1/+1
* r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner2007-10-103-41/+72
* r24803: For some funny reason us4/gcc seems to fall over the 'Volker Lendecke2007-10-101-1/+1
* r24802: Activate new testsVolker Lendecke2007-10-102-0/+2
* r24801: When told to ignore the winbind cache also do so while trying to stor...Günther Deschner2007-10-101-0/+4
* r24799: Prefer IP address to dns name when replying in winbindd dsgetdcname.Günther Deschner2007-10-101-1/+17
* r24797: Fix logic in dsgetdcname().Günther Deschner2007-10-101-1/+1
* r24791: Fix logic error in timeout of blocking lock processing found byJeremy Allison2007-10-101-22/+29
* r24789: Add implementation of machine-authenticated connection to netlogonRafal Szczesniak2007-10-103-7/+42
* r24788: Cleanup some linking msgs and remove references to libmsrpcGerald Carter2007-10-101-29/+13
* r24786: Fix another build warning.Günther Deschner2007-10-101-5/+5
* r24785: Put checks in parentheses.Günther Deschner2007-10-101-1/+1
* r24784: Initialize uninitalized data to prevent segfaults.Michael Adam2007-10-101-0/+5
* r24783: Remove unused off_t type.Günther Deschner2007-10-102-5/+3
* r24782: Fix C++ warningsVolker Lendecke2007-10-101-3/+4
* r24781: Fix build warning.Günther Deschner2007-10-101-1/+1
* r24778: Make sure krb5 locator requests go to a separate locator winbind child.Günther Deschner2007-10-104-5/+31
* r24776: Remove accidentially commited flag checks.Günther Deschner2007-10-101-8/+0
* r24773: Fix a ctdb connection lockupVolker Lendecke2007-10-103-13/+57