summaryrefslogtreecommitdiff
path: root/source3/utils/profiles.c
Commit message (Expand)AuthorAgeFilesLines
* s3:utils: Use C99 initializer for poptOption in profilesAndreas Schneider2019-01-281-3/+24
* profiles: Use dom_sid_str_bufVolker Lendecke2018-12-111-10/+19
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3:utils/profiles fix a use after freeChristian Ambach2014-12-031-3/+3
* s3/profiles: improve copy_registry_tree() errorsDavid Disseldorp2014-05-281-4/+5
* s3/profiles: replace dup_sec_desc() usageDavid Disseldorp2014-05-281-2/+8
* s3:utils: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+2
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3: Fix bug 7470Volker Lendecke2010-09-251-1/+2
* s3:registry: move regio.h from include/ to registry/Michael Adam2010-09-211-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-4/+5
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-1/+1
* s3:profiles: use regval_ctr_init() instead of direct allocationMichael Adam2010-05-251-1/+2
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* s3-utils: remove trailing whitespace from profiles utility.Günther Deschner2010-05-201-16/+16
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-2/+2
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-1/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-3/+3
* s3:profiles: use regsubkey_ctr_init() instead of using talloc directly.Michael Adam2009-02-261-1/+3
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-3/+3
* More warning fixes for Solaris.Jeremy Allison2009-02-231-15/+15
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-1/+1
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-8/+8
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-24/+39
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* Correctly free memory in regfio pathsAlexander Bokovoy2007-10-151-1/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21540: Fix Bug #3713 and readd reporting what the profiles tool does (whenGünther Deschner2007-10-101-4/+56
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-4/+4
* r16409: Fix Klocwork ID's.Volker Lendecke2007-10-101-1/+4
* r13486: Two more -- fix bug 3503Volker Lendecke2007-10-101-0/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-2/+2
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-9/+17
* r9658: cleanup a few debug messagesGerald Carter2007-10-101-2/+2
* r9653: adding common popt args to profiles tool (needed for debuglevel to reg...Gerald Carter2007-10-101-15/+25
* r9628: rewrite profiles tool to use the regfio code.Gerald Carter2007-10-101-692/+164
* r9277: Another unused variable. Bugzilla #2985.Tim Potter2007-10-101-2/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r7703: Fix the problem with MAP_PRIVATE not updating the file.Richard Sharpe2007-10-101-1/+1
* r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...Richard Sharpe2007-10-101-3/+2
* r5269: BUG 858: fix order of popt args evalution so we don't crash when given...Gerald Carter2007-10-101-2/+2
* Set errno = ENOSYS if mmap not supported.Tim Potter2003-10-141-0/+1