Got medieval on another pointless extern. Removed extern struct ipzero
[samba.git] / source3 / utils / smbcacls.c
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-04 Andrew Tridgellit now all compiles - so try enabling it by default...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-04 Tim PotterRemoved bogus server_n local variable in connect_one...
2001-06-27 Tim PotterAdded some missing entries to usage().
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-06-20 Jeremy AllisonWarning fix from Andrew Bartlett.
2001-06-19 Jeremy Allisonrpc_server/srv_srvsvc_nt.c: Don't test an uint32 for...
2001-05-01 Jeremy AllisonFixup smbcacls. Don't return memory already freed,...
2001-05-01 Andrew Tridgellfixed some uninitialised variables
2001-04-28 Gerald Carterrpcclient merge from 2.2 (including Jeremy's non-void...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-11 Jeremy AllisonAdded SMB_ prefix to enums that clash with Solaris...
2001-02-28 Jeremy AllisonOoops - forgot to check the rpcclient and smbcacls...
2001-02-23 Andrew Tridgellmake sure denied aces are first
2001-02-23 Andrew Tridgellcast the qsort
2001-02-23 Andrew Tridgell- fixed the sort_acl bug, sorting now works right
2001-02-22 Andrew Tridgelldon't crash on null acl sort
2001-02-22 Andrew Tridgell- workaround filer lsa lookup bug for unknown sids
2001-02-22 Andrew Tridgellcope with filer/NT/samba all in one binary. yeah.
2001-02-20 Andrew Tridgelldon't need _uni hack now
2001-01-23 Tim PotterSome systems don't support SEC_RIGHTS_MAXIMUM_ALLOWED...
2000-12-21 Tim PotterReturn appropriate exit codes for various situations:
2000-12-21 Tim PotterDon't call string_to_sid after cli_lsa_lookup_names...
2000-12-21 Tim PotterSome systems seem to only accept a ntcreate&x with...
2000-12-21 Tim PotterCleaned up SidToString() and StringToSid() exit paths.
2000-12-16 Jeremy AllisonAdded -C username and -G username that allow a user...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-14 Tim PotterRenamed parameters and variables called acl to the_acl...
2000-12-14 Tim PotterCache lsa connection and policy handle for resolving...
2000-12-13 Tim PotterConvert names to sids when modifying ACLs. Convert...
2000-12-12 Tim PotterDon't print out the security descriptor type as it...
2000-12-12 Tim PotterBetter error checking for ACL parsing.
2000-12-07 Tim PotterAdded undocumented -t command for testing parsing of...
2000-12-04 Andrew Tridgelladded a comment
2000-12-04 Andrew Tridgellfixed the parsing again and got setting acls working...
2000-12-04 Tim PotterAdded some cli_errstr() calls.
2000-12-04 Tim PotterRemoved lsa lookup warnings (I'll remember).
2000-12-04 Andrew Tridgellfixed setting ACLs on directories
2000-12-04 Tim PotterMask value now displayed as READ/CHANGE/FULL for standa...
2000-12-04 Andrew Tridgellremoved SACL support (as it doesn't work with w2k if...
2000-12-04 Andrew Tridgellsigned/unsigned warning fixed
2000-12-04 Andrew Tridgellfixed acls set bug
2000-12-04 Andrew Tridgellfixed SACL bug
2000-12-04 Andrew Tridgell- with -D only delete first match
2000-12-03 Andrew Tridgell- added help
2000-12-03 Andrew Tridgellcleaner parsing and default handling
2000-12-03 Andrew Tridgell- better parsing
2000-12-03 Andrew Tridgellgetting/setting acls now works. The SIDs are still...
2000-12-03 Andrew Tridgelladded basic ability to dump remote file acls
2000-12-03 Andrew Tridgella prootype program for querying/setting a security...