summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:rpcclient add -m optionChristian Ambach2016-05-121-0/+5
* s3:selftest add a test for rpcclient --pw-nt-hash optionChristian Ambach2016-05-122-0/+32
* s3:rpcclient make --pw-nt-hash option workChristian Ambach2016-05-121-0/+3
* s3:rpc_server/samr: simplify the logic in get_user_info_18()Stefan Metzmacher2016-05-121-10/+3
* s3:libsmb/clifile use correct value for MaxParameterCount for setting EAsChristian Ambach2016-05-111-1/+1
* smbd: Remove an unused #defineVolker Lendecke2016-05-091-3/+0
* smbd: remove "only user" and "username" parametersUri Simchoni2016-05-062-21/+2
* vfs_fruit: add an option that allows disabling POSIX rename behaviourRalph Boehme2016-05-051-1/+5
* Correctly set cli->raw_status for libsmbclient in SMB2 codeRobin McCorkell2016-05-041-1/+15
* s3:libnet:libnet_join: add netbios aliases as SPNsRalph Boehme2016-05-041-0/+60
* s3:smbd remove todo commentsChristian Ambach2016-05-042-2/+0
* selftest: test for case insensitivity over SMB2/SMB3Christian Ambach2016-05-042-0/+83
* s3:smbd/filename remove smelly codeChristian Ambach2016-05-041-28/+0
* s3:smbd/service apply some code formattingChristian Ambach2016-05-041-23/+29
* s3:smbd/service disable case-sensitivity for SMB2/3 connectionsChristian Ambach2016-05-041-1/+3
* lib: Give base64.c its own .hVolker Lendecke2016-05-0410-0/+10
* lib: Make callers of base64_encode_data_blob check for successVolker Lendecke2016-05-044-13/+30
* smbd: use remote arch cachingRalph Boehme2016-05-042-1/+23
* s3/lib: add remote arch cachingRalph Boehme2016-05-042-0/+142
* s3/lib: add get_remote_arch_from_str()Ralph Boehme2016-05-042-0/+13
* s3/lib: rework get_remote_arch_str() to use an arrayRalph Boehme2016-05-042-47/+35
* Fix formatting issue on 32bit with _FILE_OFFSET_BITS == 64Douglas Bagnall2016-05-031-3/+2
* smbcacls: Do not read old ACL for 'set' operationChristof Schmitt2016-04-301-4/+10
* winbindd: Remove unused prototypes for winbindd_group.cChristof Schmitt2016-04-301-11/+0
* s3:client:smbspool_krb5_wrapper: fix the non clearenv build.Günther Deschner2016-04-291-2/+6
* xfs quotas - fix case of no quota for userUri Simchoni2016-04-291-0/+2
* nt-quotas: fixup failure case for TRANSACT_GET_USER_QUOTA_FOR_SIDUri Simchoni2016-04-291-0/+1
* Provide fallback code for non-portable clearenv(3)Jérémie Courrèges-Anglas2016-04-292-1/+7
* winbindd/idmap_rfc2307: Fix CID 1273424 - Read from pointer after freeRobin Hack2016-04-281-0/+5
* winbindd: check if dcinfo from genache is expiredRalph Boehme2016-04-281-0/+4
* s3:selftest: add smbclient_ntlm testsStefan Metzmacher2016-04-282-1/+43
* s3:test_smbclient_auth.sh: this script reqiures 5 argumentsStefan Metzmacher2016-04-281-1/+1
* s3:smbd: only mark real guest sessions with the GUEST flagStefan Metzmacher2016-04-282-6/+7
* s3:smbd: make use SMB_SETUP_GUEST constantStefan Metzmacher2016-04-281-3/+3
* s3:auth_builtin: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-281-7/+40
* s3:libsmb: use anonymous authentication via spnego if possibleStefan Metzmacher2016-04-281-26/+29
* s3:libsmb: don't finish the gensec handshake for guest loginsStefan Metzmacher2016-04-281-0/+21
* s3:libsmb: record the session setup action flagsStefan Metzmacher2016-04-281-0/+5
* s3:libsmb: use password = NULL for anonymous connectionsStefan Metzmacher2016-04-281-0/+11
* s3:librpc:crypto:gse: increase debug level for gse_init_client().Günther Deschner2016-04-281-1/+1
* s3:libads/sasl: allow wrapped messages up to a size of 0xfffffffStefan Metzmacher2016-04-281-2/+2
* smbd: Avoid large reads beyond EOFVolker Lendecke2016-04-271-0/+10
* Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevelPartha Sarathi2016-04-273-52/+116
* s3-libads: Fix compilation with MIT KerberosAndreas Schneider2016-04-261-1/+1
* dbwrap_ctdb: Fix ENOENT->NT_STATUS_NOT_FOUNDVolker Lendecke2016-04-261-0/+10
* s3/rpc_server: mdssvc: suppress compiler warnings from glib headersRalph Boehme2016-04-261-0/+3
* ctdbd_conn: Make "cstatus" int32_tVolker Lendecke2016-04-253-15/+16
* ctdbd_conn: Add some more debug infoVolker Lendecke2016-04-251-1/+3
* ctdbd_conn: Use ctdbd_control_local where possibleVolker Lendecke2016-04-251-23/+18
* ctdbd_conn: Avoid "includes.h"Volker Lendecke2016-04-252-2/+10