summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* winbind: pass down existing talloc context.Günther Deschner2008-04-212-9/+10
* smbspool: Fix the smbspool build.James Peach2008-04-211-11/+15
* smbspool: minor formatting cleanups.James Peach2008-04-211-88/+133
* smbspool: Run indent to approximate conding standards.James Peach2008-04-211-533/+485
* smbspool: add my copyright.James Peach2008-04-211-0/+1
* smbspool: Fix CUPS authentication protocol support.Mike Sweet2008-04-211-34/+75
* smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet2008-04-211-144/+87
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-04-211-0/+21
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-213-111/+118
* samlogoncache: Use data_blob_const in netsamlogon_cache_get.Günther Deschner2008-04-211-2/+1
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-2111-26/+26
* Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam2008-04-211-5/+9
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-212-15/+6
* Don't modify the fsp in fd_close_posix() anymore.Michael Adam2008-04-211-4/+0
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-213-8/+16
* loadparm: reformat - fix whitespace/tabMichael Adam2008-04-211-1/+1
* loadparm: rename bNoIncludes to bAllowIncludeRegistry (inverting logic)Michael Adam2008-04-211-6/+7