summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-7/+6
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-3/+3
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-2/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-5/+5
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* Removed bogus server_n local variable in connect_one() function.Tim Potter2001-07-041-5/+2
* Added some missing entries to usage().Tim Potter2001-06-271-1/+7
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-2/+2
* Warning fix from Andrew Bartlett.Jeremy Allison2001-06-201-1/+1
* rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2001-06-191-1/+1
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-10/+3
* fixed some uninitialised variablesAndrew Tridgell2001-05-011-1/+1
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-3/+3
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-7/+4
* Added SMB_ prefix to enums that clash with Solaris ACL definitions.Jeremy Allison2001-04-111-9/+9
* Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2001-02-281-22/+18
* make sure denied aces are firstAndrew Tridgell2001-02-231-1/+1
* cast the qsortAndrew Tridgell2001-02-231-1/+1
* - fixed the sort_acl bug, sorting now works rightAndrew Tridgell2001-02-231-45/+32
* don't crash on null acl sortAndrew Tridgell2001-02-221-0/+2
* - workaround filer lsa lookup bug for unknown sidsAndrew Tridgell2001-02-221-11/+10
* cope with filer/NT/samba all in one binary. yeah.Andrew Tridgell2001-02-221-7/+35
* don't need _uni hack nowAndrew Tridgell2001-02-201-30/+6
* Some systems don't support SEC_RIGHTS_MAXIMUM_ALLOWED for lsa_open_policy()Tim Potter2001-01-231-1/+5
* Return appropriate exit codes for various situations:Tim Potter2000-12-211-22/+32
* Don't call string_to_sid after cli_lsa_lookup_names() fails.Tim Potter2000-12-211-2/+55
* Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter2000-12-211-5/+45
* Cleaned up SidToString() and StringToSid() exit paths.Tim Potter2000-12-211-17/+27
* Added -C username and -G username that allow a user (usually Administrator)Jeremy Allison2000-12-161-5/+61
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-7/+17
* Renamed parameters and variables called acl to the_acl as it conflictsTim Potter2000-12-141-18/+18
* Cache lsa connection and policy handle for resolving names and sids.Tim Potter2000-12-141-48/+56
* Convert names to sids when modifying ACLs. Convert sids to names whenTim Potter2000-12-131-10/+68
* Don't print out the security descriptor type as it is automaticallyTim Potter2000-12-121-7/+1
* Better error checking for ACL parsing.Tim Potter2000-12-121-7/+21
* Added undocumented -t command for testing parsing of acl entries.Tim Potter2000-12-071-11/+118
* added a commentAndrew Tridgell2000-12-041-0/+2
* fixed the parsing again and got setting acls working with w2kAndrew Tridgell2000-12-041-3/+3
* Added some cli_errstr() calls.Tim Potter2000-12-041-4/+4
* Removed lsa lookup warnings (I'll remember).Tim Potter2000-12-041-4/+19
* fixed setting ACLs on directoriesAndrew Tridgell2000-12-041-2/+2
* Mask value now displayed as READ/CHANGE/FULL for standard permissions, orTim Potter2000-12-041-27/+66
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-041-52/+7
* signed/unsigned warning fixedAndrew Tridgell2000-12-041-2/+3
* fixed acls set bugAndrew Tridgell2000-12-041-13/+18
* fixed SACL bugAndrew Tridgell2000-12-041-8/+3
* - with -D only delete first matchAndrew Tridgell2000-12-041-12/+23
* - added helpAndrew Tridgell2000-12-031-12/+118
* cleaner parsing and default handlingAndrew Tridgell2000-12-031-17/+22
* - better parsingAndrew Tridgell2000-12-031-64/+123