summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-waf: mark some libraries as privateAndrew Tridgell2010-10-211-0/+5
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-212-21/+18
* s3: Make "unpack_pjob" staticVolker Lendecke2010-10-202-2/+1
* s3: Use any_nt_status_not_ok in winbindVolker Lendecke2010-10-2019-95/+19
* s3: Add any_nt_status_not_okVolker Lendecke2010-10-202-0/+14
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-2017-117/+97
* nsstest: no need for two copies of the same tool.Günther Deschner2010-10-203-497/+2
* s3-waf: more registry cleanup.Günther Deschner2010-10-201-9/+20
* s3-waf: convert LIBSMBCONF into a subsystem.Günther Deschner2010-10-201-5/+8
* s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.Günther Deschner2010-10-202-7/+12
* s3: Add some DEBUGVolker Lendecke2010-10-201-0/+2
* s3: Cope with EINTR in smbd_[un]lock_socketVolker Lendecke2010-10-201-2/+10
* Add deadtime detection for SMB2. Correctly update lastused timestamp across a...Jeremy Allison2010-10-192-30/+76
* Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...Jeremy Allison2010-10-191-32/+105
* Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.Jeremy Allison2010-10-191-20/+27
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-194-7/+11
* s3-waf Use LIBSECRUITY subsystem from the common wscript_buildAndrew Bartlett2010-10-191-24/+9
* s3-waf: all subsystems complete now, no need for this loop anymore.Günther Deschner2010-10-191-26/+0
* s3-waf: convert rpc into a subsystem.Günther Deschner2010-10-192-63/+140
* 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