summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Remove rpccli_samr_delete_dom_group().Günther Deschner2008-02-011-33/+0
| | | | | | | | | | | | | | | | Guenther
| | | * Use rpccli_samr_DeleteDomainGroup() in net and rpcclient.Günther Deschner2008-02-012-3/+5
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_DeleteDomAlias().Günther Deschner2008-02-012-40/+11
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_DeleteDomainGroup().Günther Deschner2008-02-012-45/+17
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_DeleteUser().Günther Deschner2008-02-012-45/+17
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_OpenGroup().Günther Deschner2008-02-012-41/+12
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_OpenAlias().Günther Deschner2008-02-012-44/+11
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_OpenUser().Günther Deschner2008-02-012-44/+12
| | | | | | | | | | | | | | | | Guenther
| | | * Use pidl for _samr_OpenDomain().Günther Deschner2008-02-012-47/+14
| | | | | | | | | | | | | | | | Guenther
| | * | Fix winbindd running on a Samba DC,Simo Sorce2008-02-012-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch make sure we do not try to contact smbd in the main dameon to avoid deadlocks. All the operations that require connecting to smbd are performed in the domain child anyway.
| * | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ↵Alexander Bokovoy2008-01-317-11/+25
| |\ \ \ | | | |/ | | |/| | | | | dmapi-integration
| | * | Fix _samr_Close().Günther Deschner2008-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | A good example that work in this area needs very careful testing :) Guenther
| | * | Re-run make idl.Günther Deschner2008-01-316-10/+24
| | | | | | | | | | | | | | | | Guenther
| * | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ↵Alexander Bokovoy2008-01-3128-415/+1588
| |\| | | | | | | | | | | | | | dmapi-integration
| | * | Enable build of pidl generated netlogon server.Günther Deschner2008-01-312-1/+474
| | | | | | | | | | | | | | | | Guenther
| | * | Remove old, unused marshalling code for SAMR_GET_DOM_PWINFO.Günther Deschner2008-01-312-89/+0
| | | | | | | | | | | | | | | | Guenther
| | * | Use pidl for samr_GetDomPwInfo() server-side.Günther Deschner2008-01-312-39/+9
| | | | | | | | | | | | | | | | Guenther
| | * | Cleanup status codes inside _net_logon_ctrl2() reply structs.Günther Deschner2008-01-311-13/+5
| | | | | | | | | | | | | | | | Guenther
| | * | Remove unused samr_close marshalling.Günther Deschner2008-01-312-72/+0
| | | | | | | | | | | | | | | | Guenther
| | * | Let _samr_Close() use pidl generated server code.Günther Deschner2008-01-315-33/+702
| | | | | | | | | | | | | | | | Guenther
| | * | Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-319-143/+107
| | | | | | | | | | | | | | | | Guenther
| | * | When running with debug level > 10, dump ads_struct in ads_connect().Günther Deschner2008-01-311-9/+33
| | | | | | | | | | | | | | | | Guenther
| | * | Fix netlogon IDL for netr_GetDcName that returns WERROR.Günther Deschner2008-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (didn't we fix this a couple of times already?) Guenther
| | * | ntlm_auth: Parse configfile after parsing it's location, not before.Kai Blin2008-01-311-9/+14
| | | |
| | * | merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
| | | |
| | * | Fix some IBM checker warningsVolker Lendecke2008-01-301-4/+4
| | | |
| | * | ntlm_auth: Fix another typo in the test.Kai Blin2008-01-301-2/+2
| | | | | | | | | | | | | | | | This _should_ be the last one.
| | * | ntlm_auth: test should honour configfile option to run on build farm.Kai Blin2008-01-302-2/+8
| | | |
| | * | ntlm_auth: Fix typos in the torture test script.Kai Blin2008-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | This should fix the build farm. Sorry, wonder why it worked on my box before.
| | * | ntlm_auth: Add a blackbox test.Kai Blin2008-01-303-0/+234
| | | |
| | * | Fix build warning.Günther Deschner2008-01-301-1/+0
| | | | | | | | | | | | | | | | Guenther
| | * | Re-enable async I/O for non-TSM systemsVolker Lendecke2008-01-302-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The logic was wrong: A "SMB_VFS_AIO_FORCE()==False" disabled async I/O, whereas a "SMB_VFS_AIO_FORCE()==True" should enforce it regardless of other settings. Alexander, please check!
| * | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ↵Alexander Bokovoy2008-01-3029-774/+331
| |\| | | | | | | | | | | | | | dmapi-integration
| | * | Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient.Günther Deschner2008-01-301-0/+71
| | | | | | | | | | | | | | | | Guenther
| | * | Fix uninitialized variablesVolker Lendecke2008-01-292-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | response.extra_data.data is not initialized on the first error path Found by the IBM checker
| | * | Make make_way_for_eventlogs() staticGerald W. Carter2008-01-291-2/+2
| | | |
| | * | Fix a memleakVolker Lendecke2008-01-291-4/+0
| | | |
| | * | Fix a return value from sync_eventlog_params() (patch from Volker)Gerald W. Carter2008-01-291-1/+1
| | | |
| | * | Allow NULL request and/or response pointers to be passed to ↵Gerald W. Carter2008-01-291-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | wbcRequestResponse(). This is a valid parameter set for things like setpwent() and ping().
| | * | Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-299-79/+30
| | | | | | | | | | | | | | | | | | | | | | | | Jerry, please have a look if you're fine with that. Guenther
| | * | Remove unused rpc_ds marshalling code that is unused now.Günther Deschner2008-01-295-294/+2
| | | | | | | | | | | | | | | | Guenther
| | * | Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner2008-01-292-97/+1
| | | | | | | | | | | | | | | | Guenther
| | * | Remove last caller of rpccli_ds_enum_domain_trusts().Günther Deschner2008-01-292-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | I added an alias in rpcclient's netlogon command table. Guenther
| | * | Use another pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-26/+23
| | | | | | | | | | | | | | | | Guenther
| | * | Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-12/+19
| | | | | | | | | | | | | | | | Guenther
| | * | Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-293-100/+122
| | | | | | | | | | | | | | | | Guenther
| | * | Add ndr_print_ads_auth_flags().Günther Deschner2008-01-291-2/+17
| | | | | | | | | | | | | | | | Guenther
| | * | Move DS_DOMAIN_FUNCTION defines to ads.h.Günther Deschner2008-01-292-6/+7
| | | | | | | | | | | | | | | | Guenther
| | * | Add missing windows 2008 netr_DsR_DcFlags and netr_DsRGetDCName_flags flags.Günther Deschner2008-01-291-15/+18
| | | | | | | | | | | | | | | | Guenther
| | * | Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-296-108/+19
| | | | | | | | | | | | | | | | Guenther