summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:libsmb: remove unused cli_state->user_session_keyStefan Metzmacher2012-08-011-4/+0
* s3:ctdbd_conn: use unitX_t types consistently throughout the moduleMichael Adam2012-08-011-9/+9
* Add two flags to allow for handling of Extended Signatures (Session Key Prote...Richard Sharpe2012-08-011-0/+2
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher2012-07-251-1/+0
* s3:libsmb: remove unused tcon specific elements from cli_state->smb2Stefan Metzmacher2012-07-251-6/+0
* s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher2012-07-251-1/+0
* s3:libsmb: setup a smbXcli_tcon for SMB2Stefan Metzmacher2012-07-241-0/+1
* s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tidStefan Metzmacher2012-07-241-1/+1
* lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2012-07-241-0/+4
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-244-72/+3
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-0/+1
* s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directlyLuk Claes2012-07-231-1/+1
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-231-2/+1
* Remove source3/lib/pidfile.cJeremy Allison2012-07-201-6/+0
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-3/+3
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-1/+1
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-3/+2
* s3-smb1: Postpone close_file until all aio is handledVolker Lendecke2012-07-181-0/+9
* s3-vfs: async fsyncVolker Lendecke2012-07-182-0/+18
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-184-93/+0
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-182-4/+6
* s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke2012-07-181-0/+2