Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-26 | s3: Enable use of ccache by default for libsmbclient | Volker Lendecke | 1 | -0/+3 | |
Disable this by setting the environment variable LIBSMBCLIENT_NO_CCACHE, which has the advantage over an smb.conf option to be easily settable per application. | |||||
2010-01-26 | s3: fix detection and flags for using pthread | Björn Jacke | 1 | -0/+4 | |
I hope this fixes the build on Tru64, IRIX and maybe bug #6983 | |||||
2010-01-26 | s3: remove unused variable | Björn Jacke | 1 | -2/+0 | |
2010-01-26 | s3:async_smb: remove unused variable | Björn Jacke | 1 | -2/+0 | |
2010-01-24 | s3-libsmbclient: Add smbc_setOptionUseCCache() | Volker Lendecke | 3 | -0/+39 | |
Can we enable this by default? This would be a change in behaviour, but this feature is just too cool for everyone to catch up in the apps. The patch would be | |||||
2010-01-24 | s3: Add CLI_FULL_CONNECTION_USE_CCACHE | Volker Lendecke | 1 | -0/+3 | |
2010-01-24 | s3: Use -C in smbclient | Volker Lendecke | 1 | -0/+1 | |
$ bin/wbinfo --ccache-save=w2k3ad\\vl%Password saving creds succeeded $ bin/smbclient //192.168.42.160/tmp -Uvl -N -C -W w2k3ad OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2] smb: \> $ bin/wbinfo --ccache-save=w2k3ad\\vl%WrongPassword saving creds succeeded $ bin/smbclient //192.168.42.160/tmp -Uvl -N -C -W w2k3ad Anonymous login successful Domain=[W2K3AD] OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2] tree connect failed: NT_STATUS_ACCESS_DENIED $ | |||||
2010-01-24 | s3: Add ccache use to cli_session_setup_ntlmssp | Volker Lendecke | 1 | -0/+4 | |
2010-01-24 | s3: Add NTLMSSP_FEATURE_CCACHE | Volker Lendecke | 1 | -0/+60 | |
Uses the winbind ccache to do authentication if asked to do so | |||||
2010-01-24 | s3: Remove some calls to memset -- reduces text size by some bytes for me | Volker Lendecke | 1 | -5/+2 | |
2010-01-16 | s3: Fix a crash in libsmbclient used against the OpenSolaris CIFS server | Volker Lendecke | 1 | -1/+1 | |
A user has sent me a sniff where the OpenSolaris CIFS server returns "32" in totalentries, but the array in ctr only contains 15 entries. Look at the right delimiter for walking the array. | |||||
2010-01-15 | Second part of bug 7045 - Bad (non memory copying) interfaces in ↵ | Jeremy Allison | 1 | -3/+9 | |
smbc_setXXXX calls. Protect against SMB_STRDUP of null... Jeremy. | |||||
2010-01-15 | Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls. | Jeremy Allison | 2 | -10/+25 | |
In smbc_free_context libsmbclient just called free() on the string options so it assumes the callers have malloced them before setting them via smbc_set calls. Change to corretly malloc/free string options to the library. Jeremy | |||||
2010-01-14 | s3-libsmbclient: Fix crash bug in SMBC_parse_path(). | Günther Deschner | 1 | -1/+1 | |
Patch from Tim Waugh <twaugh@redhat.com>. This resolves https://bugzilla.redhat.com/show_bug.cgi?id=552658 LIBSMBCLIENT-OPENDIR torture test checks this as well. Guenther | |||||
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -4/+2 | |
2010-01-07 | s3 torture: Prevent smbcli segfault when running smbtorture3 against an smbd ↵ | Tim Prouty | 1 | -0/+5 | |
with security=share | |||||
2010-01-03 | s3: Convert cli_ulogoff to the async API | Volker Lendecke | 1 | -14/+77 | |
2010-01-03 | s3: Convert cli_tdis to the async API | Volker Lendecke | 3 | -16/+79 | |
2010-01-03 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -14/+14 | |
2010-01-03 | s3: Remove some unused code | Volker Lendecke | 1 | -95/+0 | |
2010-01-03 | s3: Convert cli_sesssetup_ntlmssp to the async API | Volker Lendecke | 1 | -92/+196 | |
2010-01-03 | s3: NT_STATUS_MORE_PROCESSING_REQUIRED is a valid sesssetup return value | Volker Lendecke | 1 | -9/+23 | |
2010-01-03 | s3: Convert cli_session_setup_kerberos to the async API | Volker Lendecke | 1 | -83/+285 | |
This is still cheated, acquiring the ticket is not async yet, but the SMB part is | |||||
2009-12-29 | s3:ntlmssp: change get_challange() to return NTSTATUS | Stefan Metzmacher | 1 | -3/+8 | |
metze | |||||
2009-12-29 | s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init() | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2009-12-29 | s3:ntlmssp: move some indentation in ntlmssp_sign.c | Stefan Metzmacher | 1 | -19/+19 | |
metze | |||||
2009-12-29 | s3:ntlmssp: remove unused ntlmssp_stored_response() | Stefan Metzmacher | 1 | -25/+1 | |
metze | |||||
2009-12-29 | s3:ntlmssp: remove unused ref_count from ntlmssp_state | Stefan Metzmacher | 1 | -12/+4 | |
metze | |||||
2009-12-29 | s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-12-26 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2009-12-24 | s3: Remove unused delete_negative_conn_cache() | Volker Lendecke | 1 | -23/+0 | |
2009-12-24 | s3: Remove unused flush_negative_conn_cache() | Volker Lendecke | 1 | -9/+0 | |
2009-12-24 | s3: Remove some unnecessary variables from libsmb/conn_cache.c | Volker Lendecke | 1 | -9/+4 | |
2009-12-24 | s3: Fix a comment in conn_cache.c | Volker Lendecke | 1 | -1/+1 | |
2009-12-24 | s3: Fix a 64-bit error | Volker Lendecke | 1 | -4/+5 | |
2009-12-24 | s3: Remove some pointless SMB_ASSERTs | Volker Lendecke | 1 | -3/+10 | |
2009-12-24 | s3: Remove some pointless casts | Volker Lendecke | 1 | -5/+4 | |
2009-12-22 | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 5 | -0/+5 | |
Andrew Bartlett | |||||
2009-12-22 | s3:ntlmssp: remove the typedef NTLMSSP_STATE | Andrew Bartlett | 3 | -23/+23 | |
Andrew Bartlett | |||||
2009-12-22 | s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2009-12-22 | libcli/auth Make gd's NDR NTLMSSP parsers helpers common | Andrew Bartlett | 3 | -190/+1 | |
(but not built in Samba4 for now) | |||||
2009-12-22 | s3: Restore correct timeouts for SMB requests | Volker Lendecke | 1 | -0/+5 | |
2009-12-22 | s3: Remove a pointless else branch | Volker Lendecke | 1 | -5/+3 | |
2009-12-22 | s3: Move smb_splice_chain to smbd/process.c, its only user | Volker Lendecke | 1 | -174/+0 | |
2009-12-21 | Rename 282 -> ERReasnotsupported. | Jeremy Allison | 1 | -3/+3 | |
Jeremy. | |||||
2009-12-20 | s3: Fix an error case in cli_negprot | Volker Lendecke | 1 | -0/+1 | |
2009-12-07 | s3: let netsamlogon_cache_init() use tdb_check() | Stefan Metzmacher | 1 | -4/+42 | |
If the check fails we try to unlink the old file and start with an empty cache. metze | |||||
2009-11-27 | s3-kerberos: add a missing reference to authdata headers. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 3 | -3/+3 | |
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther | |||||
2009-11-27 | s3-kerberos: Fix Bug #6929: build with recent heimdal. | Günther Deschner | 1 | -1/+1 | |
Heimdal changed the KRB5_DEPRECATED define (which now may not take an identifier for activation) in new releases (like 1.3.1). Guenther |