Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfo | Stefan Metzmacher | 3 | -7/+7 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r16091: Without this patch Samba3 will not accept this, and simply setting th... | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r16073: On an incoming wildcard search, it is critical that the size be | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 8 | -29/+13 |
2007-10-10 | r15835: fixed locking in the client library | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r15834: fixed a memory leak in the session code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r15820: this line was just for testing | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r15815: add SMB2 Lock client code | Stefan Metzmacher | 2 | -0/+78 |
2007-10-10 | r15814: add SMB2 Lock interface structure | Stefan Metzmacher | 2 | -1/+35 |
2007-10-10 | r15794: fixed a problem with DOS status codes - found by kukks (thanks!) | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r15775: add some privilege related WERROR codes | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r15770: when there's a dynamic body, we need to send the first byte even if the | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15756: handle RAW_OPEN_SMB2 | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r15744: convert_string_talloc() handles src_len == 0 as error | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 16 | -291/+403 |
2007-10-10 | r15740: add TODO, that we should check if the server supports | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r15737: fix a typos and comment | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l... | Stefan Metzmacher | 2 | -1/+18 |
2007-10-10 | r15688: windows sends 4 as max_setup count on NT IOCTL | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15661: add NT_STATUS_OBJECTID_NOT_FOUND | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r15656: for NT IOCTL's we need to control the max_data field for some calls | Stefan Metzmacher | 2 | -1/+2 |
2007-10-10 | r15643: add some FSCTL_ codes | Stefan Metzmacher | 1 | -5/+32 |
2007-10-10 | r15640: - NT IOCTL calls also have an 'in' data_blob | Stefan Metzmacher | 2 | -7/+17 |
2007-10-10 | r15638: add a usefull macro to get a pointer the smb_handle union | Stefan Metzmacher | 1 | -1/+43 |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 4 | -4/+2 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 16 | -18/+29 |
2007-10-10 | r15505: - add 'generic' alias to smb_seek and smb_flush | Stefan Metzmacher | 1 | -8/+14 |
2007-10-10 | r15457: Get rid of more usages of uint_t | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15416: Point out that this doesn't work, but for servers this old, I just | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3 | Andrew Bartlett | 1 | -1/+52 |
2007-10-10 | r15400: Move the TLS code behind the socket interface. | Andrew Bartlett | 3 | -20/+22 |
2007-10-10 | r15397: Fix typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15395: Fix build by adding another copy of the Python detection m4 fragment. | Tim Potter | 1 | -0/+31 |
2007-10-10 | r15391: Wrap up the nbt_name_query() function as a bit of an experiment. It | Tim Potter | 2 | -0/+141 |
2007-10-10 | r15387: Fix installation of dcerpc headers, remove more instances of uint_t | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15384: Improve naming of socket library, disable Requires(.private)? fields ... | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke... | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r15365: Fix error in my previous commit, caught by metze. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r15358: Fix some compiler warnings / type safety. Found by tcc | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r15356: Remove unused 'flags' argument from socket_send() and friends. | Andrew Bartlett | 3 | -7/+7 |
2007-10-10 | r15352: Remove reference to just-removed subsystem | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15350: Remove empty subsystem, don't install .a files of subsystems | Jelmer Vernooij | 1 | -8/+0 |
2007-10-10 | r15344: Fix shared library build | Jelmer Vernooij | 2 | -5/+4 |
2007-10-10 | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 2 | -7/+7 |
2007-10-10 | r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB | Jelmer Vernooij | 1 | -8/+5 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 5 | -4/+34 |
2007-10-10 | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 2 | -6/+6 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -0/+1 |