Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 1 | -2/+1 | |
2011-10-26 | libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h | Stefan Metzmacher | 1 | -6/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 26 11:27:12 CEST 2011 on sn-devel-104 | |||||
2011-10-25 | s4:libcli: rename smb_signing.h to smb_raw_signing.h in the install directory | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-24 | libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.h | Stefan Metzmacher | 1 | -34/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 24 17:46:47 CEST 2011 on sn-devel-104 | |||||
2011-10-24 | s4:libcli/raw: remove unuded CMD_REPLY define | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2011-10-24 | libcli/smb: move more defines to smb_constants.h | Stefan Metzmacher | 1 | -106/+0 | |
metze | |||||
2011-10-24 | libcli/smb: move CAP_* defines to smb_constants.h | Stefan Metzmacher | 1 | -18/+0 | |
metze | |||||
2011-10-22 | s4:finddcs_cldap: talloc free old memory before allocating a new netlogon struct | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 22 04:55:54 CEST 2011 on sn-devel-104 | |||||
2011-10-22 | s4:finddcs_cldap: close the socket when it's not used anymore | Stefan Metzmacher | 1 | -1/+2 | |
The amount of possible fd's might be restricted, so close them early. metze | |||||
2011-10-22 | s4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUS | Stefan Metzmacher | 1 | -1/+6 | |
We need to convert the errno based error to NTSTATUS before calling tevent_req_error (via tevent_req_nterror). metze | |||||
2011-10-22 | s4-cldap: fix cldap_socket_init to always specify the dest if local is NULL | Matthieu Patou | 1 | -17/+18 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Oct 22 00:02:00 CEST 2011 on sn-devel-104 | |||||
2011-10-21 | s4-resolv: fix resolution of SRV records pointing to A and AAAA records | Matthieu Patou | 1 | -161/+238 | |
2011-10-21 | libcli/smb: move some common defines to smb_constants.h | Stefan Metzmacher | 1 | -28/+0 | |
metze | |||||
2011-10-19 | s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros | Stefan Metzmacher | 1 | -6/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 19 17:15:23 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s4:libcli/smb2: make use of _smb_setlen_tcp() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-10-19 | s4:libcli/raw: make use of _smb_setlen_nbt() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-10-19 | s3: remove duplicate fsctl fn definitions | David Disseldorp | 1 | -11/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 2 | -60/+1 | |
Currently there are a lot of duplicate ioctl function field definitions between source3 and source4. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-18 | gensec: move event context from gensec_*_init() to gensec_update() | Andrew Bartlett | 3 | -4/+7 | |
This avoids keeping the event context around on a the gensec_security context structure long term. In the Samba3 server, the event context we either supply is a NULL pointer as no server-side modules currently use the event context. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 3 | -6/+2 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett | |||||
2011-10-10 | libcli/cldap: don't pass tevent_context to cldap_socket_init() | Stefan Metzmacher | 1 | -3/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 10 23:23:07 CEST 2011 on sn-devel-104 | |||||
2011-10-10 | libcli/cldap: pass tevent_context to cldap_netlogon_send() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-10-04 | s4-ldap: added DSDB_CONTROL_NO_GLOBAL_CATALOG to ldap encoding list | Andrew Tridgell | 1 | -18/+7 | |
also remove all the duplicated comments Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-29 | s4: add SMB2_FSCTL opcodes | David Disseldorp | 1 | -0/+14 | |
Also, skip samba4.smb2.ioctl for now. Snapshots are not supported by default. Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Thu Sep 29 14:47:05 CEST 2011 on sn-devel-104 | |||||
2011-09-28 | s4:libcli/smb2: ignore SMB2_OP_CANCEL responses | Stefan Metzmacher | 1 | -0/+10 | |
If there're a problem with signing or the session doesn't exists any more the server responses with a failure, instead of not sending a response. For now we ignore the reponse, as there's not much we could do with it and it's not likely that we generate bad requests, which trigger that behavior, except for testing. metze | |||||
2011-09-28 | s4:libcli/smb2: correctly sign SMB2_OP_CANCEL request if they belong to a ↵ | Stefan Metzmacher | 1 | -0/+1 | |
session metze | |||||
2011-09-28 | s4:libcli/smb2: don't try to check the signing if we got ↵ | Stefan Metzmacher | 1 | -1/+2 | |
NT_STATUS_USER_SESSION_DELETED metze | |||||
2011-09-28 | libcli: Install libcli.h. | Jelmer Vernooij | 2 | -4/+289 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Sep 28 14:19:20 CEST 2011 on sn-devel-104 | |||||
2011-09-28 | s4:libcli/resolve: only try broadcast messages to ipv4 addresses | Stefan Metzmacher | 1 | -2/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Sep 28 05:10:53 CEST 2011 on sn-devel-104 | |||||
2011-09-25 | libcliraw: Make smb_raw_write_recv public and include it in a public header. | Jelmer Vernooij | 2 | -1/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Sep 25 17:12:05 CEST 2011 on sn-devel-104 | |||||
2011-09-19 | s4:auth - remove unused variables | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Reviewed-by: Jelmer | |||||
2011-09-14 | s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTED | Stefan Metzmacher | 1 | -3/+3 | |
We should return the same in all places. metze | |||||
2011-09-08 | build: make LIBWBCLIENT_OLD and auth_unix_token libraries | Andrew Bartlett | 1 | -4/+5 | |
This assists with avoiding duplicate symbols. Andrew Bartlett | |||||
2011-09-05 | s4:libcli/raw: make use of PROTOCOL_SMB2_02 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-08-27 | RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data ↵ | Jeremy Allison | 1 | -0/+1 | |
out on the network. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Aug 27 07:48:30 CEST 2011 on sn-devel-104 | |||||
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 | |||||
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 | |
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett | |||||
2011-08-03 | gensec: clarify memory ownership for gensec_session_info() and ↵ | Andrew Bartlett | 2 | -9/+3 | |
gensec_session_key() This is slightly less efficient, because we no longer keep a cache on the gensec structures, but much clearer in terms of memory ownership. Both gensec_session_info() and gensec_session_key() now take a mem_ctx and put the result only on that context. Some duplication of memory in the callers (who were rightly uncertain about who was the rightful owner of the returned memory) has been removed to compensate for the internal copy. Andrew Bartlett | |||||
2011-08-03 | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 1 | -0/+1 | |
The startup and runtime functions that have no dependencies are moved into the top level. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-08-03 | s4-libcli: Fix the fd leak. Close open file descriptor before return. | Amitay Isaacs | 1 | -2/+4 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Aug 3 07:49:12 CEST 2011 on sn-devel-104 | |||||
2011-08-03 | s4-libcli: get_acl and set_acl require raw_open to set security descriptor | Amitay Isaacs | 1 | -15/+75 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-03 | s4-libcli: Check if short_name is not null, before converting to python string | Amitay Isaacs | 1 | -1/+8 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> |