summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-17s4:auth/gensec_gssapi: add missing 'break' statementsStefan Metzmacher1-0/+2
2012-05-17s4:auth/gensec_gssapi: remember the expire timeStefan Metzmacher2-2/+9
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-16build: Add explicit mention of --abi-check-disable to ABI checkerAndrew Bartlett1-1/+1
2012-05-16libwbclient: Fix an invalid free()Volker Lendecke1-1/+1
2012-05-15wbinfo: Fix Coverity ID 242684 Resource leakVolker Lendecke1-0/+1
2012-05-15wbinfo: Fix Coverity ID 242685 Resource leakVolker Lendecke1-0/+1
2012-05-15s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke1-1/+1
2012-05-15dbwrap: Fix Coverity ID 242750 Incorrect sizeof expressionVolker Lendecke1-1/+1
2012-05-15libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach6-43/+40
2012-05-15libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach6-39/+38
2012-05-15libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach6-40/+37
2012-05-15libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach6-32/+29
2012-05-15libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach6-23/+21
2012-05-15libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach6-33/+31
2012-05-15libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach6-35/+33
2012-05-15libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher6-25/+23
2012-05-15libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher6-43/+41
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-15lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'Stefan Metzmacher1-0/+4
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-15Use ENC_ values for proto_tree_add_item() calls.Guy Harris1-2/+2
2012-05-15s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher1-1/+0
2012-05-15s4:ntvfs/cifs: remove misleading comment regarding security=serverStefan Metzmacher1-1/+0
2012-05-15s4:auth: remove unused auth_server.cStefan Metzmacher2-245/+0
2012-05-15s3:auth: remove unused auth_server.cStefan Metzmacher6-508/+1
2012-05-15docs-xml: remove documentation of "SECURITY = SERVER"Stefan Metzmacher1-32/+0
2012-05-15s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher6-25/+20
2012-05-15s4:param/tests: remove "security=server" testStefan Metzmacher1-10/+0
2012-05-15selftest: Remove tests for security=serverAndrew Bartlett3-45/+1
2012-05-15samba-upgradedns: Use the correct magic incantation of sys.path.insert()Amitay Isaacs1-1/+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 Metzmacher6-142/+110
2012-05-14libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher3-2/+2
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