summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-06-04libnetjoin: correctly copy returned lsa policy sid.Günther Deschner1-2/+4
2008-06-04netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner1-11/+25
2008-06-04net: fix popt context memleak.Günther Deschner1-0/+2
2008-06-04libnetjoin: only close existing policy handles while unjoining.Günther Deschner1-2/+10
2008-06-04libnetjoin: delete possible "realm" leftover parameter.Günther Deschner1-0/+2
2008-06-04net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner1-2/+7
2008-06-04util_str: add talloc_asprintf_strlower_m().Günther Deschner2-0/+18
2008-06-04netapi: remove unrequired headers.Günther Deschner1-5/+0
2008-06-03Always set "registry shares = yes" for "include = registry"Volker Lendecke1-1/+5
2008-06-03build: fix build warning.Günther Deschner1-1/+1
2008-06-03build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner1-0/+1
2008-06-03winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter1-1/+7
2008-06-03Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke3-3/+40
2008-06-03Fix empty input fields in SWAT; [#5515].Andreas Schneider1-4/+4
2008-06-03Fix saving of the config file in SWAT; [#5516].Andreas Schneider1-2/+2
2008-06-02Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison1-3/+3
2008-06-03netapi: fix some build warnings.Günther Deschner2-7/+7
2008-06-03netapi: use libnetapi_samr_lookup_and_open_alias().Günther Deschner1-127/+59
2008-06-03netapi: add libnetapi_samr_lookup_and_open_alias().Günther Deschner1-0/+46
2008-06-03netapi: use libnetapi_samr_open_builtin_domain().Günther Deschner1-64/+28
2008-06-03netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner2-0/+46
2008-06-03netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner5-153/+145
2008-06-03netapi: add public header for NetLocalGroupSetInfo().Günther Deschner1-0/+24
2008-06-03netapi: Implement NetLocalGroupSetInfo().Günther Deschner1-4/+195
2008-06-03netapi: add NetLocalGroupSetInfo() example code.Günther Deschner2-1/+135
2008-06-03netapi: add NetLocalGroupSetInfo() skeleton.Günther Deschner3-0/+77
2008-06-03re-run make idl.Günther Deschner3-1/+54
2008-06-03netapi: add NetLocalGroupSetInfo() to IDL.Günther Deschner1-0/+9
2008-06-03netapi: implement NetLocalGroupGetInfo().Günther Deschner1-2/+188
2008-06-03netapi: add NetLocalGroupGetInfo() example code.Günther Deschner2-1/+119
2008-06-03netapi: add NetLocalGroupGetInfo() to public headers.Günther Deschner1-0/+19
2008-06-03netapi: add NetLocalGroupGetInfo() skeleton.Günther Deschner3-1/+73
2008-06-03re-run make idl.Günther Deschner3-1/+54
2008-06-03netapi: add NetLocalGroupGetInfo() to IDL.Günther Deschner1-0/+7
2008-06-03netapi: add NetLocalGroupDel() example code.Günther Deschner2-1/+90
2008-06-03netapi: add NetLocalGroupDel() to public headers.Günther Deschner1-0/+17
2008-06-03netapi: Implement NetLocalGroupDel().Günther Deschner1-2/+137
2008-06-03netapi: add NetLocalGroupDel() skeleton.Günther Deschner3-0/+68
2008-06-03re-run make idl.Günther Deschner3-1/+42
2008-06-03netapi: add NetLocalGroupDel() to IDL.Günther Deschner1-0/+5
2008-06-03netapi: add NetLocalGroupAdd() example.Günther Deschner2-1/+113
2008-06-03netapi: add NetLocalGroupAdd to public api.Günther Deschner1-0/+33
2008-06-03netapi: Implement NetLocalGroupAdd().Günther Deschner1-2/+153
2008-06-03netapi: add NetLocalGroupAdd() skeleton.Günther Deschner4-0/+98
2008-06-03re-run make idl.Günther Deschner3-1/+65
2008-06-03netapi: add NetLocalGroupAdd() to IDL.Günther Deschner1-0/+20
2008-06-03netapi: use libnetapi_samr_open_domain().Günther Deschner2-607/+87
2008-06-03netapi: add libnetapi_samr_open_domain().Günther Deschner3-1/+113
2008-06-03netapi: Add NetGroupDelUser() example.Günther Deschner2-1/+98
2008-06-03netapi: Implement NetGroupDelUser().Günther Deschner2-2/+186