summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| | * netapi: fix acct_flags handling in convert_USER_INFO_X_to_samr_user_info21.Günther Deschner2008-08-291-5/+7
| | * netapi: support level 1009 in NetUserSetInfo.Günther Deschner2008-08-291-0/+6
| | * netapi: support level 1011 in NetUserSetInfo.Günther Deschner2008-08-291-1/+10
| | * netapi: fix convert_USER_INFO_X_to_samr_user_info21.Günther Deschner2008-08-291-2/+2
| | * netapi: support level 1003 in NetUserSetInfo.Günther Deschner2008-08-291-8/+10
| | * netapi: process level 1003 in construct_USER_INFO_X as well.Günther Deschner2008-08-291-0/+5
| | * netapi: make set_user_info_USER_INFO_X a separate function.Günther Deschner2008-08-291-42/+64
| | * netapi: add more infolevels to NetUserSetInfo example.Günther Deschner2008-08-291-6/+116
| | * netapi: add ENCRYPTED_PWLEN to public header.Günther Deschner2008-08-291-0/+2
| | * re-run make idl.Günther Deschner2008-08-291-1/+1
| | * netapi: fix ENCRYPTED_PWLEN in IDL.Günther Deschner2008-08-291-1/+1
| | * netapi: add all USER_INFO structs to public header.Günther Deschner2008-08-291-0/+108
| | * net: use netapi for rpc_user_rename.Günther Deschner2008-08-291-113/+15
| | * kerberos: fix HAVE_KRB5 related build issue.Günther Deschner2008-08-291-3/+4
| | * kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-294-52/+11
| | * kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner2008-08-291-1/+9
| | * kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-08-293-22/+12
| * | Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-08-291-4/+10
| |/
| * Clarify usage of "force create mode".Jeremy Allison2008-08-281-1/+1
| * Remove cli_request_get()Volker Lendecke2008-08-284-29/+16
| * Add async smbecho client supportVolker Lendecke2008-08-285-33/+187
| * Add cli_request->recv_helperVolker Lendecke2008-08-282-1/+18
| * Activate code to enable chained requestsVolker Lendecke2008-08-284-179/+133
| * This adds the code to allow chained requests in libsmb/Volker Lendecke2008-08-281-0/+534
| * Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2008-08-283-30/+98
| * Add cli_pull_replyVolker Lendecke2008-08-284-10/+85
| * Remove cli->event_ctx, pass it explicitlyVolker Lendecke2008-08-286-108/+99
| * Add async open&xVolker Lendecke2008-08-282-33/+120
| * Add async cli_closeVolker Lendecke2008-08-282-13/+41
| * Refactoring: Add the routine cli_request_send()Volker Lendecke2008-08-284-72/+88
| * winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-08-281-1/+1
| * Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-273-4/+25
| * Correct the netsamlogon_clear_cached_user function.Ephi Dror2008-08-271-36/+18
| * Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-274-14/+124
| * mount.cifs: unclear error message with "credentials"Steve French2008-08-271-2/+3
| * Be explicit about setting perms for the ldb. Helps others who may use this api.Jeremy Allison2008-08-271-0/+3
| * ldb: Fix permissions of new ldg files.Karolin Seeger2008-08-271-1/+1
| * ldb: Fix permissions of group_mapping.ldb.Andrew Tridgell2008-08-271-1/+7
| * Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison2008-08-261-4/+4
| * Don't ask winbindd if we got a -ve cache entry.Jeremy Allison2008-08-261-4/+38
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-2656-590/+1023
|\|
| * Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison2008-08-261-5/+17
| * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison2008-08-261-33/+51
| * Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
| * Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2008-08-262-3/+2
| * run make idl after idl change "Handle arbitrary new PAC types"Michael Adam2008-08-262-16/+6
| * Handle arbitrary new PAC typesAndrew Tridgell2008-08-261-1/+1
| * EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-08-261-2/+3
| * become root for AIO operationsAndrew Tridgell2008-08-261-1/+7
| * Avoid a race condition in glibc between AIO and setresuid().Andrew Tridgell2008-08-261-11/+13