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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-29
netapi: fix NetUserSetInfo return code for currently unsupported levels.
Günther Deschner
1
-1
/
+14
2008-08-29
netapi: add skeleton for NetUserGetGroups.
Günther Deschner
3
-0
/
+81
2008-08-29
netapi: support level 1014 in NetUserSetInfo.
Günther Deschner
1
-1
/
+10
2008-08-29
netapi: support level 1024 in NetUserSetInfo.
Günther Deschner
1
-1
/
+10
2008-08-29
netapi: support level 1051 in NetUserSetInfo.
Günther Deschner
1
-1
/
+12
2008-08-29
netapi: support level 1053 in NetUserSetInfo.
Günther Deschner
1
-2
/
+10
2008-08-29
netapi: support level 1052 in NetUserSetInfo.
Günther Deschner
1
-1
/
+11
2008-08-29
netapi: support level 1006 in NetUserSetInfo.
Günther Deschner
1
-0
/
+6
2008-08-29
netapi: support level 1012 in NetUserSetInfo.
Günther Deschner
1
-1
/
+12
2008-08-29
netapi: fix acct_flags handling in convert_USER_INFO_X_to_samr_user_info21.
Günther Deschner
1
-5
/
+7
2008-08-29
netapi: support level 1009 in NetUserSetInfo.
Günther Deschner
1
-0
/
+6
2008-08-29
netapi: support level 1011 in NetUserSetInfo.
Günther Deschner
1
-1
/
+10
2008-08-29
netapi: fix convert_USER_INFO_X_to_samr_user_info21.
Günther Deschner
1
-2
/
+2
2008-08-29
netapi: support level 1003 in NetUserSetInfo.
Günther Deschner
1
-8
/
+10
2008-08-29
netapi: process level 1003 in construct_USER_INFO_X as well.
Günther Deschner
1
-0
/
+5
2008-08-29
netapi: make set_user_info_USER_INFO_X a separate function.
Günther Deschner
1
-42
/
+64
2008-08-29
netapi: add more infolevels to NetUserSetInfo example.
Günther Deschner
1
-6
/
+116
2008-08-29
netapi: add ENCRYPTED_PWLEN to public header.
Günther Deschner
1
-0
/
+2
2008-08-29
netapi: add all USER_INFO structs to public header.
Günther Deschner
1
-0
/
+108
2008-08-14
netapi: add some remaining documentation fixes.
Günther Deschner
1
-3
/
+3
2008-08-14
netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
1
-0
/
+30
2008-08-14
netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members.
Günther Deschner
1
-0
/
+75
2008-08-14
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
8
-196
/
+114
2008-08-14
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
6
-38
/
+35
2008-08-14
netapi: add NetLocalGroupGetMembers example code.
Günther Deschner
2
-0
/
+171
2008-08-14
netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS.
Günther Deschner
1
-85
/
+77
2008-08-13
netapi: add c++ guard.
Günther Deschner
1
-1
/
+8
2008-08-11
netapi: add NetLocalGroupSetMembers example code.
Günther Deschner
2
-0
/
+147
2008-08-11
netapi: add NetLocalGroupDelMembers example code.
Günther Deschner
2
-0
/
+147
2008-08-11
netapi: add NetLocalGroupAddMembers example code.
Günther Deschner
2
-0
/
+147
2008-08-11
netapi: implement NetLocalGroupSetMembers_r().
Günther Deschner
1
-7
/
+69
2008-08-11
netapi: implement NetLocalGroupDelMembers_r().
Günther Deschner
1
-5
/
+36
2008-08-11
netapi: implement NetLocalGroupAddMembers_r().
Günther Deschner
1
-2
/
+260
2008-08-11
netapi: add NetLocalGroup*Member calls to public headers.
Günther Deschner
1
-0
/
+57
2008-08-11
netapi: add skeleton for NetLocalGroup*Member calls.
Günther Deschner
3
-0
/
+311
2008-08-11
netapi: add NetUserModalsGet and NetUserModalsSet tests.
Günther Deschner
1
-0
/
+55
2008-08-11
netapi: implement NetUserModalsSet_r.
Günther Deschner
1
-2
/
+466
2008-08-11
netapi: implement NetUserModalsGet_r.
Günther Deschner
1
-2
/
+372
2008-08-11
netapi: add example code for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
3
-0
/
+284
2008-08-11
netapi: add NetUserModalsGet and NetUserModalsSet to public headers.
Günther Deschner
1
-0
/
+62
2008-08-11
netapi: add skeleton for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
3
-0
/
+140
2008-08-11
netapi: add NetApiBufferAllocate.
Günther Deschner
2
-0
/
+33
2008-08-11
netapi: add ConvertStringSidToSid().
Günther Deschner
2
-0
/
+41
2008-07-31
netapi: in NetLocalGroupAdd_r() only set description if necessary.
Günther Deschner
1
-1
/
+1
2008-07-30
Fix uninitialized variables.
Jeremy Allison
1
-1
/
+1
2008-07-30
netapi: add NetGroupGetUsers example code.
Günther Deschner
2
-0
/
+138
2008-07-30
netapi: add NetGroupGetUsers to public header.
Günther Deschner
1
-0
/
+38
2008-07-30
netapi: add NetGroupGetUsers skeleton.
Günther Deschner
3
-0
/
+85
2008-07-30
netapi: fix libnetapi_samr_lookup_user_map_USER_INFO.
Günther Deschner
1
-37
/
+31
2008-07-30
netapi: use "buffer" in libnetapi.
Günther Deschner
5
-41
/
+41
[next]