summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r3918: Allow to set OWNER- and GROUP-entries while setting security descriptorsGünther Deschner2007-10-101-1/+9
* r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-)Volker Lendecke2007-10-101-1/+1
* r2348: fix segmention faultsStefan Metzmacher2007-10-101-3/+5
* r1103: need to leave empty dacl so we can remove last ACEHerb Lewis2007-10-101-5/+0
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-3/+3
* Fix bug 342. Short version of --add now -a instead of -A.Tim Potter2003-09-011-2/+2
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
* Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and changeJeremy Allison2003-06-241-7/+6
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Merge:Tim Potter2003-04-141-113/+53
* Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-7/+7
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Merge from HEAD:Tim Potter2002-12-201-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
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-78/+48
* Merge of lsa lookup names/sids patch from HEAD.Tim Potter2002-04-151-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