Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11668: yay! we get a successful session setup with SMB2, and get back a 64bi... | Andrew Tridgell | 6 | -20/+84 |
2007-10-10 | r11666: filled in the basic session setup. Vista happily accepts the first | Andrew Tridgell | 2 | -0/+71 |
2007-10-10 | r11665: started to put some meat on the structure used for the SMB2 library | Andrew Tridgell | 7 | -39/+153 |
2007-10-10 | r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe... | Andrew Tridgell | 6 | -0/+689 |
2007-10-10 | r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or | Andrew Tridgell | 2 | -10/+0 |
2007-10-10 | r11649: - add support for ntcancel replies (they only happen in error cases, | Stefan Metzmacher | 3 | -0/+49 |
2007-10-10 | r11647: add smbcli_ prefix | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r11644: free the buffer when it's not used | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r11636: a bit neater solution to the nt_cancel problem | Andrew Tridgell | 1 | -10/+1 |
2007-10-10 | r11635: fix a handling of packet_send in the smb client lib | Stefan Metzmacher | 1 | -1/+10 |
2007-10-10 | r11632: removed 2 unused functions | Andrew Tridgell | 1 | -33/+0 |
2007-10-10 | r11626: Fix unhandled enum in case statement warnings by noting appropriately | Tim Potter | 1 | -0/+12 |
2007-10-10 | r11620: switch the ldap client code over to using the generic packet code | Andrew Tridgell | 4 | -173/+156 |
2007-10-10 | r11609: fixed handling of one way requests with new send code | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r11606: use the generic packet send code in libcli/raw/ | Andrew Tridgell | 1 | -77/+23 |
2007-10-10 | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 3 | -82/+50 |
2007-10-10 | r11546: add more errno ntstatus mappings, to get more usefull errors from soc... | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r11533: Be a bit less intrusive | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r11532: Enable kerberos session setup for winbind smb connections | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r11528: Separate finding dcs from initializing a domain. Makes it easier to p... | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r11523: Working towards having Samba3 join Samba4, this allows the SASL | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r11521: Add in client support for checking supportedSASLmechanisms, and then | Andrew Bartlett | 1 | -2/+55 |
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 |