summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3:secrets: remove unused secrets_store_[prev_]machine_password()Stefan Metzmacher2017-06-271-1/+0
* s3:secrets: add infrastructure to use secrets_domain_infoB to store credentialsStefan Metzmacher2017-06-271-0/+28
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-271-0/+1
* s3:secrets: let secrets_delete_machine_password_ex() also remove the des_salt...Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: re-add secrets_delete() helper to simplify deleting optional keysStefan Metzmacher2017-06-271-0/+1
* s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: add some const to secrets_store_domain_guid()Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: move kerberos_secrets_*salt related functions to machine_account_...Stefan Metzmacher2017-06-271-0/+4
* s3:libsmb: add CLI_FULL_CONNECTION_DISABLE_SMB1Stefan Metzmacher2017-06-221-0/+1
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-06-221-0/+1
* s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher2017-06-221-1/+0
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-211-8/+0
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-3/+8
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-182-6/+13
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-182-7/+12
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-3/+8
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-182-10/+16
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-182-8/+15
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-182-7/+12
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-182-7/+13
* s3: VFS: Remove old traces of smb_vfs_call_llistxattr().Jeremy Allison2017-06-181-2/+0
* g_lock: Make g_lock_dump return a complete list of locksVolker Lendecke2017-06-151-3/+10
* g_lock: Add g_lock_write_dataVolker Lendecke2017-06-151-0/+3
* g_lock: Remove unused g_lock_getVolker Lendecke2017-06-151-2/+0
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-012-8/+15
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-312-8/+19
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-312-6/+11
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-312-6/+13
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-313-8/+16
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-312-6/+8
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-313-8/+11
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-313-7/+11
* s3: lib: Add new utility function cp_smb_filename_nostream().Jeremy Allison2017-05-311-0/+2
* libads: Decide to have no fallback optionGarming Sam2017-05-301-0/+1
* libads: abstract out SASL wrapping codeAlexander Bokovoy2017-05-171-32/+36
* s3-proto: remove some dead prototypesGünther Deschner2017-05-101-11/+0
* s3-passdb: remove some dead prototypesGünther Deschner2017-05-101-5/+0
* vfs: add VFS_COPY_CHUNK_FL_IGNORE_LOCKS for dup extentsDavid Disseldorp2017-05-101-1/+4
* vfs: add parameter to copy chunk VFS function to handle dup_extentsAurelien Aptel2017-05-102-6/+20
* s3-rpc_cli: add winreg_add_core_driver()Günther Deschner2017-05-091-0/+1
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-1/+0
* s3: popt: Add utility functions popt_get_cmdline_auth_info(), popt_free_cmdli...Jeremy Allison2017-05-091-0/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-226-6/+11
* smbldap: Privatize struct smbldap_stateVolker Lendecke2017-04-201-24/+1
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-0/+2
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-0/+1
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-201-0/+2
* smbldap: Fix a typoVolker Lendecke2017-04-201-1/+1
* ctdb_conn: add ctdbd_parse_send/recvRalph Boehme2017-04-181-0/+15
* smbldap: Move ldapsam_privates to pdb_ldap.hVolker Lendecke2017-04-181-30/+0