summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()Stefan Metzmacher2015-06-234-16/+10
* s3:librpc/rpc: allow up to DCERPC_AUTH_PAD_ALIGNMENT padding bytes in dcerpc_...Stefan Metzmacher2015-06-231-1/+3
* vfs:fruit: implement copyfile style copy_chunkRalph Boehme2015-06-231-0/+218
* smb2:ioctl: support for OS X AAPL copyfile style copy_chunkRalph Boehme2015-06-232-1/+40
* s3:util: use pread/pwrite in transfer_fileRalph Boehme2015-06-233-17/+20
* smbd/smb2_ioctl: fix error handlingRalph Boehme2015-06-231-1/+2
* vfs_fruit: simplify lp_parm_bool checkRalph Boehme2015-06-231-22/+13
* lib/sysquota_linux: Handle the quota flags properlyAnoop C S2015-06-201-18/+6
* selftest: Add blackbox test for srvsvc calls from rpcclientChristof Schmitt2015-06-182-0/+95
* selftest: Add callout scripts for RPC SRVSVC share modificationsChristof Schmitt2015-06-184-0/+105
* s3: smbd - Fix SMB3.11 protocol encryption selection.Jeremy Allison2015-06-181-4/+0
* winbindd: Sync secrets.ldb into secrets.tdb on startupAndrew Bartlett2015-06-171-2/+70
* winbindd: Use pdb_get_domain_info() to get exactly the local domain info when...Andrew Bartlett2015-06-171-3/+14
* smbd: Fix clients connecting unencrypted with PROTOCOL_SMB2_24 or higher.Jeremy Allison2015-06-171-2/+2
* s3:smb2_setinfo: fix memory leak in the defer_rename caseStefan Metzmacher2015-06-171-0/+9
* selftest: Add test for sharesec commandChristof Schmitt2015-06-172-0/+114
* sharesec: Use non-numerical output for sharesecChristof Schmitt2015-06-171-2/+2
* libads: further split resolve_and_ping into dns and netbios implementationsUri Simchoni2015-06-161-42/+82
* libads: Fix fallback logic when finding a domain controllerUri Simchoni2015-06-161-95/+126
* namequery: remove dead codeUri Simchoni2015-06-161-9/+0
* libads: Keep 'good' server at the head of custom KDC listUri Simchoni2015-06-161-20/+31
* namequery: correctly merge kdc ip address listUri Simchoni2015-06-161-4/+11
* kerberos: Move DEFAULT_KRB5_PORT to a header fileUri Simchoni2015-06-162-2/+2
* namequery: fix get_kdc_list() to look for _kerberos recordsUri Simchoni2015-06-161-2/+6
* libads: fix indentation in generated krb5.confUri Simchoni2015-06-161-3/+3
* net: Fix messaging_init for clusteringVolker Lendecke2015-06-151-6/+17
* ctdbd_conn: Fix a leak on talloc_tos()Volker Lendecke2015-06-151-0/+3
* source/libsmb: Fix CID 1272955 Logically dead codeAnoop C S2015-06-151-4/+0
* source3/registry: Fix CID 1273100 Stray semicolonAnoop C S2015-06-151-1/+1
* source3/registry: Fix CID 1273421 Useless callAnoop C S2015-06-151-2/+0
* s3:pysmbd: #include <Python.h> must be the first include in order to avoid co...Stefan Metzmacher2015-06-121-1/+1
* s3:libsmb: convert nb_trans_send/recv internals to tdgramStefan Metzmacher2015-06-121-36/+66
* s3:libsmb: convert nb_packet_reader to tstream_* functionsStefan Metzmacher2015-06-121-38/+34
* s3:libsmb: convert nb_packet_client to tstream_* functionsStefan Metzmacher2015-06-122-52/+68
* s3:libsmb: let nb_packet_server_destructor() explicitly destroy the tevent_fdStefan Metzmacher2015-06-121-4/+9
* s3:libsmb: remove pending requests as early as possible via a smbsock_any_con...Stefan Metzmacher2015-06-121-2/+31
* s3:libsmb: remove subreqs as early as possible via a smbsock_connect_cleanup(...Stefan Metzmacher2015-06-121-6/+26
* s3:libsmb: remove the cli_session_request as early as possible via a nb_conne...Stefan Metzmacher2015-06-121-6/+30
* s3:lib/addrchange: make use of tdgram_* in addrchange_*()Stefan Metzmacher2015-06-121-36/+55
* s3:lib/addrchange: look at the correct nl_pid in addrchange_done()Stefan Metzmacher2015-06-121-4/+4
* s3:lib/background: make sure we destroy a pending read_packet_send() before c...Stefan Metzmacher2015-06-121-0/+8
* s3:wscript: move lib/util_tsock.c from 'TLDAP' to 'samba3util'Stefan Metzmacher2015-06-121-3/+4
* rpcclient: Add netsharesetdfsflags commandChristof Schmitt2015-06-121-0/+56
* rpcclient: Add info level 1005 for netsharegetinfoChristof Schmitt2015-06-121-1/+13
* rpcclient: Add netsharedel commandChristof Schmitt2015-06-121-0/+28
* rpcclient: Add netshareadd commandChristof Schmitt2015-06-121-0/+46
* messaging: Init server_id_db after clusteringVolker Lendecke2015-06-121-9/+9
* winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.Jeremy Allison2015-06-111-0/+5
* kerberos auth info3 should contain resource group ids available from pac_logonNoel Power2015-06-111-2/+7
* smbd: Use new debug macros in kill-client-ipChristof Schmitt2015-06-111-3/+3