summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Re-run make idl.Günther Deschner2008-04-304-115/+197
* IDL: use nbt_dc_sock_addr.Günther Deschner2008-04-301-10/+10
* IDL: move some netlogon DS flags to NBT where they actually showup first.Günther Deschner2008-04-302-12/+15
* IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.Günther Deschner2008-04-301-2/+2
* IDL: add nbt_netlogon_version.Günther Deschner2008-04-301-11/+24
* rpcclient: fix another srv_name_slash.Günther Deschner2008-04-291-6/+1
* _netr_LogonSamLogon: fix lm session key length.Günther Deschner2008-04-291-1/+1
* Re-run make idl.Günther Deschner2008-04-292-1/+4
* IDL: Add DFS_MANAGER_VERSION_W2K8.Günther Deschner2008-04-291-1/+2
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-04-291-1/+5
* errors: add WERR_NOT_FOUND.Günther Deschner2008-04-292-0/+2
* Merge data_blob_hex_string from Samba4.Günther Deschner2008-04-291-0/+22
* Fix bug found by Igor Mammedov <niallain@gmail.com> where we areJeremy Allison2008-04-281-14/+42
* Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman2008-04-262-2/+26
* Sync up client/mount.cifs.c with v3-2-test.Jeremy Allison2008-04-251-25/+4
* Setting version to 3.3.0pre1Gerald W. Carter2008-04-251-2/+2
* IDL: Add autogenerated drsuapi files.Günther Deschner2008-04-255-0/+17110
* errors: add WERR_INVALID_DOMAINNAME.Günther Deschner2008-04-252-0/+2
* mount.cifs: Zero mountpassword content before freeing.Karolin Seeger2008-04-251-3/+24
* Attempt to fix the non-krb buildVolker Lendecke2008-04-251-0/+4
* Add basic ncacn_ip_tcp client infrastructureVolker Lendecke2008-04-251-71/+241
* Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke2008-04-252-55/+82
* Introduce rpccli_pipe_txt(), describing a pipe for debug messagesVolker Lendecke2008-04-251-93/+62
* cli_rpc_pipe_open_noauth must take the user/domain from the smb sessionVolker Lendecke2008-04-251-0/+18
* Make use of rpccli_xxx_bind_dataVolker Lendecke2008-04-252-169/+62
* Create rpccli_xxx_bind_data functionsVolker Lendecke2008-04-251-0/+198
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-256-43/+52
* Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke2008-04-254-58/+71
* Fix from Martin Zielinski <mz@seh.de>. Don't delete files whenJeremy Allison2008-04-241-7/+20
* The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison2008-04-242-4/+12
* mailslot/dsgetdcname: do what XP does and request nt_version 11.Günther Deschner2008-04-241-5/+32
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-04-243-3/+15
* mailslot: make sure we are looking at the correct reply structure.Günther Deschner2008-04-241-4/+21
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-04-243-4/+6
* rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx().Günther Deschner2008-04-241-2/+3
* Make mount.cifs.c consistent with other Samba code usage w.r.tJeremy Allison2008-04-241-69/+54
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-238-10/+12
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-234-28/+64
* Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2008-04-233-10/+10
* winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam2008-04-231-14/+9
* winbindd_cache: recognize and allow longer UA keysHolger Hetterich2008-04-231-3/+13
* Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke2008-04-231-4/+16
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-237-122/+110
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
* rpcclient: Add getdispinfoidx command.Günther Deschner2008-04-221-0/+62