summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisecdesc.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-15s3:libsmb: Plumb cli_smb2_set_security_descriptor() inside cli_set_security_d...Jeremy Allison1-0/+7
2013-08-15s3:libsmb: Plumb cli_smb2_query_security_descriptor() inside cli_query_securi...Jeremy Allison1-0/+9
2012-12-02s3:libsmb: add cli_{query,set}_security_descriptor() which take sec_info flagsStefan Metzmacher1-16/+40
2012-03-31Make sure we claim that a DACL or SACL is present if the SD says soRichard Sharpe1-2/+2
2012-02-02Allow a SACL to be sent in cli_set_secdesc().Jeremy Allison1-0/+2
2011-07-23s3:libsmb: cli_set_secdesc() only needs a const struct security_descriptorStefan Metzmacher1-1/+1
2011-07-23s3:libsmb: remove unused cli_query_secdesc_old()Stefan Metzmacher1-48/+0
2011-07-23s3-libsmb: introduce new cli_query_secdesc() which returns NTSTATUSBjörn Baumbach1-0/+50
2011-07-23s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach1-1/+1
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett1-0/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-01-15s3: Convert cli_set_secdesc to cli_transVolker Lendecke1-34/+19
2011-01-15s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke1-0/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-3/+3
2009-11-14s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke1-6/+5
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-2/+2
2008-09-09Convert cli_query_secdesc to the async trans callVolker Lendecke1-21/+16
2007-12-29Make use of [un]marshall_sec_descVolker Lendecke1-28/+17
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-3/+3
2007-10-10r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison1-2/+7
2007-10-10r2834: Netapps can return NT_STATUS_ACCESS_DENIED when trying to return theTim Potter1-0/+3
2003-10-23According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrindVolker Lendecke1-1/+1
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-2/+2
2003-05-10Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison1-1/+9
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-07-05Renamed formal parameter fd to fnum because we're talking about SMB fileTim Potter1-10/+7
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison1-12/+1
2001-04-28- fixed some compiler warningsAndrew Tridgell1-1/+1
2001-04-22merging from 2.2 to headAndrew Tridgell1-10/+7
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-2/+2
2001-02-22make sure we don't free non-allocated dataAndrew Tridgell1-7/+10
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-15/+24
2000-12-04removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell1-2/+2
2000-12-03changed an error messageAndrew Tridgell1-1/+1
2000-12-03getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell1-1/+56
2000-12-03- added client support for nttrans callsAndrew Tridgell1-0/+82