summaryrefslogtreecommitdiff
path: root/source3/utils/profiles.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-3/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-25s3: Fix bug 7470Volker Lendecke1-1/+2
2010-09-21s3:registry: move regio.h from include/ to registry/Michael Adam1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-4/+5
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-1/+1
2010-05-25s3:profiles: use regval_ctr_init() instead of direct allocationMichael Adam1-1/+2
2010-05-25s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-05-20s3-utils: remove trailing whitespace from profiles utility.Günther Deschner1-16/+16
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-2/+2
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-1/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-3/+3
2009-02-26s3:profiles: use regsubkey_ctr_init() instead of using talloc directly.Michael Adam1-1/+3
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-3/+3
2009-02-23More warning fixes for Solaris.Jeremy Allison1-15/+15
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-1/+1
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-8/+8
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-24/+39
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-15Correctly free memory in regfio pathsAlexander Bokovoy1-1/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21540: Fix Bug #3713 and readd reporting what the profiles tool does (whenGünther Deschner1-4/+56
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-4/+4
2007-10-10r16409: Fix Klocwork ID's.Volker Lendecke1-1/+4
2007-10-10r13486: Two more -- fix bug 3503Volker Lendecke1-0/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-2/+2
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-9/+17
2007-10-10r9658: cleanup a few debug messagesGerald Carter1-2/+2
2007-10-10r9653: adding common popt args to profiles tool (needed for debuglevel to reg...Gerald Carter1-15/+25
2007-10-10r9628: rewrite profiles tool to use the regfio code.Gerald Carter1-692/+164
2007-10-10r9277: Another unused variable. Bugzilla #2985.Tim Potter1-2/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r7703: Fix the problem with MAP_PRIVATE not updating the file.Richard Sharpe1-1/+1
2007-10-10r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...Richard Sharpe1-3/+2
2007-10-10r5269: BUG 858: fix order of popt args evalution so we don't crash when given...Gerald Carter1-2/+2
2003-10-14Set errno = ENOSYS if mmap not supported.Tim Potter1-0/+1
2003-10-02Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison1-1/+7
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-07-02#ifdef out apparently unused function.Tim Potter1-0/+4
2003-05-12And finally IDMAP in 3_0Simo Sorce1-2/+2
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-62/+64