summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-20Fix link for Using SambaAlexander Bokovoy1-1/+1
2008-07-19The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke2-20/+19
2008-07-19Make the pipe_names[] array static to cli_pipe.cVolker Lendecke2-64/+78
2008-07-19Introduce is_known_pipenameVolker Lendecke4-46/+36
2008-07-19Make use of ndr_syntax_id_equalVolker Lendecke1-2/+2
2008-07-19Ooops, GUID_equal was already around :-)Volker Lendecke3-12/+1
2008-07-18Fix the build of vfs_zfsacl.cVolker Lendecke1-16/+1
2008-07-18netapi: add caching of samr policy handles.Günther Deschner4-106/+112
2008-07-18netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.Günther Deschner1-17/+13
2008-07-18netapi: implement NetLocalGroupEnum_r.Günther Deschner1-1/+165
2008-07-18netapi: add NetLocalGroupEnum example code.Günther Deschner2-0/+132
2008-07-18netapi: add NetLocalGroupEnum to public header.Günther Deschner1-0/+28
2008-07-18netapi: add skeleton for NetLocalGroupEnum().Günther Deschner3-0/+82
2008-07-18re-run make idl.Günther Deschner3-2/+75
2008-07-18netapi: add NetLocalGroupEnum to IDL.Günther Deschner1-0/+14
2008-07-18netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.Günther Deschner1-11/+20
2008-07-18netapi: add libnetapi_samr_open_alias_queryinfo.Günther Deschner1-0/+44
2008-07-18netapi: add NetUserSetInfo example code.Günther Deschner2-0/+103
2008-07-18netapi: add NetUserSetInfo to public header.Günther Deschner1-0/+22
2008-07-18netapi: add skeleton for NetUserSetInfo.Günther Deschner3-0/+75
2008-07-18re-run make idl.Günther Deschner3-14/+67
2008-07-18netapi: add NetUserSetInfo to IDL.Günther Deschner1-0/+12
2008-07-18netapi: fill in NetUserGetInfo_r().Günther Deschner1-1/+104
2008-07-18netapi: add NetUserGetInfo example code.Günther Deschner2-0/+150
2008-07-18netapi: add NetUserGetInfo to public headers.Günther Deschner1-0/+20
2008-07-18netapi: add skeleton for NetUserGetInfo().Günther Deschner3-0/+73
2008-07-18re-run make idl.Günther Deschner3-14/+67
2008-07-18netapi: add NetUserGetInfo to IDL.Günther Deschner1-0/+11
2008-07-18netapi: support more infolevels in NetUserEnum.Günther Deschner1-29/+245
2008-07-18netapi: add support to define info level in NetUserEnum example.Günther Deschner1-6/+63
2008-07-18netapi: add new USER_INFO_X structures to public headers.Günther Deschner1-0/+140
2008-07-18re-run make idl.Günther Deschner3-0/+854
2008-07-18netapi: add more USER_INFO_X structures to IDL.Günther Deschner1-0/+140
2008-07-18netapi: add libnetapi_samr_free().Günther Deschner3-0/+22
2008-07-18netapi: use private samr structure in libnetapi_samr_open_builtin().Günther Deschner2-2/+39
2008-07-18netapi: use private samr structure in libnetapi_samr_open_domain().Günther Deschner2-2/+48
2008-07-18netapi: add libnetapi_samr_close_builtin_handle().Günther Deschner2-0/+26
2008-07-18netapi: add libnetapi_samr_close_domain/connect_handle.Günther Deschner2-0/+52
2008-07-18netapi: add libnetapi_private_ctx and init function.Günther Deschner3-0/+48
2008-07-18netapi: fix NetGroupGetInfo() against NT4.Günther Deschner1-1/+11
2008-07-18netapi: fix NetGroupDel() against NT4.Günther Deschner1-1/+3
2008-07-18netapi: fix NetUserAdd() against NT4.Günther Deschner1-0/+15
2008-07-18netapi: typo in NetGroupEnum example code.Günther Deschner1-1/+1
2008-07-18netapi: fix build warning for ConvertSidToStringSid().Günther Deschner1-3/+3
2008-07-18kerberos: make smb_krb5_kt_add_entry() static.Günther Deschner1-6/+6
2008-07-18libads: add prototype for ads_connect_gc().Günther Deschner1-0/+1
2008-07-18libnetjoin: make libnet_join_rollback() static.Günther Deschner1-2/+2
2008-07-18Fix typos.Karolin Seeger1-14/+14
2008-07-18Use LDAP macros instead of attribute names.Karolin Seeger2-44/+43
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18