summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-03-28Re-run make idl.Günther Deschner3-3/+5
2008-03-28Make netr_DsRGetDCNameInfo public.Günther Deschner1-1/+1
2008-03-28Fix blob used in pull_netr_AcctLockStr().Günther Deschner1-1/+1
2008-03-28Re-run make idl.Günther Deschner2-39/+39
2008-03-28Rename string to array in lsa_BinaryString.Günther Deschner1-1/+1
2008-03-27Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+2
2008-03-27Fix up the comments on security=share to explain we'reJeremy Allison1-1/+5
2008-03-27Make sure to zero the returned handle in _svcctl_CloseServiceHandle().Günther Deschner1-0/+2
2008-03-27Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison1-6/+15
2008-03-27Remove last reference to rpc_netlogon.h.Günther Deschner1-1/+0
2008-03-27Remove unused marshalling for Netlogon Lockout String.Günther Deschner3-93/+0
2008-03-27Re-add support for display and vampire of account policies in "net".Günther Deschner1-25/+78
2008-03-27Minor fix for net rpc samdump.Günther Deschner1-4/+5
2008-03-27re-run make idl.Günther Deschner6-77/+128
2008-03-27Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.Günther Deschner1-5/+6
2008-03-27Add lsa_BinaryString.Günther Deschner1-0/+6
2008-03-27regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...Michael Adam1-4/+4
2008-03-27dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...Michael Adam1-0/+2
2008-03-27regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]Michael Adam1-6/+6
2008-03-27pdb_tdb: use db_open_trans()Stefan Metzmacher1-1/+1
2008-03-27pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistentStefan Metzmacher1-1/+1
2008-03-27passdb/secrets: use db_open_trans()Stefan Metzmacher1-1/+2
2008-03-27passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()Stefan Metzmacher1-1/+1
2008-03-27regdb: use db_open_trans()Stefan Metzmacher1-5/+6
2008-03-27regdb: use regdb->transaction_start(regdb) != 0 consistentStefan Metzmacher1-3/+3
2008-03-27regdb: use dbwrap->fetch() instead of fetch_locked() for readonly accessStefan Metzmacher1-10/+11
2008-03-27regdb: use dbwrap_trans_store_int32Stefan Metzmacher1-1/+1
2008-03-27dbwrap: add db_open_trans()Stefan Metzmacher2-0/+20
2008-03-27dbwrap: add dbwrap_trans_store_int32()Stefan Metzmacher1-0/+15
2008-03-27Fix typo.Günther Deschner1-5/+5
2008-03-27Ndr pull and push errors are worth to be logged with 1 at least.Günther Deschner1-2/+2
2008-03-27Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter1-3/+7
2008-03-27Don't fill password policy structure for any domain other than our own.Gerald W. Carter1-3/+15
2008-03-27Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2-1/+5
2008-03-27Remove unused DS_DOMAIN_CONTROLLER_INFO struct.Günther Deschner1-12/+0
2008-03-27Fix samlogon rpc client & server.Günther Deschner2-7/+7
2008-03-27Re-run make idl.Günther Deschner5-65/+135
2008-03-27Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo.Günther Deschner2-12/+14
2008-03-27Move DSGETDC_VALID_FLAGS to IDL.Günther Deschner2-19/+18
2008-03-27Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner2-2/+2
2008-03-27Move the known NETLOGON_CONTROL reply flags to IDL.Günther Deschner2-11/+9
2008-03-27Move inline comment about MSV1_0 flags to IDL.Günther Deschner2-18/+11
2008-03-27libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam1-2/+1
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
2008-03-27Re-run make idl.Günther Deschner4-6/+6
2008-03-27Use netr_LogonControlCode in netr_LogonControl2().Günther Deschner1-1/+1
2008-03-27posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam1-7/+2
2008-03-27Fix typo.Günther Deschner1-2/+0
2008-03-27net_conf: fix non-testmode import function.Michael Adam1-1/+11
2008-03-27libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam1-40/+40