index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_groupmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: safe_string: do not include string_wrappers.h
Matthew DeVore
2020-08-28
1
-0
/
+1
*
net: Use dom_sid_str_buf
Volker Lendecke
2018-12-11
1
-7
/
+15
*
Fix Jean François name to be UTF-8
Simo Sorce
2018-05-09
1
-1
/
+1
*
net: groupmap cleanup should not delete BUILTIN mappings
Ralph Boehme
2017-10-02
1
-1
/
+3
*
Convert all uint32/16/8 to _t in a grab-bag of remaining files.
Richard Sharpe
2015-05-14
1
-1
/
+1
*
Convert a couple of uint32s to _t that I missed in source3/utils.
Richard Sharpe
2015-05-13
1
-1
/
+1
*
s3: utils: Convert all uses of uint32/16/8 to _t.
Richard Sharpe
2015-05-07
1
-2
/
+2
*
Typo: sucessfully -> successfully
Jelmer Vernooij
2014-04-13
1
-1
/
+1
*
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
2012-07-12
1
-1
/
+1
*
Fix bug #8687 - net memberships usage info is wrong
Jeremy Allison
2012-01-06
1
-1
/
+1
*
s3-group-mapping: Remove fstrings from GROUP_MAP.
Simo Sorce
2011-10-12
1
-60
/
+130
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
1
-16
/
+16
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
2011-05-04
1
-5
/
+5
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/passwd.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Fix Coverity ID 1402: PASS_BY_VALUE
Volker Lendecke
2011-03-16
1
-11
/
+11
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-14
/
+14
*
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
2010-05-18
1
-2
/
+2
*
s3: Use global_sid_Builtin in net_groupmap_memberships
Volker Lendecke
2010-01-23
1
-4
/
+3
*
s3 net: Fix compile warnings
Kai Blin
2010-01-19
1
-16
/
+28
*
s3 net/i18n: Use only one spelling for "Usage:"
Kai Blin
2010-01-19
1
-1
/
+1
*
s3/net: split up some printable stings to ease i18n
Björn Jacke
2010-01-18
1
-15
/
+15
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
1
-6
/
+3
*
s3 net: Remove uid==0 check from net groupmap
Kai Blin
2009-07-30
1
-7
/
+0
*
s3 net: i18n support for net group and net groupmap
Kai Blin
2009-07-30
1
-124
/
+153
*
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
2009-06-28
1
-6
/
+6
*
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
2009-06-08
1
-1
/
+2
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
1
-1
/
+1
*
Fix bug 6336: "net groupmap set" segfaults
Volker Lendecke
2009-05-07
1
-2
/
+4
*
net: Rename functable3 to functable, get rid of old functables
Kai Blin
2008-06-10
1
-2
/
+2
*
net: Make "net groupmap" use functable3
Kai Blin
2008-06-10
1
-51
/
+138
*
net: The top level help function for net cmd is always net_cmd_usage
Kai Blin
2008-05-20
1
-4
/
+4
*
net: Use true/false instead of True/False.
Kai Blin
2008-05-20
1
-9
/
+9
*
net: more whitespace cleanup
Kai Blin
2008-05-10
1
-41
/
+41
*
net: Remove globals
Kai Blin
2008-05-10
1
-28
/
+27
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Replace sid_string_static with sid_string_tos
Volker Lendecke
2007-12-15
1
-7
/
+7
*
Move param helper routines to one place.
Günther Deschner
2007-11-30
1
-31
/
+0
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
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
*
r23323: merged ldb changes from 3.0.26
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-2
/
+2
*
r17669: Remove RID algorithm support from unmapped users and groups
Gerald Carter
2007-10-10
1
-2
/
+9
*
r17554: Cleanup
Volker Lendecke
2007-10-10
1
-42
/
+43
*
r17496: net groupmap add could add uninitialized sid_name_type
Jeremy Allison
2007-10-10
1
-10
/
+27
*
r17468: To minimize the diff later on, pre-commit some changes independently:...
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r17465: Get rid of add_initial_entry. In the two places it was called in it s...
Volker Lendecke
2007-10-10
1
-33
/
+33
[next]