summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-185-0/+5
* s3-waf: fix the build after libcli/security changes.Günther Deschner2010-10-181-2/+5
* s3-waf: fix the build of smbtorture.Günther Deschner2010-10-181-9/+9
* s3-waf: fix pdb modules build.Günther Deschner2010-10-182-16/+15
* s3:libsmb: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* s3-winbind: Fixed init order.Andreas Schneider2010-10-181-3/+3
* Don't arbitrarily clean all parametric options in add_a_service(),Jeremy Allison2010-10-161-3/+3
* Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2010-10-162-4/+9
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-163-11/+38
* Add make_default_filesystem_acl() function to be used in following change to ...Jeremy Allison2010-10-152-0/+114
* Fix handling of "NULL" DACL. Map to u/g/w - rwx.Jeremy Allison2010-10-151-23/+33
* Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the...Jeremy Allison2010-10-151-0/+8
* Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison2010-10-151-0/+7
* Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison2010-10-151-1/+5
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-10-152-2/+2
* Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...Jeremy Allison2010-10-151-0/+9
* s3-rpc_server: Normalize rpc_pipe_open_interface pipe name.Andreas Schneider2010-10-151-1/+6
* s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider2010-10-154-11/+11
* s3-winbind: Fixed the build of idmap_rid.Andreas Schneider2010-10-151-0/+1
* s3: Remove smbd_server_conn from construct_replyVolker Lendecke2010-10-141-4/+6
* s3: Lift smbd_server_conn from receive_smb_tallocVolker Lendecke2010-10-141-10/+9
* s3: Lift smbd_server_conn from receive_smb_raw_tallocVolker Lendecke2010-10-141-8/+10
* s3: Lift smbd_server_conn from receive_smb_raw_talloc_partial_readVolker Lendecke2010-10-141-10/+10
* s3: Remove some explicit smbd_server_conn refs in process_smb()Volker Lendecke2010-10-141-2/+2
* s3: Rename "conn" to the more used "sconn" in process_smb()Volker Lendecke2010-10-141-7/+7
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-145-360/+5
* libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett2010-10-141-65/+0
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-143-260/+1
* s3-acl Use uint32_t for counting the ACEsAndrew Bartlett2010-10-141-1/+1
* s3-acl Merge source4-supported privileges into se_access_checkAndrew Bartlett2010-10-141-5/+9
* s3-util_nttoken.c Also copy the rights_mask when copying a security_tokenAndrew Bartlett2010-10-141-0/+4
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-148-35/+7
* s3-auth use security_token_has_sid() from the common codeAndrew Bartlett2010-10-141-9/+2
* s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett2010-10-146-21/+10
* s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach2010-10-133-2/+28
* s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2010-10-132-20/+64
* s3:vfs:syncops add option to disable module per shareChristian Ambach2010-10-131-6/+35
* s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach2010-10-131-7/+43
* s3:registry: fix some trailing spaces in reg_backend_dbMichael Adam2010-10-121-6/+6
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-12145-45/+145
* Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison2010-10-121-41/+29
* Canonicalize incoming and outgoing ACLs.Jeremy Allison2010-10-111-4/+55
* Make the posix ACL module cope with a NULL incoming DACL and aJeremy Allison2010-10-111-0/+31
* s3-spoolss: add more userlevel info validation to _spoolss_OpenPrinterEx.Günther Deschner2010-10-111-0/+9
* s3-spoolss: let set_printer_hnd_name return WERROR.Günther Deschner2010-10-111-17/+19
* s3-spoolss: convert open_printer_hnd to return WERROR.Günther Deschner2010-10-111-11/+16
* s3-spoolss: fix set_printer_hnd_name() to match torture test.Günther Deschner2010-10-111-9/+15
* More neccessary const.Jeremy Allison2010-10-092-2/+2
* s3: Hang the isilon kernel oplocks off the NULL contextVolker Lendecke2010-10-081-1/+2
* s3: Hang the irix kernel oplocks off the NULL ctxVolker Lendecke2010-10-081-1/+1