Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-16 | s3-libsmb: Add a python wrapper | Volker Lendecke | 1 | -0/+671 | |
Please note that this is not finished and only for internal use. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 5 | -8/+23 | |
2012-08-09 | Fix missing ads_destroy in error path. | Jeremy Allison | 1 | -0/+1 | |
2012-08-04 | s3:libsmb: add EXTENDED_SIGNATURE support in cli_tcon_andx*() | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2012-08-01 | s3:libsmb: add a optional_support helper variable | Stefan Metzmacher | 1 | -1/+6 | |
metze | |||||
2012-08-01 | s3:libsmb: add a tcon_flags helper variable | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2012-08-01 | s3:libsmb: remove unused cli_state->user_session_key | Stefan Metzmacher | 2 | -21/+0 | |
metze | |||||
2012-08-01 | s3:libsmb: make use of smb1cli_session_set_session_key() | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2012-07-31 | s3: Fix Coverity ID 710791 Resource leak | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 31 13:34:53 CEST 2012 on sn-devel-104 | |||||
2012-07-29 | s3-libsmbclient: Add missing talloc_stackframe() calls | Andrew Bartlett | 1 | -0/+16 | |
These caused a panic with the new assertion on the talloc stackframe being in place. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Jul 29 05:21:24 CEST 2012 on sn-devel-104 | |||||
2012-07-27 | lib/param: Rename "socket address" to "nbt client socket address" to clarify ↵ | Andrew Bartlett | 1 | -2/+2 | |
role This parameter is only used in our NBT client code and in nmbd as a fallback when we fail to select a better interface from "interfaces" to use directly. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104 | |||||
2012-07-25 | libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-25 | libcli/smb: there's no PID field in the SMB2/3 header anymore | Stefan Metzmacher | 1 | -2/+0 | |
It's a reserved field... metze | |||||
2012-07-25 | libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send() | Stefan Metzmacher | 1 | -7/+2 | |
metze | |||||
2012-07-25 | s3:libsmb: remove unused tcon specific elements from cli_state->smb2 | Stefan Metzmacher | 1 | -11/+13 | |
metze | |||||
2012-07-25 | s3:libsmb: remove cli_state->smb2.tid | Stefan Metzmacher | 1 | -4/+9 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_write*() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_read*() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_close*() | Stefan Metzmacher | 1 | -4/+5 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_create*() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-07-24 | s3:libsmb: setup a smbXcli_tcon for SMB2 | Stefan Metzmacher | 1 | -0/+14 | |
metze | |||||
2012-07-24 | libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and ↵ | Stefan Metzmacher | 2 | -12/+6 | |
smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 21:22:44 CEST 2012 on sn-devel-104 | |||||
2012-07-24 | s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tid | Stefan Metzmacher | 1 | -4/+8 | |
metze | |||||
2012-07-24 | s3:libsmb: make use of cli_state_[g|s]et_tid() | Stefan Metzmacher | 4 | -8/+19 | |
metze | |||||
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 | |
This is in preperation for the parameter table being made common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2012-07-24 | param: Make the 'unicode' parameter common | Andrew Bartlett | 1 | -0/+3 | |
This parameter is most useful for interop testing, rather than production use. Andrew Bartlett | |||||
2012-07-24 | libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and ↵ | Stefan Metzmacher | 2 | -12/+6 | |
smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 00:08:58 CEST 2012 on sn-devel-104 | |||||
2012-07-23 | s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directly | Luk Claes | 3 | -8/+19 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-07-19 | Move everything to use the common pidfile functions. | Jeremy Allison | 1 | -1/+2 | |
The extra code in source3/lib/pidfile.c is no longer needed. | |||||
2012-07-19 | Move source4/smbd/pidfile into lib/util in preparation for making it in common. | Jeremy Allison | 1 | -1/+1 | |
2012-07-19 | s3-param: Make lp_name_resolve_order() return a list | Andrew Bartlett | 2 | -22/+25 | |
This allows this parameter, one of the few with differing declarations between the loadparm systems, to be brought into common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 1 | -1/+1 | |
This helps clarify the role of this structure and wrapper function. The purpose here is to provide helper functions to the lib/param loadparm_context that point back at the s3 lp_ functions. This allows a struct loadparm_context to be passed to any point in the code, and always refer to the correct loadparm system. If this has not been set, the variables loaded in the lib/param code will be returned. As requested by Michael Adam. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jun 27 17:11:16 CEST 2012 on sn-devel-104 | |||||
2012-06-12 | s3: Make --pw-nt-hash useable in smbclient | Volker Lendecke | 1 | -0/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jun 12 12:41:10 CEST 2012 on sn-devel-104 | |||||
2012-06-12 | s3: Add cli_state->pw_nt_hash | Volker Lendecke | 2 | -1/+9 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-12 | s3-libsmbclient: change vnum to 0.2.0 | Stefan Metzmacher | 2 | -1/+173 | |
metze | |||||
2012-06-12 | s3-libsmbclient: Add OptionUseNTHash | Volker Lendecke | 2 | -0/+22 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-12 | S3: Add ntlmssp_set_password_hash | Volker Lendecke | 1 | -0/+22 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-12 | s3-libsmbclient: Make SMBC_call_auth_fn static | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-12 | libsmbclient: fix use of a non-existent word (existant) | Michael Adam | 1 | -1/+1 | |
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. |