Age | Commit message (Expand) | Author | Files | Lines |
2010-11-04 | s3: Remove the use of cli_send_trans from cli_get_fs_full_size_info | Volker Lendecke | 2 | -49/+35 |
2010-11-02 | s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient context | Andrew Bartlett | 2 | -12/+10 |
2010-11-02 | s3-libsmbclient Add comments to describe the behaviour of DEBUG() | Andrew Bartlett | 2 | -5/+15 |
2010-11-02 | s3-debug Remove last direct assignements to DEBUGLEVEL | Andrew Bartlett | 1 | -1/+3 |
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -3/+2 |
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 2 | -17/+25 |
2010-10-27 | Fix for bug 7755 - SMBC_getdents_ctx() ignores struct alignment rules | Jeremy Allison | 1 | -6/+13 |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_unlink_internal | Volker Lendecke | 1 | -47/+15 |
2010-10-24 | s3: Avoid passing down a boolean to cli_posix_unlink_internal_send | Volker Lendecke | 1 | -5/+7 |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal | Volker Lendecke | 1 | -54/+16 |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_link_internal | Volker Lendecke | 1 | -49/+16 |
2010-10-24 | s3: Use tevent_req_simple_recv_ntstatus where appropriate | Volker Lendecke | 1 | -66/+11 |
2010-10-24 | s3: Pass down a level instead of a flag to cli_posix_link_internal | Volker Lendecke | 1 | -7/+7 |
2010-10-24 | s3: Add async cli_setpathinfo | Volker Lendecke | 1 | -0/+78 |
2010-10-24 | s3: Initialize output vars in parse_ea_blob | Volker Lendecke | 1 | -0/+2 |
2010-10-24 | s3: Remove unused cli_get_ea_list_fnum | Volker Lendecke | 1 | -62/+0 |
2010-10-24 | s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo | Volker Lendecke | 1 | -55/+0 |
2010-10-24 | s3: Convert cli_qfileinfo_basic to cli_qfileinfo | Volker Lendecke | 3 | -40/+31 |
2010-10-24 | s3: Convert cli_qfilename to cli_qfileinfo | Volker Lendecke | 1 | -35/+13 |
2010-10-24 | s3: Add async cli_qfileinfo | Volker Lendecke | 1 | -0/+133 |
2010-10-24 | s3: Rename cli_fileinfo() to cli_fileinfo_basic() | Volker Lendecke | 3 | -15/+15 |
2010-10-18 | s3:libsmb: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -0/+6 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 5 | -2/+5 |
2010-10-03 | s3: Remove talloc_autofree_context() from unexpected.c | Volker Lendecke | 1 | -2/+1 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -0/+1 |
2010-09-28 | s3: Remove talloc_autofree_context() from receive_unexpected() | Volker Lendecke | 1 | -2/+2 |
2010-09-27 | Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all | Jeremy Allison | 3 | -4/+4 |
2010-09-26 | Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request. | Jeremy Allison | 2 | -33/+68 |
2010-09-26 | s3: Remove two talloc_autofree_context() calls | Volker Lendecke | 1 | -2/+2 |
2010-09-23 | Fix bug 7694 - Crash bug with invalid SPNEGO token. | Jeremy Allison | 1 | -1/+2 |
2010-09-23 | s3-dcerpc: add spnego server helpers | Simo Sorce | 1 | -4/+75 |
2010-09-23 | s3-dsgetdcname: always pass in messaging context. | Günther Deschner | 1 | -26/+2 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -3/+4 |
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 11 | -1/+12 |
2010-09-17 | s3: fix order of arguments in nsec_time_diff call | Björn Jacke | 1 | -2/+2 |
2010-09-17 | Fix array size of a memmber of struct cli_ulogoff_state | Sumit Bose | 1 | -1/+1 |
2010-09-16 | s3: use nsec_time_diff instead of TspecDiff | Björn Jacke | 1 | -2/+2 |
2010-09-15 | Fix all sid_parse returns to be checked. Tidy up some checks and error | Jeremy Allison | 1 | -1/+3 |
2010-09-11 | s3-krb5 Fix Kerberos on FreeBSD with Samba4 DCs | Andrew Bartlett | 1 | -3/+1 |
2010-09-10 | s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED | Stefan Metzmacher | 1 | -0/+2 |
2010-09-10 | s3-dsgetdcname: cleanup receive_getdc_response a little. | Günther Deschner | 1 | -14/+18 |
2010-09-09 | Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor... | Jeremy Allison | 1 | -0/+5 |
2010-09-08 | s3: Remove a superfluous ; | Volker Lendecke | 1 | -1/+1 |
2010-09-01 | s3: Print the IP of the server that stopped responding | Volker Lendecke | 1 | -1/+5 |
2010-08-31 | s3: use monotonic clock for time deltas in namequery functions | Björn Jacke | 1 | -12/+12 |
2010-08-30 | s3-kerberos: try to fix the build w/o kerberos support. | Günther Deschner | 1 | -1/+7 |
2010-08-26 | s3-build: only include krb5 environment variables where required. | Günther Deschner | 1 | -0/+1 |
2010-08-26 | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-21 | s3: Fix bug 7635 | Volker Lendecke | 1 | -2/+4 |
2010-08-19 | s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient. | Jim McDonough | 2 | -8/+2 |