summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3/rpcclient: Fix bad (and illegal) func castNoel Power2019-05-101-2/+1
* s3/registry: fix various 'cast between incompatible function' warningsNoel Power2019-05-101-16/+45
* s3/registry: Fix incompatible func castsNoel Power2019-05-101-5/+22
* s3/registry: Fix func cast error (diff in params size_t vs uint32)Noel Power2019-05-101-1/+1
* read_smb_length: Use correct function name in debug messageMichael Hanselmann2019-05-101-1/+1
* s3: SMB1: Don't allow recvfile on stream fsp's.Jeremy Allison2019-05-101-0/+4
* s3:smbd: don't use recvfile on streamsRalph Boehme2019-05-091-0/+3
* s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider2019-05-091-1/+1
* g_lock: Fix a typoVolker Lendecke2019-05-081-1/+1
* g_lock: Apply some constVolker Lendecke2019-05-081-1/+2
* s3:utils: If share is NULL in smbcacls, don't print itAndreas Schneider2019-05-081-2/+2
* s3:utils: If share is NULL in smbcquotas, don't print itAndreas Schneider2019-05-081-2/+2
* s3:winbindd: Do not free db_path in idmap_tdb2 before we printed itAndreas Schneider2019-05-081-2/+2
* s3:rpc_server: Do not free the tdbname before we printed itAndreas Schneider2019-05-081-2/+2
* s3:smbd: Use GnuTLS SHA512 in smb2 session setupAndreas Schneider2019-05-071-17/+46
* s3:smbd: Use GnuTLS SHA512 in smb2 serverAndreas Schneider2019-05-071-17/+45
* build: Remove build of replacetortAndrew Bartlett2019-05-062-6/+1
* smbd: Use "ISDOT" in reply_setatrVolker Lendecke2019-05-031-2/+1
* smbd: Use a struct initializerVolker Lendecke2019-05-031-2/+1
* smbd: Make "check_access()" static to trans2.cVolker Lendecke2019-05-032-8/+4
* smbd: Use smbd_check_access_rights in reply_setatr()Volker Lendecke2019-05-031-2/+2
* s3: modules: ceph: use current working directory instead of share pathRobert Sander2019-05-021-3/+3
* smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handlingStefan Metzmacher2019-05-012-0/+66
* smbd: allow case insensitive opens of named streamsStefan Metzmacher2019-05-011-1/+71
* smbd: Move deadtime default to parameter definition and man pageChristof Schmitt2019-05-013-3/+2
* libcli:smb: Use smb2_signing_key for smb2_signing_check_pdu()Andreas Schneider2019-04-301-1/+1
* libcli:smb: Use smb2_signing_key for smb2_signing_sign_pdu()Andreas Schneider2019-04-301-15/+29
* libcli:smb: Add smb2_signing_key_destructor()Andreas Schneider2019-04-301-3/+6
* s3:smbd: Start to use the smb2_signing_key structureAndreas Schneider2019-04-304-35/+91
* s3:librpc: Add smb2_signing_key to smbXsrv.idlAndreas Schneider2019-04-301-0/+2
* s3:librpc: Rename the data blobs for keys in smbXsrv.idlAndreas Schneider2019-04-305-48/+49
* s3:modules: Use GnuTLS SHA256 in vfs_acl_commonAndreas Schneider2019-04-301-6/+12
* s3:libsmb: Fix C99 initializer in cli_smb2_fnum.cAndreas Schneider2019-04-291-3/+3
* s3:lib: Use correct C99 initializer for 'struct flock' in messages_dgmAndreas Schneider2019-04-291-1/+3
* s3:utils: use struct initializer in async-tracker long_optionsRalph Boehme2019-04-291-2/+14
* s3/vfs_glusterfs_fuse: Dynamically determine NAME_MAXAnoop C S2019-04-261-6/+26
* s3/vfs_glusterfs: Dynamically determine NAME_MAXAnoop C S2019-04-261-8/+29
* s3:modules: Fix size typesAndreas Schneider2019-04-251-4/+4
* wscript: Remove checks for shm_open and shmgetChristof Schmitt2019-04-251-3/+0
* s3-mdssvc: add a comment to mds_init()Ralph Boehme2019-04-241-0/+3
* s3-mdssvc: make mds_ctx_destructor_cb staticRalph Boehme2019-04-242-31/+30
* s3-mdssvc: add missing call to g_cancellable_new()Ralph Boehme2019-04-241-0/+6
* s3-mdssvc: use default g_main contextRalph Boehme2019-04-241-9/+1
* s3-mdssvc: use tevent_glib_glue in mdssvc RPC serviceRalph Boehme2019-04-243-146/+75
* s3-mdssvc: call [un]become_authenticated_pipe_user()Ralph Boehme2019-04-242-2/+24
* s3-mdssvc: add tevent context arg to mds_init_ctxRalph Boehme2019-04-243-1/+7
* s3/lib: tevent-glib-glue test utiltity with TrackerRalph Boehme2019-04-242-0/+298
* s3/lib: add a tevent_glib_glue subsystem testRalph Boehme2019-04-244-0/+431
* s3/lib: new tevent_glib_glue subsystemRalph Boehme2019-04-244-0/+970
* s3:wscript: fix flex and bison detectionRalph Boehme2019-04-241-2/+2