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