summaryrefslogtreecommitdiff
path: root/source/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Fix fnum leak under error condition in cacl_dump.Tim Potter2002-12-151-6/+13
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
* This makes smbcacls a bit easier to use and debug.Andrew Bartlett2002-07-131-8/+15
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-1/+1
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
* Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-231-76/+39
* The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-7/+5
* int -> uint32 fixes from andreasTim Potter2002-02-161-4/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-5/+2
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-5/+14
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-1/+1
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-10/+22
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-5/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-2/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+10
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* 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