index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
/
group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
netapi: NetGroupEnum_r needs to handle servers with no groups.
Günther Deschner
1
-1
/
+1
2008-10-15
s3: fix various samr callers.
Günther Deschner
1
-1
/
+1
2008-09-12
netapi: fix NetGroupGetUsers (only enumerates users).
Günther Deschner
1
-1
/
+6
2008-09-12
netapi: fix NetGroupSetUsers.
Günther Deschner
1
-20
/
+22
2008-09-11
netapi: implement NetGroupGetUsers_r.
Günther Deschner
1
-1
/
+136
2008-09-11
netapi: implement NetGroupSetUsers_r.
Günther Deschner
1
-1
/
+227
2008-09-11
netapi: add skeleton for NetGroupSetUsers.
Günther Deschner
1
-0
/
+18
2008-08-14
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
1
-42
/
+21
2008-08-14
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
1
-8
/
+8
2008-07-30
netapi: add NetGroupGetUsers skeleton.
Günther Deschner
1
-0
/
+18
2008-07-30
netapi: use "buffer" in libnetapi.
Günther Deschner
1
-12
/
+12
2008-07-21
Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx
Volker Lendecke
1
-7
/
+14
2008-07-18
netapi: add caching of samr policy handles.
Günther Deschner
1
-38
/
+35
2008-07-18
netapi: fix NetGroupGetInfo() against NT4.
Günther Deschner
1
-1
/
+11
2008-07-18
netapi: fix NetGroupDel() against NT4.
Günther Deschner
1
-1
/
+3
2008-07-17
netapi: fill in NetGroupEnum_r().
Günther Deschner
1
-2
/
+259
2008-07-17
netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Günther Deschner
1
-4
/
+6
2008-07-17
netapi: add skeleton for NetGroupEnum().
Günther Deschner
1
-0
/
+18
2008-06-03
netapi: fix some build warnings.
Günther Deschner
1
-4
/
+4
2008-06-03
netapi: let libnetapi_samr_open_domain return WERROR.
Günther Deschner
1
-55
/
+49
2008-06-03
netapi: use libnetapi_samr_open_domain().
Günther Deschner
1
-361
/
+51
2008-06-03
netapi: Implement NetGroupDelUser().
Günther Deschner
1
-2
/
+166
2008-06-03
netapi: implement NetGroupAddUser().
Günther Deschner
1
-2
/
+167
2008-06-03
netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().
Günther Deschner
1
-0
/
+36
2008-06-03
netapi: Implement NetGroupGetInfo_r().
Günther Deschner
1
-2
/
+213
2008-06-03
netapi: add dummy implementation of NetGroupGetInfo().
Günther Deschner
1
-0
/
+18
2008-06-03
netapi: implement NetGroupSetInfo_r().
Günther Deschner
1
-2
/
+225
2008-06-03
netapi: Add dummy implementation of NetGroupSetInfo().
Günther Deschner
1
-0
/
+18
2008-06-03
netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.
Günther Deschner
1
-2
/
+2
2008-06-03
netapi: implement NetGroupDel_r().
Günther Deschner
1
-2
/
+209
2008-06-03
netapi: implement NetGroupAdd_r().
Günther Deschner
1
-2
/
+237
2008-06-03
libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().
Günther Deschner
1
-0
/
+54