Age | Commit message (Expand) | Author | Files | Lines |
2012-03-31 | Make sure we claim that a DACL or SACL is present if the SD says so | Richard Sharpe | 1 | -2/+2 |
2012-02-02 | Allow a SACL to be sent in cli_set_secdesc(). | Jeremy Allison | 1 | -0/+2 |
2011-07-23 | s3:libsmb: cli_set_secdesc() only needs a const struct security_descriptor | Stefan Metzmacher | 1 | -1/+1 |
2011-07-23 | s3:libsmb: remove unused cli_query_secdesc_old() | Stefan Metzmacher | 1 | -48/+0 |
2011-07-23 | s3-libsmb: introduce new cli_query_secdesc() which returns NTSTATUS | Björn Baumbach | 1 | -0/+50 |
2011-07-23 | s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old() | Björn Baumbach | 1 | -1/+1 |
2011-05-31 | libcli/security: move secdesc.c to the top level libcli/security | Andrew Bartlett | 1 | -0/+1 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-01-15 | s3: Convert cli_set_secdesc to cli_trans | Volker Lendecke | 1 | -34/+19 |
2011-01-15 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2010-08-05 | s3: Save the received trans2 from the inbuf in cli_trans | Volker Lendecke | 1 | -0/+1 |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -1/+1 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -3/+3 |
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 1 | -6/+5 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -2/+2 |
2008-09-09 | Convert cli_query_secdesc to the async trans call | Volker Lendecke | 1 | -21/+16 |
2007-12-29 | Make use of [un]marshall_sec_desc | Volker Lendecke | 1 | -28/+17 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r2834: Netapps can return NT_STATUS_ACCESS_DENIED when trying to return the | Tim Potter | 1 | -0/+3 |
2003-10-23 | According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind | Volker Lendecke | 1 | -1/+1 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -2/+2 |
2003-05-10 | Fix from Tom.Lackemann@falconstor.com to correctly set the flags based | Jeremy Allison | 1 | -1/+9 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -3/+3 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -4/+4 |
2001-07-05 | Renamed formal parameter fd to fnum because we're talking about SMB file | Tim Potter | 1 | -10/+7 |
2001-05-01 | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 1 | -12/+1 |
2001-04-28 | - fixed some compiler warnings | Andrew Tridgell | 1 | -1/+1 |
2001-04-22 | merging from 2.2 to head | Andrew Tridgell | 1 | -10/+7 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -2/+2 |
2001-02-22 | make sure we don't free non-allocated data | Andrew Tridgell | 1 | -7/+10 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -15/+24 |
2000-12-04 | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 1 | -2/+2 |
2000-12-03 | changed an error message | Andrew Tridgell | 1 | -1/+1 |
2000-12-03 | getting/setting acls now works. The SIDs are still numeric, the next | Andrew Tridgell | 1 | -1/+56 |
2000-12-03 | - added client support for nttrans calls | Andrew Tridgell | 1 | -0/+82 |