summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3:param: add new lp_idmap_default_backend()Michael Adam2013-02-051-0/+1
* s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam2013-02-051-0/+1
* s3:param: remove unused function lp_idmap_backend()Michael Adam2013-02-051-1/+0
* s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam2013-02-051-2/+0
* s3:param: add utility function lp_idmap_default_range()Michael Adam2013-02-051-0/+1
* s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam2013-02-051-0/+1
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-162-1/+34
* Add uint32_t share_access to vuid_cache_entry.Jeremy Allison2013-01-091-0/+2
* Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison2013-01-091-2/+6
* Happy New Year 2013Stefan Metzmacher2013-01-011-1/+1
* Clean up client timeout definitions [rev. 2]Scott Lovenberg2012-12-061-0/+3
* s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam2012-12-031-0/+3
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-11-201-2/+1
* s3:param: make init_locals() static.Michael Adam2012-11-161-1/+0
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-1/+0
* s3fs-popt: Add function to burn the commandline password.Andreas Schneider2012-11-081-0/+1
* s3:lib: remove unused sessionid_*() functionsGregor Beck2012-10-191-6/+0
* s3:smbd: use session_global_id as session number for pam and utmpGregor Beck2012-10-191-20/+0
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-112-8/+10
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-112-9/+13
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-113-16/+25
* Remove the parameters:Jeremy Allison2012-10-041-4/+0
* Revert "Add functions to programatically set the security mask and directory ...Jeremy Allison2012-10-041-2/+0
* Add functions to programatically set the security mask and directory security...Jeremy Allison2012-10-021-0/+2
* Move cached cwd onto conn struct.Jeremy Allison2012-09-121-0/+2
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-122-1/+2
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-122-0/+28
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-1/+1
* s3:smbd Bump the smbd vfs interface version to 30Christian Ambach2012-09-101-1/+2
* s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2012-09-081-0/+1
* s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2012-09-081-0/+1
* s3:vfs: add durable VFS operationsMichael Adam2012-09-082-0/+60
* s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy2012-09-071-4/+4
* s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy2012-09-071-0/+11
* Add "backup_intent" bool to files_struct.Jeremy Allison2012-09-051-0/+3
* s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett2012-08-281-0/+6
* Remove align_string(). No longer used.Jeremy Allison2012-08-221-1/+0
* s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher2012-08-172-3/+1
* s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher2012-08-171-1/+1
* s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett2012-08-151-1/+0
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-151-1/+0
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-152-143/+1
* s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett2012-08-151-34/+3
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-1/+1
* Revert "s3:smb: include "smbXsrv.h" before "vfs.h""Stefan Metzmacher2012-08-101-6/+0
* Fix strlower_m() to return an error indication.Jeremy Allison2012-08-091-1/+1
* Check error returns on strnorm().Jeremy Allison2012-08-091-1/+1
* Change strupper_m() to return a value.Jeremy Allison2012-08-091-1/+1
* source3/loadparm.c: Move string_set/string_free inside.Rusty Russell2012-08-071-2/+0
* libcli/smb: move some TCON related defines to smb_constants.hStefan Metzmacher2012-08-011-9/+0