Age | Commit message (Expand) | Author | Files | Lines |
2011-09-08 | build: make LIBWBCLIENT_OLD and auth_unix_token libraries | Andrew Bartlett | 1 | -4/+5 |
2011-09-05 | s4:libcli/raw: make use of PROTOCOL_SMB2_02 | Stefan Metzmacher | 1 | -1/+1 |
2011-08-27 | RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out... | Jeremy Allison | 1 | -0/+1 |
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -2/+2 |
2011-08-18 | cli-raw: Add public libsmbclient-raw library. | Jelmer Vernooij | 4 | -5/+17 |
2011-08-18 | libcliraw: Install more header files. | Jelmer Vernooij | 4 | -4/+4 |
2011-08-18 | smb_common: Install some more headers. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-18 | libcliraw: Install request.h and signing.h. | Jelmer Vernooij | 1 | -1/+2 |
2011-08-18 | smb_composite: Remove unnecessary include of signing header. | Jelmer Vernooij | 1 | -1/+0 |
2011-08-18 | smb_composite: Integrate prototypes in header file. | Jelmer Vernooij | 3 | -4/+69 |
2011-08-13 | s4:libcli: use tevent_ fn names instead of legacy event_ ones | Simo Sorce | 8 | -28/+28 |
2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 1 | -14/+14 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 2 | -4/+4 |
2011-08-03 | gensec: clarify memory ownership for gensec_session_info() and gensec_session... | Andrew Bartlett | 2 | -9/+3 |
2011-08-03 | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 1 | -0/+1 |
2011-08-03 | s4-libcli: Fix the fd leak. Close open file descriptor before return. | Amitay Isaacs | 1 | -2/+4 |
2011-08-03 | s4-libcli: get_acl and set_acl require raw_open to set security descriptor | Amitay Isaacs | 1 | -15/+75 |
2011-08-03 | s4-libcli: Check if short_name is not null, before converting to python string | Amitay Isaacs | 1 | -1/+8 |
2011-08-03 | s4-libcli: Replace smb_composite_connect() with smb_full_connection() | Amitay Isaacs | 1 | -24/+20 |
2011-08-03 | s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath() | Amitay Isaacs | 1 | -11/+97 |
2011-07-28 | s4-libcli: Initialize stack structure variables to zero. | Amitay Isaacs | 1 | -14/+45 |
2011-07-28 | s4-libcli: Added python interface for file I/O using SMB | Amitay Isaacs | 2 | -0/+393 |
2011-07-26 | cli_composite: Lowercase name. | Jelmer Vernooij | 2 | -3/+3 |
2011-07-26 | cli_smb_common: Lowercase name. | Jelmer Vernooij | 1 | -2/+2 |
2011-07-26 | cli_cldap: Lowercase name. | Jelmer Vernooij | 1 | -1/+1 |
2011-07-23 | cli_raw: Make name lowercase. | Jelmer Vernooij | 3 | -4/+4 |
2011-07-23 | charset: Make name lowercase everywhere. | Jelmer Vernooij | 1 | -1/+1 |
2011-07-12 | s4:libcli/raw: s/SMBchkpth/SMBcheckpath | Stefan Metzmacher | 2 | -2/+2 |
2011-07-12 | s4:libcli/raw: remove SMBkeepalive | Stefan Metzmacher | 1 | -1/+0 |
2011-07-06 | libcli/smb move FILE_TYPE constants in common | Andrew Bartlett | 1 | -8/+0 |
2011-07-06 | libcli/smb move enum protocol_types to a common header | Andrew Bartlett | 1 | -0/+1 |
2011-06-20 | Use tevent_req_oom | Volker Lendecke | 1 | -2/+2 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 5 | -10/+10 |
2011-06-20 | libcli/util Bring samba4 unix -> nt_status code in common. | Andrew Bartlett | 2 | -166/+0 |
2011-06-20 | s3-libcli Remove unused error mapping tables | Andrew Bartlett | 1 | -549/+0 |
2011-06-17 | s4-errors: Import error maps from the source3/ unix -> ntstatus mapping | Andrew Bartlett | 1 | -0/+11 |
2011-06-17 | errors: reorder error codes for easier s3/s4 comparison | Andrew Bartlett | 1 | -3/+3 |
2011-06-17 | s4-util: removed the s4 nterr.c | Andrew Tridgell | 2 | -55/+1 |
2011-06-17 | libclu/util: Move get_friendly_nt_error_msg() in common. | Andrew Bartlett | 1 | -20/+0 |
2011-06-15 | s4:libcli/smb_composite: convert smb2_composite_setpathinfo_send/rev to teven... | Stefan Metzmacher | 2 | -59/+129 |
2011-06-11 | s4:libcli/raw/raw*.c - add unhandled enum values | Matthias Dieter Wallnöfer | 2 | -2/+3 |
2011-06-07 | s4-ipv6: fixed a crash in the IPv6 DNS code | Andrew Tridgell | 1 | -1/+1 |
2011-06-07 | s4-ipv6: fixed DNS handling with new IPv6 code | Andrew Tridgell | 1 | -1/+16 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 1 | -1/+1 |
2011-06-06 | s4-ipv6: allow for IPv6 in resolver top level calls | Andrew Tridgell | 1 | -4/+2 |
2011-06-06 | s4-ipv6: cope with IPv6 in our async DNS client code | Andrew Tridgell | 1 | -28/+28 |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 3 | -3/+3 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 1 | -1/+1 |
2011-05-31 | libcli/util Remove ntstatus_check_dos_mapping | Andrew Bartlett | 1 | -35/+0 |
2011-05-31 | s4-libcli Merge error map order with source3 errmap_unix.c | Andrew Bartlett | 1 | -26/+28 |