summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly accessStefan Metzmacher2008-03-271-10/+11
* regdb: use dbwrap_trans_store_int32Stefan Metzmacher2008-03-271-1/+1
* dbwrap: add db_open_trans()Stefan Metzmacher2008-03-272-0/+20
* dbwrap: add dbwrap_trans_store_int32()Stefan Metzmacher2008-03-271-0/+15
* Fix typo.Günther Deschner2008-03-271-5/+5
* Ndr pull and push errors are worth to be logged with 1 at least.Günther Deschner2008-03-271-2/+2
* Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter2008-03-271-3/+7
* Don't fill password policy structure for any domain other than our own.Gerald W. Carter2008-03-271-3/+15
* Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2008-03-272-1/+5
* Remove unused DS_DOMAIN_CONTROLLER_INFO struct.Günther Deschner2008-03-271-12/+0
* Fix samlogon rpc client & server.Günther Deschner2008-03-272-7/+7
* Re-run make idl.Günther Deschner2008-03-275-65/+135
* Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo.Günther Deschner2008-03-272-12/+14
* Move DSGETDC_VALID_FLAGS to IDL.Günther Deschner2008-03-272-19/+18
* Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner2008-03-272-2/+2
* Move the known NETLOGON_CONTROL reply flags to IDL.Günther Deschner2008-03-272-11/+9
* Move inline comment about MSV1_0 flags to IDL.Günther Deschner2008-03-272-18/+11
* libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam2008-03-271-2/+1
* libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam2008-03-271-1/+8
* Re-run make idl.Günther Deschner2008-03-274-6/+6
* Use netr_LogonControlCode in netr_LogonControl2().Günther Deschner2008-03-271-1/+1
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-03-271-7/+2
* Fix typo.Günther Deschner2008-03-271-2/+0
* net_conf: fix non-testmode import function.Michael Adam2008-03-271-1/+11
* libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam2008-03-271-40/+40
* libsmbconf: text - change the cache to be tallocedMichael Adam2008-03-271-31/+47
* libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam2008-03-271-6/+12
* Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter2008-03-261-2/+8
* Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner2008-03-261-1/+5
* Re-run make idl.Günther Deschner2008-03-262-14/+35
* Fix IDL for netr_NETLOGON_INFO_2.Günther Deschner2008-03-261-1/+1
* Fix _netr_LogonControl2(). Return talloced dcname.Günther Deschner2008-03-261-4/+10
* Add ntsvcs_getdevregprop command to rpcclient.Günther Deschner2008-03-261-0/+40
* net_conf: reformat - re-indent one function call.Michael Adam2008-03-261-2/+5
* net_conf: add casts to avoid compiler warnings.Michael Adam2008-03-261-6/+6
* net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam2008-03-261-22/+22
* net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam2008-03-261-5/+5
* net_conf: fix import function by using the new text backend of smbconf.Michael Adam2008-03-261-195/+59
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-263-1/+526
* loadparm: add userdata parameter to do_section() and do_parameter().Michael Adam2008-03-262-21/+25
* Strip whitespace in ntsvcs rpc server.Günther Deschner2008-03-261-13/+13
* Re-run make idl.Günther Deschner2008-03-265-0/+201
* Fill in IDL for PNP_GetDeviceRegProp.Günther Deschner2008-03-262-4/+11
* Comment out some svcctl headers which are now defined in IDL.Günther Deschner2008-03-261-3/+7
* Re-run make idl.Günther Deschner2008-03-263-6/+84
* Add svcctl_MgrAccessMask and svcctl_ServiceAccessMask.Günther Deschner2008-03-261-2/+23
* smbconf: reformat - fix intentation.Michael Adam2008-03-261-4/+4
* util_tdb: remove trivial and unused tdb_wipe().Michael Adam2008-03-263-20/+1
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-263-3/+3
* util_tdb: make the _byblob fetch/store functions public again.Michael Adam2008-03-262-4/+8