Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of [un]marshall_sec_desc | Volker Lendecke | 2007-12-29 | 1 | -28/+17 |
| | |||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -3/+3 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r18745: Use the Samba4 data structures for security descriptors and security ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -3/+3 |
| | | | | | | | | | descriptor buffers. Make security access masks simply a uint32 rather than a structure with a uint32 in it. | ||||
* | r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. | Jeremy Allison | 2007-10-10 | 1 | -2/+7 |
| | | | | | Added text explaining units in pdbedit time fields. Jeremy. | ||||
* | r2834: Netapps can return NT_STATUS_ACCESS_DENIED when trying to return the | Tim Potter | 2007-10-10 | 1 | -0/+3 |
| | | | | | | security descriptor for a file. Return an error in this case instead of panicing trying to unpack a zero length buffer. Found by Brett Funderburg. | ||||
* | According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind | Volker Lendecke | 2003-10-23 | 1 | -1/+1 |
| | | | | | | | reports an unitialized read which is obviously correct. And I hate valgrind errors ;-) Volker | ||||
* | get rid of some sompiler warnings on IRIX | Herb Lewis | 2003-08-15 | 1 | -2/+2 |
| | |||||
* | Fix from Tom.Lackemann@falconstor.com to correctly set the flags based | Jeremy Allison | 2003-05-10 | 1 | -1/+9 |
| | | | | | on the security entries sent. Jeremy. | ||||
* | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 2003-02-14 | 1 | -3/+3 |
| | | | | | Needed to move to disk based i/o later. Jeremy. | ||||
* | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 1 | -1/+1 |
| | | | | | named. Ensure we can query them. Jeremy. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -4/+4 |
| | |||||
* | Renamed formal parameter fd to fnum because we're talking about SMB file | Tim Potter | 2001-07-05 | 1 | -10/+7 |
| | | | | handles, not unix ones. | ||||
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 2001-05-01 | 1 | -12/+1 |
| | | | | | with talloc. Jeremy. | ||||
* | - fixed some compiler warnings | Andrew Tridgell | 2001-04-28 | 1 | -1/+1 |
| | | | | - fixed slprintf and vsprintf macros | ||||
* | merging from 2.2 to head | Andrew Tridgell | 2001-04-22 | 1 | -10/+7 |
| | |||||
* | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2001-03-09 | 1 | -2/+2 |
| | | | | | | | | | We were reading the endainness in the RPC header and then never propagating it to the internal parse_structs used to parse the data. Also removed the "align" argument to prs_init as it was *always* set to 4, and if needed can be set differently on a case by case basis. Now ready for AS/U testing when Herb gets it set up :-). Jeremy. | ||||
* | make sure we don't free non-allocated data | Andrew Tridgell | 2001-02-22 | 1 | -7/+10 |
| | |||||
* | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 2000-12-15 | 1 | -15/+24 |
| | | | | | | in fixes from appliance-head and 2.2. Fixed multiple connection.tdb open problem. Jeremy. | ||||
* | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 2000-12-04 | 1 | -2/+2 |
| | | | | SACLs) | ||||
* | changed an error message | Andrew Tridgell | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | getting/setting acls now works. The SIDs are still numeric, the next | Andrew Tridgell | 2000-12-03 | 1 | -1/+56 |
| | | | | step is to support usernames etc | ||||
* | - added client support for nttrans calls | Andrew Tridgell | 2000-12-03 | 1 | -0/+82 |
- added a cli_ function for querying a security descriptor on a remote file |