summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix the waf build with the new "cleans up stale processes" test.Jeremy Allison2012-05-181-0/+1
* s3: Check for serverid_exists in close_directoryVolker Lendecke2012-05-171-0/+3
* s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke2012-05-171-0/+3
* s3: Be less picky on stale share mode entriesVolker Lendecke2012-05-171-1/+3
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-171-0/+20
* s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke2012-05-174-1/+179
* s3: Check for serverid_exists in rename_share_filenameVolker Lendecke2012-05-171-0/+4
* s3: Do not check the PIDs is parse_share_modesVolker Lendecke2012-05-171-42/+0
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-171-0/+3
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-171-0/+5
* s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke2012-05-171-2/+8
* s3: Add "share_mode_stale_server"Volker Lendecke2012-05-172-0/+33
* s3:gse: implement gensec_gse_expire_time()Stefan Metzmacher2012-05-171-0/+12
* s3:gse: remember the expire timeStefan Metzmacher2012-05-171-2/+15
* s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...Stefan Metzmacher2012-05-171-1/+1
* Check the return from create_acl_blobRichard Sharpe2012-05-171-4/+6
* s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...Andrew Bartlett2012-05-171-0/+35
* s3-smbd: Consider a group with the same SID as sufficient duplicationAndrew Bartlett2012-05-171-0/+7
* s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...Andrew Bartlett2012-05-171-39/+109
* We need to split things up into a new helper function add_current_ace_to_acl(...Andrew Bartlett2012-05-171-172/+184
* This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...Jeremy Allison2012-05-171-2/+5
* s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACLAndrew Bartlett2012-05-171-5/+12
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-1623-10395/+2
* Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe2012-05-162-5/+8
* s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke2012-05-151-1/+1
* libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach2012-05-154-374/+1
* libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2012-05-154-244/+2
* libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2012-05-154-288/+1
* libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2012-05-154-211/+1
* libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2012-05-154-151/+1
* libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2012-05-154-191/+1
* libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2012-05-154-219/+1
* libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2012-05-154-157/+1
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-154-318/+1
* s3:libsmb: avoid interpret_long_date() in smb2cli_createStefan Metzmacher2012-05-151-8/+8
* s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...Stefan Metzmacher2012-05-151-0/+1
* s3: Remove some unused codeVolker Lendecke2012-05-151-14/+0
* s3: Fix a likely cut&paste errorVolker Lendecke2012-05-151-1/+1
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-154-4/+4
* s3-auth: Don't lookup the system user in pdb.Andreas Schneider2012-05-151-4/+95
* s3:auth: remove unused auth_server.cStefan Metzmacher2012-05-156-508/+1
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-153-14/+2
* selftest: Remove tests for security=serverAndrew Bartlett2012-05-151-4/+1
* s3: talloc_zero is not needed for structs we ndr_pull intoVolker Lendecke2012-05-141-1/+1
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-144-142/+0
* libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2012-05-141-1/+1
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.cStefan Metzmacher2012-05-141-2/+2
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.cStefan Metzmacher2012-05-141-2/+2