summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-08-29re-run make idl.Günther Deschner3-100/+165
2008-08-29netapi: add NetUserGetGroups to IDL.Günther Deschner1-9/+23
2008-08-29net: use netapi function to set user password.Günther Deschner1-113/+18
2008-08-29net: use netapi function to list users.Günther Deschner1-63/+33
2008-08-29netapi: support level 1014 in NetUserSetInfo.Günther Deschner1-1/+10
2008-08-29netapi: support level 1024 in NetUserSetInfo.Günther Deschner1-1/+10
2008-08-29netapi: support level 1051 in NetUserSetInfo.Günther Deschner1-1/+12
2008-08-29netapi: support level 1053 in NetUserSetInfo.Günther Deschner1-2/+10
2008-08-29netapi: support level 1052 in NetUserSetInfo.Günther Deschner1-1/+11
2008-08-29re-run make idl.Günther Deschner2-0/+12
2008-08-29netapi: add usriX_profile/usriX_home_dir_drive/usriX_primary_group_id to USER...Günther Deschner1-0/+3
2008-08-29netapi: support level 1006 in NetUserSetInfo.Günther Deschner1-0/+6
2008-08-29netapi: support level 1012 in NetUserSetInfo.Günther Deschner1-1/+12
2008-08-29netapi: fix acct_flags handling in convert_USER_INFO_X_to_samr_user_info21.Günther Deschner1-5/+7
2008-08-29netapi: support level 1009 in NetUserSetInfo.Günther Deschner1-0/+6
2008-08-29netapi: support level 1011 in NetUserSetInfo.Günther Deschner1-1/+10
2008-08-29netapi: fix convert_USER_INFO_X_to_samr_user_info21.Günther Deschner1-2/+2
2008-08-29netapi: support level 1003 in NetUserSetInfo.Günther Deschner1-8/+10
2008-08-29netapi: process level 1003 in construct_USER_INFO_X as well.Günther Deschner1-0/+5
2008-08-29netapi: make set_user_info_USER_INFO_X a separate function.Günther Deschner1-42/+64
2008-08-29netapi: add more infolevels to NetUserSetInfo example.Günther Deschner1-6/+116
2008-08-29netapi: add ENCRYPTED_PWLEN to public header.Günther Deschner1-0/+2
2008-08-29re-run make idl.Günther Deschner1-1/+1
2008-08-29netapi: fix ENCRYPTED_PWLEN in IDL.Günther Deschner1-1/+1
2008-08-29netapi: add all USER_INFO structs to public header.Günther Deschner1-0/+108
2008-08-29net: use netapi for rpc_user_rename.Günther Deschner1-113/+15
2008-08-29kerberos: fix HAVE_KRB5 related build issue.Günther Deschner1-3/+4
2008-08-29kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner4-52/+11
2008-08-29kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner1-1/+9
2008-08-29kerberos: move the KRB5_KEY* macros to header file.Günther Deschner3-22/+12
2008-08-28Clarify usage of "force create mode".Jeremy Allison1-1/+1
2008-08-28Remove cli_request_get()Volker Lendecke4-29/+16
2008-08-28Add async smbecho client supportVolker Lendecke5-33/+187
2008-08-28Add cli_request->recv_helperVolker Lendecke2-1/+18
2008-08-28Activate code to enable chained requestsVolker Lendecke4-179/+133
2008-08-28This adds the code to allow chained requests in libsmb/Volker Lendecke1-0/+534
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke3-30/+98
2008-08-28Add cli_pull_replyVolker Lendecke4-10/+85
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke6-108/+99
2008-08-28Add async open&xVolker Lendecke2-33/+120
2008-08-28Add async cli_closeVolker Lendecke2-13/+41
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke4-72/+88
2008-08-28winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner1-1/+1
2008-08-27Fix the wcache_invalidate_samlogon calls.Jeremy Allison3-4/+25
2008-08-27Correct the netsamlogon_clear_cached_user function.Ephi Dror1-36/+18
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison4-14/+124
2008-08-27mount.cifs: unclear error message with "credentials"Steve French1-2/+3
2008-08-27Be explicit about setting perms for the ldb. Helps others who may use this api.Jeremy Allison1-0/+3
2008-08-27ldb: Fix permissions of new ldg files.Karolin Seeger1-1/+1
2008-08-27ldb: Fix permissions of group_mapping.ldb.Andrew Tridgell1-1/+7