Age | Commit message (Expand) | Author | Files | Lines |
2008-06-05 | netdomjoin-gui: disable annoying "reboot now" dialog. | Günther Deschner | 1 | -0/+4 |
2008-06-04 | netdomjoin-gui: some minor fixes + hunting down typecast bugs. | Günther Deschner | 1 | -11/+25 |
2008-06-04 | util_str: add talloc_asprintf_strlower_m(). | Günther Deschner | 1 | -0/+17 |
2008-06-04 | netapi: remove unrequired headers. | Günther Deschner | 1 | -5/+0 |
2008-06-03 | build: fix build warning. | Günther Deschner | 1 | -1/+1 |
2008-06-03 | Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ... | Björn Jacke | 1 | -1/+25 |
2008-06-03 | netapi: fix some build warnings. | Günther Deschner | 2 | -7/+7 |
2008-06-03 | netapi: use libnetapi_samr_lookup_and_open_alias(). | Günther Deschner | 1 | -127/+59 |
2008-06-03 | netapi: add libnetapi_samr_lookup_and_open_alias(). | Günther Deschner | 1 | -0/+46 |
2008-06-03 | netapi: use libnetapi_samr_open_builtin_domain(). | Günther Deschner | 1 | -64/+28 |
2008-06-03 | netapi: add libnetapi_samr_open_builtin_domain(). | Günther Deschner | 2 | -0/+46 |
2008-06-03 | netapi: let libnetapi_samr_open_domain return WERROR. | Günther Deschner | 5 | -153/+145 |
2008-06-03 | netapi: add public header for NetLocalGroupSetInfo(). | Günther Deschner | 1 | -0/+24 |
2008-06-03 | netapi: Implement NetLocalGroupSetInfo(). | Günther Deschner | 1 | -4/+195 |
2008-06-03 | netapi: add NetLocalGroupSetInfo() example code. | Günther Deschner | 2 | -1/+135 |
2008-06-03 | netapi: add NetLocalGroupSetInfo() skeleton. | Günther Deschner | 3 | -0/+77 |
2008-06-03 | netapi: implement NetLocalGroupGetInfo(). | Günther Deschner | 1 | -2/+188 |
2008-06-03 | netapi: add NetLocalGroupGetInfo() example code. | Günther Deschner | 2 | -1/+119 |
2008-06-03 | netapi: add NetLocalGroupGetInfo() to public headers. | Günther Deschner | 1 | -0/+19 |
2008-06-03 | netapi: add NetLocalGroupGetInfo() skeleton. | Günther Deschner | 3 | -1/+73 |
2008-06-03 | netapi: add NetLocalGroupDel() example code. | Günther Deschner | 2 | -1/+90 |
2008-06-03 | netapi: add NetLocalGroupDel() to public headers. | Günther Deschner | 1 | -0/+17 |
2008-06-03 | netapi: Implement NetLocalGroupDel(). | Günther Deschner | 1 | -2/+137 |
2008-06-03 | netapi: add NetLocalGroupDel() skeleton. | Günther Deschner | 3 | -0/+68 |
2008-06-03 | netapi: add NetLocalGroupAdd() example. | Günther Deschner | 2 | -1/+113 |
2008-06-03 | netapi: add NetLocalGroupAdd to public api. | Günther Deschner | 1 | -0/+33 |
2008-06-03 | netapi: Implement NetLocalGroupAdd(). | Günther Deschner | 1 | -2/+153 |
2008-06-03 | netapi: add NetLocalGroupAdd() skeleton. | Günther Deschner | 3 | -0/+97 |
2008-06-03 | netapi: use libnetapi_samr_open_domain(). | Günther Deschner | 2 | -607/+87 |
2008-06-03 | netapi: add libnetapi_samr_open_domain(). | Günther Deschner | 2 | -0/+111 |
2008-06-03 | netapi: Add NetGroupDelUser() example. | Günther Deschner | 2 | -1/+98 |
2008-06-03 | netapi: Implement NetGroupDelUser(). | Günther Deschner | 2 | -2/+186 |
2008-06-03 | netapi: add NetGroupAddUser() example. | Günther Deschner | 2 | -1/+98 |
2008-06-03 | netapi: implement NetGroupAddUser(). | Günther Deschner | 2 | -2/+185 |
2008-06-03 | netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser(). | Günther Deschner | 3 | -0/+138 |
2008-06-03 | netapi: add NetGroupGetInfo() example code. | Günther Deschner | 2 | -1/+129 |
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 | 4 | -0/+93 |
2008-06-03 | netapi: Add NetGroupSetInfo() example code. | Günther Deschner | 2 | -1/+149 |
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 | 4 | -1/+104 |
2008-06-03 | netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions. | Günther Deschner | 1 | -2/+2 |
2008-06-03 | netapi: add NetGroupDel() example code. | Günther Deschner | 2 | -1/+89 |
2008-06-03 | netapi: implement NetGroupDel_r(). | Günther Deschner | 1 | -2/+209 |
2008-06-03 | netapi: add NetGroupAdd() example code. | Günther Deschner | 2 | -1/+97 |
2008-06-03 | netapi: implement NetGroupAdd_r(). | Günther Deschner | 1 | -2/+237 |
2008-06-03 | netapi: Add NetGroupDel/NetGroupAdd header. | Günther Deschner | 1 | -0/+71 |
2008-06-03 | libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel(). | Günther Deschner | 3 | -1/+157 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 1 | -13/+5 |
2008-05-28 | Fix Bug #5285. (libcap header mismatch) | Günther Deschner | 1 | -0/+5 |