index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r24903: One more tick in #if 0 code
Volker Lendecke
1
-1
/
+1
2007-10-10
r24902: DEBUG might use talloc_tos() itself...
Volker Lendecke
1
-1
/
+1
2007-10-10
r24879: Activate the winbindd cache-validation message handler.
Michael Adam
1
-4
/
+38
2007-10-10
r24877: Don't panic in tdb validation code when the fork or waitpid fails.
Michael Adam
1
-5
/
+7
2007-10-10
r24864: - Correct failure of libsmbclient against a version of Windows found ...
Derrell Lipman
1
-24
/
+2
2007-10-10
r24853: Rename function as Jerry asked.
Rafal Szczesniak
2
-5
/
+5
2007-10-10
r24848: Make tdb_validate() take an open tdb handle instead of a file name.
Michael Adam
2
-17
/
+47
2007-10-10
r24847: Change standard failure return code of tdb_validate from "-1" to "1".
Michael Adam
1
-2
/
+2
2007-10-10
r24845: Fix a segfault in smbcontrol when called with parameters but no extra...
Michael Adam
1
-3
/
+5
2007-10-10
r24843: Add a "validate-cache" control message to winbindd.
Michael Adam
3
-0
/
+71
2007-10-10
r24842: Fix build warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r24841: The locator has no dependencies to ldap libs anymore. Also fix the bu...
Günther Deschner
1
-2
/
+1
2007-10-10
r24838: Now for real: build the locator, if we can.
Günther Deschner
1
-2
/
+4
2007-10-10
r24836: Initialize some uninitialized variables.
Michael Adam
1
-3
/
+5
2007-10-10
r24833: Move locator to nsswitch (does not belong to libads anymore).
Günther Deschner
2
-1
/
+1
2007-10-10
r24832: In the winbind-locator recursion case, try to pick up the kdc from the
Günther Deschner
1
-3
/
+22
2007-10-10
r24830: Add a winbindd cache validation function that does not do
Michael Adam
1
-0
/
+25
2007-10-10
r24829: Make use of a variable, that is available... :-)
Michael Adam
1
-2
/
+1
2007-10-10
r24828: Give smbcontrol an initial talloc stackframe.
Michael Adam
1
-1
/
+6
2007-10-10
r24827: Give smbstatus an initial talloc stackframe.
Michael Adam
1
-14
/
+24
2007-10-10
r24826: Fix two memleaks in idmap_cache.c, bug 4917
Volker Lendecke
1
-2
/
+4
2007-10-10
r24825: Give testparm an initial talloc stackframe, so it does not complain
Michael Adam
1
-0
/
+3
2007-10-10
r24824: Create an initial talloc stackframe for the net binary.
Michael Adam
1
-0
/
+3
2007-10-10
r24813: Reformat to 80 columns.
Jeremy Allison
1
-19
/
+32
2007-10-10
r24811: Simple reformatting to fit the 80 columns rule.
Jeremy Allison
1
-63
/
+96
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
33
-204
/
+272
2007-10-10
r24808: Fix the same problem Volker noticed.
Jeremy Allison
1
-1
/
+1
2007-10-10
r24807: Add WINBINDD_LOCATOR_KDC_ADDRESS env which will be used for the case ...
Günther Deschner
2
-0
/
+34
2007-10-10
r24806: Fix the build, sorry...
Günther Deschner
1
-2
/
+2
2007-10-10
r24805: When we can build the locator, build it.
Günther Deschner
1
-1
/
+1
2007-10-10
r24804: As a temporary workaround, also try to guess the server's principal i...
Günther Deschner
3
-41
/
+72
2007-10-10
r24803: For some funny reason us4/gcc seems to fall over the '
Volker Lendecke
1
-1
/
+1
2007-10-10
r24802: Activate new tests
Volker Lendecke
2
-0
/
+2
2007-10-10
r24801: When told to ignore the winbind cache also do so while trying to stor...
Günther Deschner
1
-0
/
+4
2007-10-10
r24799: Prefer IP address to dns name when replying in winbindd dsgetdcname.
Günther Deschner
1
-1
/
+17
2007-10-10
r24797: Fix logic in dsgetdcname().
Günther Deschner
1
-1
/
+1
2007-10-10
r24791: Fix logic error in timeout of blocking lock processing found by
Jeremy Allison
1
-22
/
+29
2007-10-10
r24789: Add implementation of machine-authenticated connection to netlogon
Rafal Szczesniak
3
-7
/
+42
2007-10-10
r24788: Cleanup some linking msgs and remove references to libmsrpc
Gerald Carter
1
-29
/
+13
2007-10-10
r24786: Fix another build warning.
Günther Deschner
1
-5
/
+5
2007-10-10
r24785: Put checks in parentheses.
Günther Deschner
1
-1
/
+1
2007-10-10
r24784: Initialize uninitalized data to prevent segfaults.
Michael Adam
1
-0
/
+5
2007-10-10
r24783: Remove unused off_t type.
Günther Deschner
2
-5
/
+3
2007-10-10
r24782: Fix C++ warnings
Volker Lendecke
1
-3
/
+4
2007-10-10
r24781: Fix build warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r24778: Make sure krb5 locator requests go to a separate locator winbind child.
Günther Deschner
4
-5
/
+31
2007-10-10
r24776: Remove accidentially commited flag checks.
Günther Deschner
1
-8
/
+0
2007-10-10
r24773: Fix a ctdb connection lockup
Volker Lendecke
3
-13
/
+57
2007-10-10
r24771: Use infolevel 25 to set the machine account's password (just like win...
Rafal Szczesniak
2
-41
/
+60
2007-10-10
r24769: Merge error handling for locator plugin.
Günther Deschner
1
-17
/
+5
[next]