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