summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+2
2003-06-24Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and changeJeremy Allison1-7/+6
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-14Merge:Tim Potter1-113/+53
2003-04-09Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij1-2/+2
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-1/+1
2003-01-14Merge from HEAD:Andrew Bartlett1-3/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-7/+7
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-20Merge from HEAD:Tim Potter1-6/+13
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-78/+48
2002-04-15Merge of lsa lookup names/sids patch from HEAD.Tim Potter1-7/+5
2002-02-16int -> uint32 fixes from andreasTim Potter1-4/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
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