summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-20More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison1-2/+1
2012-11-16s3:param: make init_locals() static.Michael Adam1-1/+0
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett1-1/+0
2012-11-08s3fs-popt: Add function to burn the commandline password.Andreas Schneider1-0/+1
2012-10-19s3:lib: remove unused sessionid_*() functionsGregor Beck1-6/+0
2012-10-19s3:smbd: use session_global_id as session number for pam and utmpGregor Beck1-20/+0
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2-8/+10
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2-9/+13
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett3-16/+25
2012-10-04Remove the parameters:Jeremy Allison1-4/+0
2012-10-04Revert "Add functions to programatically set the security mask and directory ...Jeremy Allison1-2/+0
2012-10-02Add functions to programatically set the security mask and directory security...Jeremy Allison1-0/+2
2012-09-12Move cached cwd onto conn struct.Jeremy Allison1-0/+2
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce2-1/+2
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2-0/+28
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett1-1/+1
2012-09-10s3:smbd Bump the smbd vfs interface version to 30Christian Ambach1-1/+2
2012-09-08s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam1-0/+1
2012-09-08s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam1-0/+1
2012-09-08s3:vfs: add durable VFS operationsMichael Adam2-0/+60
2012-09-07s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy1-4/+4
2012-09-07s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy1-0/+11
2012-09-05Add "backup_intent" bool to files_struct.Jeremy Allison1-0/+3
2012-08-28s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett1-0/+6
2012-08-22Remove align_string(). No longer used.Jeremy Allison1-1/+0
2012-08-17s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher2-3/+1
2012-08-17s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher1-1/+1
2012-08-15s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett1-1/+0
2012-08-15s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett1-1/+0
2012-08-15s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2-143/+1
2012-08-15s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett1-34/+3
2012-08-15s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett1-1/+1
2012-08-10Revert "s3:smb: include "smbXsrv.h" before "vfs.h""Stefan Metzmacher1-6/+0
2012-08-09Fix strlower_m() to return an error indication.Jeremy Allison1-1/+1
2012-08-09Check error returns on strnorm().Jeremy Allison1-1/+1
2012-08-09Change strupper_m() to return a value.Jeremy Allison1-1/+1
2012-08-07source3/loadparm.c: Move string_set/string_free inside.Rusty Russell1-2/+0
2012-08-01libcli/smb: move some TCON related defines to smb_constants.hStefan Metzmacher1-9/+0
2012-08-01s3:libsmb: remove unused cli_state->user_session_keyStefan Metzmacher1-4/+0
2012-08-01s3:ctdbd_conn: use unitX_t types consistently throughout the moduleMichael Adam1-9/+9
2012-08-01Add two flags to allow for handling of Extended Signatures (Session Key Prote...Richard Sharpe1-0/+2
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-1/+1
2012-07-25s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher1-1/+0
2012-07-25s3:libsmb: remove unused tcon specific elements from cli_state->smb2Stefan Metzmacher1-6/+0
2012-07-25s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher1-1/+0
2012-07-24s3:libsmb: setup a smbXcli_tcon for SMB2Stefan Metzmacher1-0/+1
2012-07-24s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tidStefan Metzmacher1-1/+1
2012-07-24lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett1-0/+4
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett4-72/+3
2012-07-24param: Make the 'unicode' parameter commonAndrew Bartlett1-0/+1