summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib: Make sid_binstring_hex use TALLOCVolker Lendecke2015-05-133-8/+6
* lib: Simplify sid_binstring_hex()Volker Lendecke2015-05-131-5/+2
* Add IPv6 support for determining FQDN during ADS join.David Holder2015-05-121-21/+33
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-05-121-1/+7
* Convert all uint32/16/8 to _t in a couple of include files.Richard Sharpe2015-05-122-3/+3
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-1215-82/+82
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-126-49/+49
* Convert all uses of uint32/16/8 to _t in source3/registry.Richard Sharpe2015-05-128-42/+42
* Convert all uses of uint32/16/8 to _t in source3/rpc_server.Richard Sharpe2015-05-124-10/+10
* Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe2015-05-126-16/+16
* Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe2015-05-128-82/+82
* Convert all uses of uint32/16/8 to _t in source3/torture.Richard Sharpe2015-05-127-53/+53
* Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cle...Richard Sharpe2015-05-122-30/+30
* ctdb-daemon: Remove older data structure that supports only IPv4 addressesAmitay Isaacs2015-05-121-10/+4
* vfs_fruit: comment fix: the options are documentedRalph Boehme2015-05-081-1/+1
* vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuffRalph Boehme2015-05-081-2/+7
* smbd: Offer SMB 3.1.1 by default.Stefan Metzmacher2015-05-081-1/+1
* s3:smb2_negprot: add support for negotiating SMB 3.1.0 and SMB 3.1.1Stefan Metzmacher2015-05-081-0/+2
* s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauthStefan Metzmacher2015-05-083-16/+94
* s3:smb2_negprot.c: add support SMB 3.1 negotiate contextsMichael Adam2015-05-083-4/+274
* s3:smb2_server: allow SMB2_HDR_FLAG_PRIORITY_MASK for SMB >= 3.1.1Stefan Metzmacher2015-05-081-0/+8
* smbd: offer SMB 3.0.2 by default.Michael Adam2015-05-081-1/+1
* s3:smb2_negprot: add support for negotiating SMB 3.0.2Stefan Metzmacher2015-05-081-0/+1
* s3:smb2_read: pass in_flags to smbd_smb2_read_send()Stefan Metzmacher2015-05-081-0/+11
* s3:smb2_write: add simplified support for SMB2_WRITEFLAG_WRITE_UNBUFFEREDStefan Metzmacher2015-05-081-0/+5
* s3:smb2_create: treat the SVHDX_OPEN_DEVICE_CONTEXT in smb2_create (not suppo...Michael Adam2015-05-081-0/+15
* s3:torture: handle PROTOCOL_SMB3_11Stefan Metzmacher2015-05-081-0/+3
* vfs: Fix the O3 developer buildVolker Lendecke2015-05-071-1/+1
* Fix a few printf format errorsVolker Lendecke2015-05-073-5/+7
* vfs_gpfs: move failure label before END_PROFILERalph Boehme2015-05-071-1/+1
* s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff()Michael Adam2015-05-071-24/+10
* libsmbconf:registry: Ignore keyless smb.conf regvaluesVolker Lendecke2015-05-071-34/+0
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-0726-210/+210
* s3:selftest: run smb2.notify with --signing=requiredStefan Metzmacher2015-05-071-0/+3
* s3:smb2_tcon: cancel pending requests on all connections on tdisStefan Metzmacher2015-05-061-31/+35
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-061-98/+0
* s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()Stefan Metzmacher2015-05-061-15/+171
* s3:smb2_sesssetup: always assign smb2req->session when a session was created.Stefan Metzmacher2015-05-061-1/+1
* s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*Stefan Metzmacher2015-05-061-60/+15
* s3:smbXsrv_session: cancel pending requests when we logoff a previous sessionStefan Metzmacher2015-05-061-7/+38
* s3:smbXsrv_session: add smb2srv_session_shutdown_send/recv helper functionsStefan Metzmacher2015-05-062-0/+126
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-061-0/+23
* s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_ses...Stefan Metzmacher2015-05-061-0/+23
* s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and...Stefan Metzmacher2015-05-061-0/+14
* s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handleStefan Metzmacher2015-05-061-4/+11
* s3:smbd: add a smbd_notify_cancel_by_map() helper functionStefan Metzmacher2015-05-061-6/+13
* winbind: Fix CID 1035545 Uninitialized scalar variableVolker Lendecke2015-05-061-1/+1
* winbind: Fix CID 1035544 Uninitialized scalar variableVolker Lendecke2015-05-061-1/+1
* smbd: Fix CID 703870 Uninitialized scalar variableVolker Lendecke2015-05-061-6/+1
* lib: Fix a typoVolker Lendecke2015-05-061-1/+1