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
/
nsswitch
/
libwbclient
/
wbc_idmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nsswitch: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
2019-06-30
1
-3
/
+15
*
libwbclient: Use wrapper for string to integer conversion
Swen Schillig
2019-03-01
1
-4
/
+6
*
libwbclient: Protect wbcCtxUnixIdsToSids against integer-wrap
Volker Lendecke
2019-02-28
1
-1
/
+11
*
libwbclient: Use wbcCtxUnixIdsToSids in wbcCtxGidToSid
Volker Lendecke
2016-02-22
1
-19
/
+16
*
libwbclient: Use wbcCtxUnixIdsToSids in wbcCtxUidToSid
Volker Lendecke
2016-02-22
1
-19
/
+16
*
libwbclient: Use wbcCtxSidsToUnixIds in wbcCtxSidToGid
Volker Lendecke
2016-02-22
1
-19
/
+12
*
libwbclient: Use wbcCtxSidsToUnixIds in wbcCtxSidToUid
Volker Lendecke
2016-02-22
1
-19
/
+12
*
libwbclient: Implement wbc[Ctx]UnixIdsToSids
Volker Lendecke
2016-02-22
1
-0
/
+85
*
Add context versions of wbclient functions
Matthew Newton
2015-03-10
1
-15
/
+55
*
libwbclient: added support for WBC_ID_TYPE_BOTH
Andrew Tridgell
2011-09-23
1
-0
/
+4
*
nsswitch: make the wbcSidsToUnixIds() parser more robust
Andrew Tridgell
2011-09-08
1
-2
/
+2
*
libwbclient: Add wbcSidsToUnixIds
Volker Lendecke
2011-04-13
1
-0
/
+93
*
libwbclient: Use wbcSidToStringBuf
Volker Lendecke
2011-03-05
1
-12
/
+2
*
Revert "libwbclient: remove two unused defines"
Michael Adam
2011-02-10
1
-0
/
+4
*
Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more"
Michael Adam
2011-02-10
1
-0
/
+6
*
Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more"
Michael Adam
2011-02-10
1
-0
/
+6
*
Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more"
Michael Adam
2011-02-10
1
-0
/
+6
*
Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more"
Michael Adam
2011-02-10
1
-0
/
+6
*
Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more"
Michael Adam
2011-02-10
1
-0
/
+6
*
Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more"
Michael Adam
2011-02-10
1
-0
/
+6
*
libwbclient: remove wbcSetGidHwm() - not implemented any more
Michael Adam
2011-01-27
1
-6
/
+0
*
libwbclient: remove wbcSetUidHwm() - not implemented any more
Michael Adam
2011-01-27
1
-6
/
+0
*
libwbclient: remove wbcRemoveGidMapping() - not implemented any more
Michael Adam
2011-01-27
1
-6
/
+0
*
libwbclient: remove wbcRemoveUidMapping() - not implemented any more
Michael Adam
2011-01-27
1
-6
/
+0
*
libwbclient: remove wbcSetGidMapping() - not implemented any more
Michael Adam
2011-01-27
1
-6
/
+0
*
libwbclient: remove wbcSetUidMapping() - not implemented any more
Michael Adam
2011-01-27
1
-6
/
+0
*
libwbclient: remove two unused defines
Michael Adam
2011-01-27
1
-4
/
+0
*
libwbclient: unimplement wbcRemoveGidMapping()
Michael Adam
2010-08-14
1
-33
/
+2
*
libwbclient: unimplement wbcRemoveUidMapping()
Michael Adam
2010-08-14
1
-33
/
+2
*
libwbclient: unimplement wbcSetGidMapping()
Michael Adam
2010-08-14
1
-33
/
+2
*
libwbclient: unimplement wbcSetUidMapping()
Michael Adam
2010-08-14
1
-33
/
+2
*
libwbclient: unimplement wbcSetGidHwm()
Michael Adam
2010-08-14
1
-21
/
+2
*
libwbclient: unimplement wbcSetUidHwm()
Michael Adam
2010-08-14
1
-21
/
+2
*
libwbclient: Re-Fix a bug that was fixed with e5741e27c4c
Volker Lendecke
2010-04-13
1
-16
/
+16
*
libwbclient: Separate out the async functions
Kai Blin
2010-02-13
1
-421
/
+0
*
libwbclient: Implement wbcGidToSid_send/recv
Kai Blin
2010-02-11
1
-0
/
+111
*
libwbclient: Implement wbcSidToGid_send/recv
Kai Blin
2010-02-11
1
-0
/
+101
*
libwbclient: Implement wbcUidToSid_send/recv
Kai Blin
2010-02-11
1
-0
/
+110
*
libwbclient: Implement wbcSidToUid_send/recv
Kai Blin
2010-02-11
1
-0
/
+100
*
libwbclient: Attempt to fix build on AIX
Kai Blin
2009-06-04
1
-0
/
+1
*
nsswitch: Move source3 files to top level dir.
Kai Blin
2008-12-16
1
-0
/
+468