summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-18Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke3-99/+26
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
2008-07-18net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab...Michael Adam1-8/+8
2008-07-18dssync: fix missing prototype warning by including the proper header.Michael Adam1-1/+1
2008-07-18Document the streams modulesVolker Lendecke2-0/+146
2008-07-18Change the directory parameter in streams_depot to become consistentVolker Lendecke1-1/+1
2008-07-18smbldap: Fix typo in debug message.Karolin Seeger1-1/+1
2008-07-17From Jim McDonoughJeremy Allison3-8/+15
2008-07-17gitignore: ignore the proper genreated library symbol files.Michael Adam1-4/+4
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
2008-07-17allow SID with 0 in subauthority to be converted properlyHerb Lewis1-1/+2
2008-07-17Update the developers documentation for the new vendor version options.Andreas Schneider1-3/+5
2008-07-17Use the macro to call samba_version_string().Andreas Schneider1-1/+1
2008-07-17Simplify samba_version_string.Andreas Schneider3-46/+35
2008-07-17netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner1-1/+6
2008-07-17netapi: add NetGroupEnum example code.Günther Deschner2-0/+159
2008-07-17netapi: fill in NetGroupEnum_r().Günther Deschner1-2/+259
2008-07-17netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2-5/+7
2008-07-17re-run make idl.Günther Deschner1-1/+1
2008-07-17netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner1-1/+1
2008-07-17netapi: add NetGroupEnum to public headers.Günther Deschner1-0/+28
2008-07-17netapi: add skeleton for NetGroupEnum().Günther Deschner3-0/+82
2008-07-17re-run make idl.Günther Deschner3-10/+83
2008-07-17netapi: add NetGroupEnum to IDL.Günther Deschner1-0/+14
2008-07-17netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner3-1/+67
2008-07-17util: add policy_hnd_equal().Günther Deschner2-0/+12
2008-07-17netapi: fix documentation for NetGroupSetInfo.Günther Deschner1-2/+2
2008-07-16This patchset comprises a number of cleanups for the cifs upcallJeremy Allison4-37/+161
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke20-22/+53
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke3-1/+19