summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisecdesc.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: add cli_query_mxac()Ralph Boehme2019-03-041-0/+12
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-2/+2
* s3:libsmb: Plumb cli_smb2_set_security_descriptor() inside cli_set_security_d...Jeremy Allison2013-08-151-0/+7
* s3:libsmb: Plumb cli_smb2_query_security_descriptor() inside cli_query_securi...Jeremy Allison2013-08-151-0/+9
* s3:libsmb: add cli_{query,set}_security_descriptor() which take sec_info flagsStefan Metzmacher2012-12-021-16/+40
* Make sure we claim that a DACL or SACL is present if the SD says soRichard Sharpe2012-03-311-2/+2
* Allow a SACL to be sent in cli_set_secdesc().Jeremy Allison2012-02-021-0/+2
* s3:libsmb: cli_set_secdesc() only needs a const struct security_descriptorStefan Metzmacher2011-07-231-1/+1
* s3:libsmb: remove unused cli_query_secdesc_old()Stefan Metzmacher2011-07-231-48/+0
* s3-libsmb: introduce new cli_query_secdesc() which returns NTSTATUSBjörn Baumbach2011-07-231-0/+50
* s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach2011-07-231-1/+1
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-0/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: Convert cli_set_secdesc to cli_transVolker Lendecke2011-01-151-34/+19
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-151-3/+3
* s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke2010-08-051-0/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+3
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-6/+5
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-2/+2
* Convert cli_query_secdesc to the async trans callVolker Lendecke2008-09-091-21/+16
* Make use of [un]marshall_sec_descVolker Lendecke2007-12-291-28/+17
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-3/+3
* r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2007-10-101-2/+7
* r2834: Netapps can return NT_STATUS_ACCESS_DENIED when trying to return theTim Potter2007-10-101-0/+3
* According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrindVolker Lendecke2003-10-231-1/+1
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+2
* Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison2003-05-101-1/+9
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-3/+3
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* Renamed formal parameter fd to fnum because we're talking about SMB fileTim Potter2001-07-051-10/+7
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-12/+1
* - fixed some compiler warningsAndrew Tridgell2001-04-281-1/+1
* merging from 2.2 to headAndrew Tridgell2001-04-221-10/+7
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+2
* make sure we don't free non-allocated dataAndrew Tridgell2001-02-221-7/+10
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-15/+24
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-041-2/+2
* changed an error messageAndrew Tridgell2000-12-031-1/+1
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-031-1/+56
* - added client support for nttrans callsAndrew Tridgell2000-12-031-0/+82