summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-04s3/lib: add remote arch cachingRalph Boehme1-0/+2
2016-05-04s3/lib: add get_remote_arch_from_str()Ralph Boehme1-0/+1
2016-05-04s3/lib: rework get_remote_arch_str() to use an arrayRalph Boehme1-1/+1
2016-04-25ctdbd_conn: Make "cstatus" int32_tVolker Lendecke1-1/+1
2016-04-25ctdbd_conn: Avoid "includes.h"Volker Lendecke1-0/+4
2016-04-25lib: serverid.h references struct server_idVolker Lendecke1-0/+1
2016-04-25ctdbd_conn: Remove unused ctdbd_messaging_connectionVolker Lendecke1-4/+0
2016-04-25ctdbd_conn: Make ctdbd_init_connection publicVolker Lendecke1-0/+4
2016-04-15tldap: Add tldap_get/set_streamVolker Lendecke1-0/+4
2016-04-12CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher1-1/+0
2016-04-12CVE-2016-2115: docs-xml: add "client ipc signing" optionStefan Metzmacher1-0/+1
2016-04-12CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr...Stefan Metzmacher1-0/+2
2016-04-06vfs: Add helper to check for missing VFS functionsChristof Schmitt1-0/+3
2016-03-28s3-profile: add PROFILE_TIMESTAMP macroUri Simchoni1-0/+4
2016-03-28s3-profile: reduce dependencies of smbprofile.hUri Simchoni1-1/+2
2016-03-27s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2-0/+47
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison1-1/+2
2016-03-24s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison1-0/+9
2016-03-10s3:lib: Move internal lp_posix_pathnames() call out of utility function synth...Jeremy Allison1-1/+2
2016-03-10s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname...Jeremy Allison1-2/+1
2016-03-10s3:lib. Add split_stream_filename() Not yet used.Jeremy Allison1-0/+4
2016-03-10s3:libsmb: remove unused functions in clispnego.cStefan Metzmacher1-19/+0
2016-03-10s3:libsmb: unused ntlmssp.cStefan Metzmacher1-25/+0
2016-03-10s3:ntlmssp: remove unused libsmb/ntlmssp_wrap.cStefan Metzmacher1-2/+0
2016-03-10s3:auth_generic: add auth_generic_client_start_by_sasl()Stefan Metzmacher1-0/+2
2016-03-10s3:auth_generic: add auth_generic_client_start_by_name()Stefan Metzmacher1-1/+2
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2-6/+8
2016-03-05VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2-7/+14
2016-03-05VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2-7/+14
2016-03-03vfs: remove an outdate comment from the files_struct definitionMichael Adam1-1/+1
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2-7/+12
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2-7/+12
2016-03-02s3/vfs: add duration to vfs_aio_stateRalph Boehme1-0/+1
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme1-6/+11
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2-7/+13
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2-6/+10
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2-7/+12
2016-02-23lib: Remove "includes.h" from util_file.cVolker Lendecke1-11/+0
2016-02-23lib: Add file_pload_send/recvVolker Lendecke1-0/+6
2016-02-23lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke1-1/+2
2016-02-23lib: Remove an unimplemented prototypeVolker Lendecke1-1/+0
2016-02-23lib: Extract sys_popen()Volker Lendecke1-2/+0
2016-02-23lib: Remove sys_waitpidVolker Lendecke1-1/+0
2016-02-16s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2-7/+10
2016-02-03tldap: Make tldap_search use tldap_search_allVolker Lendecke1-2/+2
2016-02-03tldap: Add tldap_search_allVolker Lendecke1-0/+12
2016-02-03lib: Introduce TLDAPRCVolker Lendecke2-112/+120
2016-02-03tldap: Parse the sasl output blobVolker Lendecke1-2/+5
2016-02-03tldap: Add some required includesVolker Lendecke1-0/+1
2016-01-27s3-lib: introduce sys_realpath()Uri Simchoni1-0/+1