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
/
lib
/
netapi
/
group.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
2013-12-09
1
-0
/
+16
*
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
2013-12-09
1
-0
/
+82
*
s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().
Günther Deschner
2013-08-05
1
-9
/
+9
*
s3-netapi: Initialize group_handle of NetGroupSetUsers_r().
Andreas Schneider
2012-12-12
1
-0
/
+1
*
s4-netapi: Initialize group_handle of NetGroupGetUsers_r().
Andreas Schneider
2012-12-12
1
-0
/
+1
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2011-04-13
1
-0
/
+1
*
s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/group.c.
Günther Deschner
2011-02-01
1
-120
/
+367
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-1
/
+1
*
samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.
Günther Deschner
2010-10-07
1
-3
/
+3
*
s3: Attempt to fix bug 7665
Volker Lendecke
2010-10-02
1
-56
/
+56
*
s3-util: use shared dom_sid_dup.
Günther Deschner
2010-09-20
1
-2
/
+3
*
s3-lsa: separate out init_lsa headers.
Günther Deschner
2010-08-25
1
-0
/
+1
*
s3:netapi: remove unused variable
Björn Jacke
2010-01-26
1
-2
/
+0
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...
Volker Lendecke
2009-11-08
1
-9
/
+9
*
s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table
Volker Lendecke
2009-11-08
1
-9
/
+9
*
w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND
Kamen Mazdrashki
2009-09-30
1
-4
/
+4
*
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
2009-04-15
1
-9
/
+9
*
s3-netapi: Fix Coverity #776 (REVERSE_INULL).
Günther Deschner
2009-03-20
1
-7
/
+3
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-6
/
+6
*
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
2009-01-18
1
-54
/
+0
*
netapi: NetGroupEnum_r needs to handle servers with no groups.
Günther Deschner
2008-10-23
1
-1
/
+1
*
s3: fix various samr callers.
Günther Deschner
2008-10-15
1
-1
/
+1
*
netapi: fix NetGroupGetUsers (only enumerates users).
Günther Deschner
2008-09-12
1
-1
/
+6
*
netapi: fix NetGroupSetUsers.
Günther Deschner
2008-09-12
1
-20
/
+22
*
netapi: implement NetGroupGetUsers_r.
Günther Deschner
2008-09-11
1
-1
/
+136
*
netapi: implement NetGroupSetUsers_r.
Günther Deschner
2008-09-11
1
-1
/
+227
*
netapi: add skeleton for NetGroupSetUsers.
Günther Deschner
2008-09-11
1
-0
/
+18
*
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
2008-08-14
1
-42
/
+21
*
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
2008-08-14
1
-8
/
+8
*
netapi: add NetGroupGetUsers skeleton.
Günther Deschner
2008-07-30
1
-0
/
+18
*
netapi: use "buffer" in libnetapi.
Günther Deschner
2008-07-30
1
-12
/
+12
*
Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx
Volker Lendecke
2008-07-21
1
-7
/
+14
*
netapi: add caching of samr policy handles.
Günther Deschner
2008-07-18
1
-38
/
+35
*
netapi: fix NetGroupGetInfo() against NT4.
Günther Deschner
2008-07-18
1
-1
/
+11
*
netapi: fix NetGroupDel() against NT4.
Günther Deschner
2008-07-18
1
-1
/
+3
*
netapi: fill in NetGroupEnum_r().
Günther Deschner
2008-07-17
1
-2
/
+259
*
netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Günther Deschner
2008-07-17
1
-4
/
+6
*
netapi: add skeleton for NetGroupEnum().
Günther Deschner
2008-07-17
1
-0
/
+18
*
netapi: fix some build warnings.
Günther Deschner
2008-06-03
1
-4
/
+4
*
netapi: let libnetapi_samr_open_domain return WERROR.
Günther Deschner
2008-06-03
1
-55
/
+49
*
netapi: use libnetapi_samr_open_domain().
Günther Deschner
2008-06-03
1
-361
/
+51
*
netapi: Implement NetGroupDelUser().
Günther Deschner
2008-06-03
1
-2
/
+166
*
netapi: implement NetGroupAddUser().
Günther Deschner
2008-06-03
1
-2
/
+167
*
netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().
Günther Deschner
2008-06-03
1
-0
/
+36
*
netapi: Implement NetGroupGetInfo_r().
Günther Deschner
2008-06-03
1
-2
/
+213
*
netapi: add dummy implementation of NetGroupGetInfo().
Günther Deschner
2008-06-03
1
-0
/
+18
*
netapi: implement NetGroupSetInfo_r().
Günther Deschner
2008-06-03
1
-2
/
+225
*
netapi: Add dummy implementation of NetGroupSetInfo().
Günther Deschner
2008-06-03
1
-0
/
+18
[next]