summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* IDL: rerun make idl.Günther Deschner2008-04-224-12/+38
* IDL: Fix IDL for samr_GetDisplayEnumerationIndex{2}.Günther Deschner2008-04-221-2/+2
* Make nsstest valgrind-clean: buf is referred to by the parsed grp structVolker Lendecke2008-04-221-3/+0
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8
* libsmbconf: text backend remove comment references to "simple".Michael Adam2008-04-221-2/+2
* libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam2008-04-224-9/+9
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-222-1/+1
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-2/+4
* configure: fix a comment typoMichael Adam2008-04-221-1/+1
* libnetjoin: identify type of domain early.Günther Deschner2008-04-221-16/+16
* build: fix the build.Günther Deschner2008-04-221-2/+2
* dsgetdcname: Fix discover_dc_dns().Günther Deschner2008-04-221-2/+2
* dsgetdcname: add very basic flat name support.Günther Deschner2008-04-221-9/+168
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-215-20/+49
* net: Add libnetapi context to net's impressive list of globals.Günther Deschner2008-04-213-11/+8
* IDL: rerun make idl.Günther Deschner2008-04-212-9/+11
* IDL: now that we have nbt.idl, re-add it to the includes again.Günther Deschner2008-04-211-10/+10
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-218-86/+25
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-214-18/+34
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-214-147/+61
* IDL: re-run make idl.Günther Deschner2008-04-213-10/+15
* IDL: make nbt_cldap_netlogon_5 public.Günther Deschner2008-04-211-1/+1
* IDL: Add NTLOGON_RESPONSE_FROM_PDC2 to nbt_logon_request.Günther Deschner2008-04-211-2/+3