summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| | * netapi: support level 1012 in NetUserSetInfo.Günther Deschner2008-08-291-1/+12
| | | | | | | | | | | | | | | Guenther (This used to be commit db650e9b6ead70152b2640415477bb26d0b16097)
| | * netapi: fix acct_flags handling in convert_USER_INFO_X_to_samr_user_info21.Günther Deschner2008-08-291-5/+7
| | | | | | | | | | | | | | | Guenther (This used to be commit d3625b321f666bd506603b7c58ee89cd6b902d86)
| | * netapi: support level 1009 in NetUserSetInfo.Günther Deschner2008-08-291-0/+6
| | | | | | | | | | | | | | | Guenther (This used to be commit 3a6c784284c8eb7e2b05afa6db16b27ee26ff352)
| | * netapi: support level 1011 in NetUserSetInfo.Günther Deschner2008-08-291-1/+10
| | | | | | | | | | | | | | | Guenther (This used to be commit b3680c0482ae05b32e9cf9fbddea57f0dd6e2bd3)
| | * netapi: fix convert_USER_INFO_X_to_samr_user_info21.Günther Deschner2008-08-291-2/+2
| | | | | | | | | | | | | | | Guenther (This used to be commit 3f726952eb9a1fed0f4a990c82a2c47a5c0775be)
| | * netapi: support level 1003 in NetUserSetInfo.Günther Deschner2008-08-291-8/+10
| | | | | | | | | | | | | | | Guenther (This used to be commit 863827eb2d5210350011055dda4319070bd1c520)
| | * netapi: process level 1003 in construct_USER_INFO_X as well.Günther Deschner2008-08-291-0/+5
| | | | | | | | | | | | | | | Guenther (This used to be commit cf381b9f08cae32b62d7bd6f7dfe5210e732eeb2)
| | * netapi: make set_user_info_USER_INFO_X a separate function.Günther Deschner2008-08-291-42/+64
| | | | | | | | | | | | | | | Guenther (This used to be commit 529dd675bde3ac944ca69e4dbe2fc4beeeb9aab8)
| | * netapi: add more infolevels to NetUserSetInfo example.Günther Deschner2008-08-291-6/+116
| | | | | | | | | | | | | | | Guenther (This used to be commit 5ad217be7a12211a8340052f7f4481cf2f239f8d)
| | * netapi: add ENCRYPTED_PWLEN to public header.Günther Deschner2008-08-291-0/+2
| | | | | | | | | | | | | | | Guenther (This used to be commit 7010230c4af667b4197c9bd58685dc5a0b2b7c4f)
| | * re-run make idl.Günther Deschner2008-08-291-1/+1
| | | | | | | | | | | | | | | Guenther (This used to be commit 77058447f2a61e8830763866c46db71dadf1a82a)
| | * netapi: fix ENCRYPTED_PWLEN in IDL.Günther Deschner2008-08-291-1/+1
| | | | | | | | | | | | | | | Guenther (This used to be commit 2c6b3208d3bf3d44b58248e9068924657897c917)
| | * netapi: add all USER_INFO structs to public header.Günther Deschner2008-08-291-0/+108
| | | | | | | | | | | | | | | Guenther (This used to be commit d19c06d7d055e4b1e8e47cc2df1a192a0a19eb14)
| | * net: use netapi for rpc_user_rename.Günther Deschner2008-08-291-113/+15
| | | | | | | | | | | | | | | Guenther (This used to be commit fe28ea1afd4024673f847fc8880910b1f7f0385a)
| | * kerberos: fix HAVE_KRB5 related build issue.Günther Deschner2008-08-291-3/+4
| | | | | | | | | | | | | | | Guenther (This used to be commit 7d7ba8397743af52a74d00fd717bdeb5e3e12a28)
| | * kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-294-52/+11
| | | | | | | | | | | | | | | Guenther (This used to be commit a042dffd7121bda3dbc9509f69fcfae06ed4cc22)
| | * kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner2008-08-291-1/+9
| | | | | | | | | | | | | | | Guenther (This used to be commit be846d5383ef31136cca6b11eb6181736fb2e29d)
| | * kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-08-293-22/+12
| | | | | | | | | | | | | | | Guenther (This used to be commit c28fa17ffffee3e6fd4897c9c6b4937388a19600)
| * | Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-08-291-4/+10
| |/ | | | | | | | | | | Pointed out by SATOH Fumiyasu <fumiyas@osstech.jp>. Jeremy. (This used to be commit 4f60348c0a934123a8e15bc741076366f6713390)
| * Clarify usage of "force create mode".Jeremy Allison2008-08-281-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
| * Remove cli_request_get()Volker Lendecke2008-08-284-29/+16
| | | | | | | | | | req->private_data==NULL at this point is definitely a bug. (This used to be commit ce3dc9f616cafc1289a94ac7cae0beca967d836e)
| * Add async smbecho client supportVolker Lendecke2008-08-285-33/+187
| | | | | | | | (This used to be commit c1d645fbe39433541d8bfe6b818c855cee318dc5)
| * Add cli_request->recv_helperVolker Lendecke2008-08-282-1/+18
| | | | | | | | | | Necessary for requests with multiple replies (This used to be commit cb2e338eb33dfb4627f9b43456af0c86d7d268c6)
| * Activate code to enable chained requestsVolker Lendecke2008-08-284-179/+133
| | | | | | | | | | Add the CHAIN1 torture test (This used to be commit 82992d74a99b056bbfe90e1b79190e0b7c0bf2bd)
| * This adds the code to allow chained requests in libsmb/Volker Lendecke2008-08-281-0/+534
| | | | | | | | | | | | This is not compiled yet, but it makes the patches much easier to read if it is add in bulk. (This used to be commit b4c539ba041bab8856c83816f08a35b5f5b21740)
| * Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2008-08-283-30/+98
| | | | | | | | | | Also add some comments (This used to be commit 2ecc311f785317caf5b60051147dcd085c80d64f)
| * Add cli_pull_replyVolker Lendecke2008-08-284-10/+85
| | | | | | | | | | | | Along the lines of cli_request_send this abstracts away the smb-level buffer handling when parsing replies we got from the server. (This used to be commit 253134d3aaa359fdfb665709dd5686f69af7f8fd)
| * Remove cli->event_ctx, pass it explicitlyVolker Lendecke2008-08-286-108/+99
| | | | | | | | | | | | Storing the event_context as permanent state in struct cli_state creates more complex code than necessary IMO. (This used to be commit debb37f703075008e5ea7d34d214cfa4d0f8f916)
| * Add async open&xVolker Lendecke2008-08-282-33/+120
| | | | | | | | (This used to be commit faf353edd60967efac4d5c222db14fa730866273)
| * Add async cli_closeVolker Lendecke2008-08-282-13/+41
| | | | | | | | (This used to be commit f84a2b5dbf8a072a9e356fa39523f65d042a2643)
| * Refactoring: Add the routine cli_request_send()Volker Lendecke2008-08-284-72/+88
| | | | | | | | | | | | cli_request_send() is supposed to bundle all generic SMB-header handling. This makes cli_request_new static to async_smb.c. (This used to be commit 7e73dd4e7622db64d30d48ba106892e0895fc188)
| * winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-08-281-1/+1
| | | | | | | | | | Guenther (This used to be commit 5eee7423351ffd05486e33ff8eb905babcbc9422)
| * Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-273-4/+25
| | | | | | | | | | Jeremy. (This used to be commit 7c820899ed1364fdaeb7b49e8ddd839e67397ec0)
| * Correct the netsamlogon_clear_cached_user function.Ephi Dror2008-08-271-36/+18
| | | | | | | | (This used to be commit bb13312d9d53b1e048b3a0bfeeca088f9db84cd3)
| * Add st_birthtime and friends for accurate create times on systems that ↵Jeremy Allison2008-08-274-14/+124
| | | | | | | | | | | | | | | | support it (*BSD and MacOSX). Should have done this ages ago, sorry. Jeremy. (This used to be commit 4c3a9558906f213948c3bdc081be73f8fed148cb)
| * mount.cifs: unclear error message with "credentials"Steve French2008-08-271-2/+3
| | | | | | | | | | Thanks to Christophe Curis for the suggestion (This used to be commit 3b5ad9190d2ad6d2ca0a569194bdff9003bda13b)
| * Be explicit about setting perms for the ldb. Helps others who may use this api.Jeremy Allison2008-08-271-0/+3
| | | | | | | | | | Jeremy. (This used to be commit f0ea0f3502037db878238942ee0729f6940e0b01)
| * ldb: Fix permissions of new ldg files.Karolin Seeger2008-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | This one fixes together with 2eaf4ed62 bug #5715 and CVE-2008-3789. Thanks to Steve Langasek <vorlon@debian.org> for reporting! Karolin (cherry picked from commit b666d0a4b597218f5f5020bf36d80d84dcbf7259) (This used to be commit 73f54df7fedc8f0db022f902100fd5eb1b629fb2)
| * ldb: Fix permissions of group_mapping.ldb.Andrew Tridgell2008-08-271-1/+7
| | | | | | | | | | | | This one fixes bug #5715 and CVE-2008-3789. (cherry picked from commit a94f44c49f668fcf12f4566777a668043326bf97) (This used to be commit 2eaf4ed62220246bcc1a9702166b0b4f381fdae3)
| * Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison2008-08-261-4/+4
| | | | | | | | | | Jeremy. (This used to be commit a7bbd33139c5835cf32efdbe0ef187117699e3e4)
| * Don't ask winbindd if we got a -ve cache entry.Jeremy Allison2008-08-261-4/+38
| | | | | | | | | | Jeremy. (This used to be commit 91f85d0dcaa917b7a90a77852f3a778a0ad99c4d)
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-2656-590/+1023
|\| | | | | | | (This used to be commit e038f1cf9fb305fc1e7a4189208e451d30aaa1f0)
| * Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison2008-08-261-5/+17
| | | | | | | | | | | | we just call the legacy function ?). Jeremy. (This used to be commit 566d3b6e76afeca8e862cb36202a5283b86920e4)
| * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid ↵Jeremy Allison2008-08-261-33/+51
| | | | | | | | | | | | | | mappings. Jeremy. (This used to be commit 31ba955d6950420096b9141454aa95b2510a3d9a)
| * Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
| | | | | | | | (This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
| * Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2008-08-262-3/+2
| | | | | | | | (This used to be commit fe70dcc1b63b1969c13f7fb03ec374b6e5a376a1)
| * run make idl after idl change "Handle arbitrary new PAC types"Michael Adam2008-08-262-16/+6
| | | | | | | | | | Michael (This used to be commit 5de253ba1308f470a47f9e5f83c6eccd17e95c26)
| * Handle arbitrary new PAC typesAndrew Tridgell2008-08-261-1/+1
| | | | | | | | | | | | | | When MS introduces a new PAC type, we should just ignore it, not generate a parse error. New PAC info structures are supposed to be backwards compatible with old ones (This used to be commit 2971b926c835412b02c93ad1e30f1471bc0a3612)
| * EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-08-261-2/+3
| | | | | | | | | | cannot do sendfile for this file" (This used to be commit 737f664604b28f230be63bfc2f3d516fd9eb1c63)
| * become root for AIO operationsAndrew Tridgell2008-08-261-1/+7
| | | | | | | | | | | | | | We need to become root for AIO read and write to allow the AIO thread to send a completion signal to the parent process when the IO completes (This used to be commit c548e5c69f9d8bc85a654f4d29d64c735a5e780b)