Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-06 | s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LM | Andrew Bartlett | 1 | -6/+6 | |
Also make all the message say the same thing. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jun 6 10:17:55 CEST 2012 on sn-devel-104 | |||||
2012-06-05 | s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-06-05 | s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbuf | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2012-06-05 | s3:libsmb: use inhdr instead of inbuf in tree connect related functions | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2012-06-05 | s3:libsmb: use inhdr instead of inbuf in session setup related functions | Stefan Metzmacher | 1 | -34/+36 | |
metze | |||||
2012-06-05 | s3:libsmb: remove unused 'inbuf' variable | Stefan Metzmacher | 5 | -20/+10 | |
metze | |||||
2012-06-05 | s3:libsmb: don't require a pinbuf in cli_smb_recv() to keep the memory | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2012-06-03 | s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send | Luk Claes | 5 | -47/+8 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jun 3 23:37:02 CEST 2012 on sn-devel-104 | |||||
2012-05-30 | Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses ↵ | Ira Cooper | 1 | -1/+1 | |
and miss valid DC IP addresses Original code incorrectly used a while() instead of a for() loop. We need to iterate over the entire array here. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed May 30 23:29:03 CEST 2012 on sn-devel-104 | |||||
2012-05-30 | Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as ↵ | Jeremy Allison | 1 | -7/+0 | |
nbt_getdc() has no timeout. This code explicitly isn't needed as the tevent code will take care of this. | |||||
2012-05-30 | s3:libsmb: use nb_connect_send() directly instead of doing a 0 timer for ↵ | Stefan Metzmacher | 1 | -4/+9 | |
port 139 metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 30 20:51:51 CEST 2012 on sn-devel-104 | |||||
2012-05-30 | s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx() | Stefan Metzmacher | 1 | -2/+2 | |
cli_tree_connect() is more generic and uses what the server supports metze | |||||
2012-05-30 | s3:libsmb: fallback to SMBtcon for old servers | Stefan Metzmacher | 1 | -1/+15 | |
metze | |||||
2012-05-30 | build: Provide .pc file for libsmbsharemodes | Andrew Bartlett | 1 | -0/+11 | |
This is not the exact same file as the autoconf build, because of the differnet processing semantics. Andrew Bartlett | |||||
2012-05-28 | s3:cli_np_tstream: pass a leading backslash for the pipe name for SMB1 | Stefan Metzmacher | 1 | -1/+13 | |
metze | |||||
2012-05-28 | s3:libsmb: get rid of cli_ucs2 | Luk Claes | 7 | -64/+54 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 28 16:58:03 CEST 2012 on sn-devel-104 | |||||
2012-05-28 | s3:libsmb: get rid of clisigning routines | Luk Claes | 4 | -62/+9 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_has_async_calls | Luk Claes | 11 | -75/+76 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_negprot | Luk Claes | 5 | -31/+9 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_disconnect | Luk Claes | 3 | -11/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_server_time_zone | Luk Claes | 6 | -23/+18 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_security_mode | Luk Claes | 3 | -9/+3 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_server_gss_blob | Luk Claes | 3 | -7/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_server_challenge | Luk Claes | 3 | -11/+5 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_encryption_on | Luk Claes | 5 | -13/+6 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_max_requests | Luk Claes | 3 | -8/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_server_session_key | Luk Claes | 3 | -10/+4 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_capabilities | Luk Claes | 12 | -27/+21 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 6 | -24/+18 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 8 | -23/+21 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_*_sockaddr | Luk Claes | 3 | -13/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_sockopt | Luk Claes | 2 | -10/+0 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: remove unused (un)set_pending functions | Luk Claes | 3 | -12/+3 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-23 | Move source3/libads/dns.c to lib/addns | Simo Sorce | 2 | -2/+2 | |
2012-05-23 | s3-ads-dns: Avoid unnecessary dependencies | Simo Sorce | 1 | -1/+8 | |
2012-05-23 | s3-ads-dns: Break dependency on lp_parm | Simo Sorce | 2 | -11/+23 | |
In preparation of making this code common to s3 and s4 | |||||
2012-05-22 | Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout. | Jeremy Allison | 3 | -1/+14 | |
Add a timeout_in_seconds parameter to nbt_getdc() to make it fail after that time with NT_STATUS_IO_TIMEOUT. | |||||
2012-05-22 | Added torture test for bug #8910. Test remove_duplicate_addrs2(). | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | libcli/smb: move smb2cli_ioctl.c from source3 to the toplevel | Björn Baumbach | 2 | -372/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 20:17:01 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | libcli/smb: move smb2cli_query_directory.c from source3 to the toplevel | Björn Baumbach | 2 | -242/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_query_info.c from source3 to the toplevel | Björn Baumbach | 2 | -286/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_set_info.c from source3 to the toplevel | Björn Baumbach | 2 | -209/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_flush.c from source3 to the toplevel | Björn Baumbach | 2 | -149/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_write.c from source3 to the toplevel | Björn Baumbach | 2 | -189/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_read.c from source3 to the toplevel | Björn Baumbach | 2 | -217/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_close.c from source3 to the toplevel | Stefan Metzmacher | 2 | -155/+0 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 2 | -316/+0 | |
metze | |||||
2012-05-15 | s3:libsmb: avoid interpret_long_date() in smb2cli_create | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2012-05-15 | s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from ↵ | Stefan Metzmacher | 1 | -0/+1 | |
there metze | |||||
2012-05-14 | libcli/smb: move smb2cli_logoff_* from source3 to the top level | Stefan Metzmacher | 2 | -140/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104 |