summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove the notify_fam moduleVolker Lendecke2015-07-075-395/+0
* smbd: Kernel change notify is done by notifydVolker Lendecke2015-07-071-22/+0
* smbd: Replace the tdb-based notify_internal with notify_msgVolker Lendecke2015-07-074-1285/+270
* smbd: Don't start the notify cleanup anymoreVolker Lendecke2015-07-071-100/+0
* smbd: Start the notify daemonVolker Lendecke2015-07-072-0/+96
* smbd: Add the notify daemonVolker Lendecke2015-07-076-0/+1706
* smbd: Add direct notify_fam supportVolker Lendecke2015-07-073-1/+323
* param: Make "kernel change notify" globalVolker Lendecke2015-07-074-6/+5
* param: Make "change notify" globalVolker Lendecke2015-07-074-6/+6
* lib: Add server_id_db_set_exclusiveVolker Lendecke2015-07-073-0/+127
* lib: Add server_id_db_pid()Volker Lendecke2015-07-072-0/+6
* lib: Add server_id_db_prune_nameVolker Lendecke2015-07-072-11/+22
* lib: Add tevent_req_poll_unixVolker Lendecke2015-07-072-0/+12
* librpc:ndr:witness: remove an unneeded block, reducing indentation.Michael Adam2015-07-071-41/+40
* librpc:ndr:witness: move variables into scopeMichael Adam2015-07-071-3/+4
* smbd:trans2: treat new SMB_SIGNING_DESIRED in caseMichael Adam2015-07-071-0/+1
* librpc:ndr:witness: fix CID 1311245: Memory - illegal accesses (UNINIT)Michael Adam2015-07-071-1/+1
* WHATSNEW: SpotlightRalph Boehme2015-07-071-0/+8
* s3-mdssvc: add documentation for mdssvc and mdssdRalph Boehme2015-07-073-6/+22
* s3-mdssvc: add mdssd RPC service daemon for mdssvcRalph Boehme2015-07-076-2/+775
* s3-mdssvc: lexer and parser for Spotlight queriesRalph Boehme2015-07-0712-6/+4541
* s3-mdssvc: main Spotlight codeRalph Boehme2015-07-075-14/+2351
* s3-mdssvc: Spotlight attribute mappingsRalph Boehme2015-07-073-0/+432
* s3-mdssvc: (un)marshalling Spotlight RPC blobRalph Boehme2015-07-074-0/+1433
* s3-mdssvc: dalloc: dynamic object store based on tallocRalph Boehme2015-07-073-0/+394
* s3-mdssvc: add new option 'spotlight'Ralph Boehme2015-07-073-0/+54
* s3-mdssvc: add Spotlight RPC stubsRalph Boehme2015-07-076-0/+147
* mdssvc: IDL file for new RPC serviceRalph Boehme2015-07-073-2/+81
* s3-mdssvc: add configure option --enable-spotlightRalph Boehme2015-07-071-1/+19
* s4:torture/rpc: use dcerpc_secondary_auth_connection with credsStefan Metzmacher2015-07-071-21/+12
* s4:torture/rpc: use dcerpc_secondary_auth_connection with anon credsStefan Metzmacher2015-07-072-8/+16
* s4:torture/samba3rpc: use pipe_bind_smb_auth()Stefan Metzmacher2015-07-071-66/+32
* s4:torture/samba3rpc: add pipe_bind_smb_auth()Stefan Metzmacher2015-07-071-0/+38
* s4:torture/samba3rpc: use pipe_bind_smb2()Stefan Metzmacher2015-07-071-22/+8
* s4:torture/samba3rpc: add pipe_bind_smb2()Stefan Metzmacher2015-07-071-0/+33
* s4:torture/samba3rpc: use pipe_bind_smb() in more placesStefan Metzmacher2015-07-071-78/+20
* s4:torture/samba3rpc: move pipe_bind_smb() to the topStefan Metzmacher2015-07-071-37/+37
* s4:libnet: make use of dcerpc_secondary_auth_connection_send/recv()Stefan Metzmacher2015-07-072-13/+7
* s4:libcli/clilsa: only remember the dcerpc_binding_handleStefan Metzmacher2015-07-071-12/+13
* s4:librpc/rpc: add dcerpc_secondary_auth_connection()Stefan Metzmacher2015-07-072-0/+22
* dcerpc.idl: fix calculatin of uint16 secondary_address_size;Stefan Metzmacher2015-07-071-1/+1
* pidl:Samba4/NDR/Parser: always initialize _mem_save_ pointers to NULLStefan Metzmacher2015-07-071-1/+1
* pidl:Samba3/ServerNDR: add pidl_reset() and pidl_return() helper functionsStefan Metzmacher2015-07-071-3/+4
* pidl:Samba3/ServerNDR: make CallWithStruct() more flexibleStefan Metzmacher2015-07-071-11/+23
* pidl:Samba3/ServerNDR: simplify CallWithStruct()Stefan Metzmacher2015-07-071-5/+4
* docs:smb.conf: explain effect of new setting 'desired' of smb encryptMichael Adam2015-07-071-19/+47
* smbd:smb2: use encryption_desired in send_breakMichael Adam2015-07-071-2/+2
* smbd:smb2: only enable encryption in tcon if desiredMichael Adam2015-07-071-3/+6
* smbd:smb2: only enable encryption in session if desiredMichael Adam2015-07-071-3/+4
* smbd:smb2: separate between encryption required and enc desiredMichael Adam2015-07-072-4/+17