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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
netapi: add libnetapi_private_ctx and init function.
Günther Deschner
2008-07-18
3
-0
/
+48
*
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: fix NetUserAdd() against NT4.
Günther Deschner
2008-07-18
1
-0
/
+15
*
netapi: typo in NetGroupEnum example code.
Günther Deschner
2008-07-18
1
-1
/
+1
*
netapi: fix build warning for ConvertSidToStringSid().
Günther Deschner
2008-07-18
1
-3
/
+3
*
netapi: use ConvertSidToStringSid in NetGetGroupInfo query.
Günther Deschner
2008-07-17
1
-1
/
+6
*
netapi: add NetGroupEnum example code.
Günther Deschner
2008-07-17
2
-0
/
+159
*
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
2
-5
/
+7
*
netapi: add NetGroupEnum to public headers.
Günther Deschner
2008-07-17
1
-0
/
+28
*
netapi: add skeleton for NetGroupEnum().
Günther Deschner
2008-07-17
3
-0
/
+82
*
netapi: add ConvertSidToStringSid() for convenience of the callers.
Günther Deschner
2008-07-17
2
-0
/
+65
*
netapi: fix documentation for NetGroupSetInfo.
Günther Deschner
2008-07-17
1
-2
/
+2
*
netapi: fix vim(?)-typo
Michael Adam
2008-07-15
1
-1
/
+1
*
netapi: Correctly increase idx when displaying user information
Kai Blin
2008-07-15
1
-1
/
+3
*
netapi: fix doxygen warning.
Günther Deschner
2008-07-03
1
-1
/
+1
*
netapi: add NetUserChangePassword() example code.
Günther Deschner
2008-06-25
2
-0
/
+105
*
netapi: add NetUserChangePassword() to public headers.
Günther Deschner
2008-06-25
1
-0
/
+20
*
netapi: add NetUserChangePassword skeleton.
Günther Deschner
2008-06-25
3
-0
/
+72
*
libads: use ads_connect_user_creds in some places.
Günther Deschner
2008-06-24
1
-1
/
+1
*
netapi: use NetUserEnum filter in example code.
Günther Deschner
2008-06-17
1
-1
/
+1
*
netapi: add NetUserEnum filter constants to public headers.
Günther Deschner
2008-06-17
1
-0
/
+6
*
netapi: implement NetUserEnum filters.
Günther Deschner
2008-06-17
1
-1
/
+22
*
netapi: add NetRemoteTOD example code.
Günther Deschner
2008-06-17
2
-1
/
+90
*
netapi: implement NetRemoteTOD().
Günther Deschner
2008-06-17
1
-2
/
+32
*
netapi: make NetRemoteTOD() headers public.
Günther Deschner
2008-06-17
1
-0
/
+31
*
netapi: add NetRemoteTOD() skeleton.
Günther Deschner
2008-06-17
3
-0
/
+67
*
netapi: Fix Bug #5545 (libnetapi_init without $USER)
Günther Deschner
2008-06-17
1
-2
/
+6
*
netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.
Günther Deschner
2008-06-05
1
-3
/
+3
*
netdomjoin-gui: fix more gtk runtime warnings.
Günther Deschner
2008-06-05
1
-0
/
+4
*
netdomjoin-gui: disable annoying "reboot now" dialog.
Günther Deschner
2008-06-05
1
-0
/
+4
*
netdomjoin-gui: some minor fixes + hunting down typecast bugs.
Günther Deschner
2008-06-04
1
-11
/
+25
*
netapi: remove unrequired headers.
Günther Deschner
2008-06-04
1
-5
/
+0
*
netapi: fix some build warnings.
Günther Deschner
2008-06-03
2
-7
/
+7
*
netapi: use libnetapi_samr_lookup_and_open_alias().
Günther Deschner
2008-06-03
1
-127
/
+59
*
netapi: add libnetapi_samr_lookup_and_open_alias().
Günther Deschner
2008-06-03
1
-0
/
+46
*
netapi: use libnetapi_samr_open_builtin_domain().
Günther Deschner
2008-06-03
1
-64
/
+28
*
netapi: add libnetapi_samr_open_builtin_domain().
Günther Deschner
2008-06-03
2
-0
/
+46
*
netapi: let libnetapi_samr_open_domain return WERROR.
Günther Deschner
2008-06-03
5
-153
/
+145
*
netapi: add public header for NetLocalGroupSetInfo().
Günther Deschner
2008-06-03
1
-0
/
+24
*
netapi: Implement NetLocalGroupSetInfo().
Günther Deschner
2008-06-03
1
-4
/
+195
*
netapi: add NetLocalGroupSetInfo() example code.
Günther Deschner
2008-06-03
2
-1
/
+135
*
netapi: add NetLocalGroupSetInfo() skeleton.
Günther Deschner
2008-06-03
3
-0
/
+77
*
netapi: implement NetLocalGroupGetInfo().
Günther Deschner
2008-06-03
1
-2
/
+188
*
netapi: add NetLocalGroupGetInfo() example code.
Günther Deschner
2008-06-03
2
-1
/
+119
*
netapi: add NetLocalGroupGetInfo() to public headers.
Günther Deschner
2008-06-03
1
-0
/
+19
*
netapi: add NetLocalGroupGetInfo() skeleton.
Günther Deschner
2008-06-03
3
-1
/
+73
*
netapi: add NetLocalGroupDel() example code.
Günther Deschner
2008-06-03
2
-1
/
+90
*
netapi: add NetLocalGroupDel() to public headers.
Günther Deschner
2008-06-03
1
-0
/
+17
[prev]
[next]