Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11487: thanks to make test I noticed a dead lock bug, in the last change, | Stefan Metzmacher | 1 | -19/+39 |
2007-10-10 | r11485: prevent us from calling the request handler recursiv when | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11466: Clear up some memory leaks in smbclient. | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r11424: Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11404: Another torture test and a new WERR. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 1 | -4/+16 |
2007-10-10 | r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in | Volker Lendecke | 6 | -426/+154 |
2007-10-10 | r11334: Print error status in debug. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11274: Start a connection attempt to the DC's port 389. To do this properly,... | Volker Lendecke | 1 | -18/+79 |
2007-10-10 | r11271: Fix a warning and an infinite recursion | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r11264: Winbind does not rely on the hostname resolution mechanisms of | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r11248: Fix anon fallback with spnego | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 4 | -79/+83 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 4 | -119/+0 |
2007-10-10 | r11198: The recent changes to netlogon changed this from a RID to a SID. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11114: - fixed error handling on bad bind in ildap client | Andrew Tridgell | 2 | -2/+64 |
2007-10-10 | r11095: Implement wb_getuserdomgroups. | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r11090: we need this to run correct under socket_wrapper | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11052: bring samba4 uptodate with the samba4-winsrepl branch, | Stefan Metzmacher | 4 | -13/+1 |
2007-10-10 | r11037: | Stefan Metzmacher | 4 | -1/+13 |
2007-10-10 | r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200 | Stefan Metzmacher | 12 | -87/+104 |
2007-10-10 | r10981: Pull code to decide between and implement NTLMv2, NTLM and LM | Andrew Bartlett | 1 | -71/+47 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -6/+5 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 6 | -23/+107 |
2007-10-10 | r10867: add WERR_UNKNOWN_REVISION errorcode | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r10852: Continuation-based programming can become a bit spaghetti... | Volker Lendecke | 1 | -1/+73 |
2007-10-10 | r10848: Fix warning | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and use | Andrew Bartlett | 1 | -4/+18 |
2007-10-10 | r10845: Add new function to decrypt the session keys in samlogon responses. | Andrew Bartlett | 1 | -0/+44 |
2007-10-10 | r10836: giving NT_STATUS_NO_MEMORY, when the connection fails wasn't a good i... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 1 | -0/+25 |
2007-10-10 | r10766: - make it possible to mark a wrepl_request as send only, | Stefan Metzmacher | 2 | -11/+103 |
2007-10-10 | r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca... | Stefan Metzmacher | 2 | -17/+23 |
2007-10-10 | r10754: fixed a valgrind error for unmatched SMB replies | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r10712: Use data_blob_talloc, thanks to valgrind for finding the errors. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r10677: Add smb_composite_connectmulti: Send out multiple SYN packets at once... | Volker Lendecke | 6 | -10/+246 |
2007-10-10 | r10668: added a ildap_search_bytree() function | Andrew Tridgell | 1 | -5/+20 |
2007-10-10 | r10646: Hey Jelmer what do you think of this? The SConscript for the libcli | Tim Potter | 1 | -68/+117 |
2007-10-10 | r10638: - add wrepl_socket_merge() function that creates a wrepl_socket on top | Stefan Metzmacher | 1 | -0/+43 |
2007-10-10 | r10636: Formatting for better readability. | Rafal Szczesniak | 2 | -6/+15 |
2007-10-10 | r10635: Formatting for better readability. | Rafal Szczesniak | 1 | -4/+4 |
2007-10-10 | r10627: - use a wrepl specific enum for the node type | Stefan Metzmacher | 2 | -4/+4 |
2007-10-10 | r10608: - fix hierachical memory handling in ndr_pull_nbt_name | Stefan Metzmacher | 3 | -49/+140 |
2007-10-10 | r10598: Factor out common code, in preperation for a move elsewhere. | Andrew Bartlett | 1 | -11/+7 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -17/+17 |
2007-10-10 | r10569: add all info that we have to wrepl_name, as we need it for replicatio... | Stefan Metzmacher | 2 | -6/+19 |
2007-10-10 | r10547: - add wrepl_request timeout handling | Stefan Metzmacher | 2 | -15/+69 |
2007-10-10 | r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESET | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r10542: if the transport is dead we need to return | Stefan Metzmacher | 1 | -0/+3 |