summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-5/+2
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-5/+14
2001-12-18Fixup JF's weird SID return :-).Jeremy Allison1-1/+1
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-10/+22
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-5/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+2
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+10
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-7/+6
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-2/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-5/+5
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-07-04Removed bogus server_n local variable in connect_one() function.Tim Potter1-5/+2
2001-06-27Added some missing entries to usage().Tim Potter1-1/+7
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-2/+2
2001-06-20Warning fix from Andrew Bartlett.Jeremy Allison1-1/+1
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison1-1/+1
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison1-10/+3
2001-05-01fixed some uninitialised variablesAndrew Tridgell1-1/+1
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-3/+3
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-7/+4
2001-04-11Added SMB_ prefix to enums that clash with Solaris ACL definitions.Jeremy Allison1-9/+9
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-22/+18
2001-02-23make sure denied aces are firstAndrew Tridgell1-1/+1
2001-02-23cast the qsortAndrew Tridgell1-1/+1
2001-02-23- fixed the sort_acl bug, sorting now works rightAndrew Tridgell1-45/+32
2001-02-22don't crash on null acl sortAndrew Tridgell1-0/+2
2001-02-22- workaround filer lsa lookup bug for unknown sidsAndrew Tridgell1-11/+10
2001-02-22cope with filer/NT/samba all in one binary. yeah.Andrew Tridgell1-7/+35
2001-02-20don't need _uni hack nowAndrew Tridgell1-30/+6
2001-01-23Some systems don't support SEC_RIGHTS_MAXIMUM_ALLOWED for lsa_open_policy()Tim Potter1-1/+5
2000-12-21Return appropriate exit codes for various situations:Tim Potter1-22/+32
2000-12-21Don't call string_to_sid after cli_lsa_lookup_names() fails.Tim Potter1-2/+55
2000-12-21Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter1-5/+45
2000-12-21Cleaned up SidToString() and StringToSid() exit paths.Tim Potter1-17/+27
2000-12-16Added -C username and -G username that allow a user (usually Administrator)Jeremy Allison1-5/+61
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-7/+17
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter1-18/+18
2000-12-14Cache lsa connection and policy handle for resolving names and sids.Tim Potter1-48/+56
2000-12-13Convert names to sids when modifying ACLs. Convert sids to names whenTim Potter1-10/+68
2000-12-12Don't print out the security descriptor type as it is automaticallyTim Potter1-7/+1
2000-12-12Better error checking for ACL parsing.Tim Potter1-7/+21
2000-12-07Added undocumented -t command for testing parsing of acl entries.Tim Potter1-11/+118
2000-12-04added a commentAndrew Tridgell1-0/+2
2000-12-04fixed the parsing again and got setting acls working with w2kAndrew Tridgell1-3/+3
2000-12-04Added some cli_errstr() calls.Tim Potter1-4/+4