index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
profiles.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
profiles: don't ignore unknown options
Ralph Boehme
1
-0
/
+5
2021-05-25
s3:utils: Migrate profiles to new cmdline option parser
Andreas Schneider
1
-6
/
+20
2019-01-28
s3:utils: Use C99 initializer for poptOption in profiles
Andreas Schneider
1
-3
/
+24
2018-12-11
profiles: Use dom_sid_str_buf
Volker Lendecke
1
-10
/
+19
2015-03-24
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
1
-1
/
+1
2014-12-03
s3:utils/profiles fix a use after free
Christian Ambach
1
-3
/
+3
2014-05-28
s3/profiles: improve copy_registry_tree() errors
David Disseldorp
1
-4
/
+5
2014-05-28
s3/profiles: replace dup_sec_desc() usage
David Disseldorp
1
-2
/
+8
2014-04-02
s3:utils: avoid argv related const warnings
Stefan Metzmacher
1
-2
/
+2
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-3
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-25
s3: Fix bug 7470
Volker Lendecke
1
-1
/
+2
2010-09-21
s3:registry: move regio.h from include/ to registry/
Michael Adam
1
-1
/
+1
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
1
-4
/
+5
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2010-05-25
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
1
-1
/
+1
2010-05-25
s3:profiles: use regval_ctr_init() instead of direct allocation
Michael Adam
1
-1
/
+2
2010-05-25
s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *
Michael Adam
1
-1
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-2
/
+2
2010-05-20
s3-utils: remove trailing whitespace from profiles utility.
Günther Deschner
1
-16
/
+16
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-2
/
+2
2010-05-18
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
1
-1
/
+1
2010-05-18
s3-registry: only include registry headers when really needed.
Günther Deschner
1
-0
/
+1
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
1
-3
/
+3
2009-02-26
s3:profiles: use regsubkey_ctr_init() instead of using talloc directly.
Michael Adam
1
-1
/
+3
2009-02-26
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
1
-3
/
+3
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-15
/
+15
2008-12-31
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
1
-1
/
+1
2007-12-15
Replace sid_string_static with sid_string_tos
Volker Lendecke
1
-8
/
+8
2007-12-03
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
1
-24
/
+39
2007-10-19
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-4
/
+4
2007-10-15
Correctly free memory in regfio paths
Alexander Bokovoy
1
-1
/
+4
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21540: Fix Bug #3713 and readd reporting what the profiles tool does (when
Günther Deschner
1
-4
/
+56
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r16409: Fix Klocwork ID's.
Volker Lendecke
1
-1
/
+4
2007-10-10
r13486: Two more -- fix bug 3503
Volker Lendecke
1
-0
/
+2
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
2007-10-10
r9780: Clean up a bunch of compiler warnings.
James Peach
1
-2
/
+2
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-9
/
+17
2007-10-10
r9658: cleanup a few debug messages
Gerald Carter
1
-2
/
+2
2007-10-10
r9653: adding common popt args to profiles tool (needed for debuglevel to reg...
Gerald Carter
1
-15
/
+25
2007-10-10
r9628: rewrite profiles tool to use the regfio code.
Gerald Carter
1
-692
/
+164
2007-10-10
r9277: Another unused variable. Bugzilla #2985.
Tim Potter
1
-2
/
+0
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-3
/
+3
2007-10-10
r7703: Fix the problem with MAP_PRIVATE not updating the file.
Richard Sharpe
1
-1
/
+1
2007-10-10
r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...
Richard Sharpe
1
-3
/
+2
[next]