index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-28
Add Support for DOMAIN\DCNAME syntax in libnetjoin.
Günther Deschner
1
-0
/
+58
2008-03-28
Let libnetjoin find the dc in wkssvc NetrJoinDomain2/UnjoinDomain2.
Günther Deschner
1
-30
/
+0
2008-03-28
Check for buffer in decode_wkssvc_join_password_buffer.
Günther Deschner
1
-1
/
+10
2008-03-28
Fix a segfault
Volker Lendecke
1
-1
/
+1
2008-03-28
Fix a confusing variable name
Volker Lendecke
1
-2
/
+2
2008-03-28
Fix a memory leak
Volker Lendecke
1
-0
/
+2
2008-03-28
Make some fns static
Volker Lendecke
1
-16
/
+5
2008-03-28
printclose has only 1 vwv
Volker Lendecke
1
-1
/
+1
2008-03-28
Remove unneeded pack_dsdcinfo/unpack_dsdcinfo.
Günther Deschner
1
-144
/
+0
2008-03-28
Use NDR for netr_DsRGetDCNameInfo un-/marshalling in dsgetdcname.
Günther Deschner
1
-16
/
+26
2008-03-28
Re-run make idl.
Günther Deschner
3
-3
/
+5
2008-03-28
Make netr_DsRGetDCNameInfo public.
Günther Deschner
1
-1
/
+1
2008-03-28
Fix blob used in pull_netr_AcctLockStr().
Günther Deschner
1
-1
/
+1
2008-03-28
Re-run make idl.
Günther Deschner
2
-39
/
+39
2008-03-28
Rename string to array in lsa_BinaryString.
Günther Deschner
1
-1
/
+1
2008-03-27
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
1
-0
/
+2
2008-03-27
Fix up the comments on security=share to explain we're
Jeremy Allison
1
-1
/
+5
2008-03-27
Make sure to zero the returned handle in _svcctl_CloseServiceHandle().
Günther Deschner
1
-0
/
+2
2008-03-27
Fix for termination problems when no interfaces found - bug #5267.
Jeremy Allison
1
-6
/
+15
2008-03-27
Remove last reference to rpc_netlogon.h.
Günther Deschner
1
-1
/
+0
2008-03-27
Remove unused marshalling for Netlogon Lockout String.
Günther Deschner
3
-93
/
+0
2008-03-27
Re-add support for display and vampire of account policies in "net".
Günther Deschner
1
-25
/
+78
2008-03-27
Minor fix for net rpc samdump.
Günther Deschner
1
-4
/
+5
2008-03-27
re-run make idl.
Günther Deschner
6
-77
/
+128
2008-03-27
Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.
Günther Deschner
1
-5
/
+6
2008-03-27
Add lsa_BinaryString.
Günther Deschner
1
-0
/
+6
2008-03-27
regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...
Michael Adam
1
-4
/
+4
2008-03-27
dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...
Michael Adam
1
-0
/
+2
2008-03-27
regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]
Michael Adam
1
-6
/
+6
2008-03-27
pdb_tdb: use db_open_trans()
Stefan Metzmacher
1
-1
/
+1
2008-03-27
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
1
-1
/
+1
2008-03-27
passdb/secrets: use db_open_trans()
Stefan Metzmacher
1
-1
/
+2
2008-03-27
passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()
Stefan Metzmacher
1
-1
/
+1
2008-03-27
regdb: use db_open_trans()
Stefan Metzmacher
1
-5
/
+6
2008-03-27
regdb: use regdb->transaction_start(regdb) != 0 consistent
Stefan Metzmacher
1
-3
/
+3
2008-03-27
regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access
Stefan Metzmacher
1
-10
/
+11
2008-03-27
regdb: use dbwrap_trans_store_int32
Stefan Metzmacher
1
-1
/
+1
2008-03-27
dbwrap: add db_open_trans()
Stefan Metzmacher
2
-0
/
+20
2008-03-27
dbwrap: add dbwrap_trans_store_int32()
Stefan Metzmacher
1
-0
/
+15
2008-03-27
Fix typo.
Günther Deschner
1
-5
/
+5
2008-03-27
Ndr pull and push errors are worth to be logged with 1 at least.
Günther Deschner
1
-2
/
+2
2008-03-27
Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.
Gerald W. Carter
1
-3
/
+7
2008-03-27
Don't fill password policy structure for any domain other than our own.
Gerald W. Carter
1
-3
/
+15
2008-03-27
Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
Volker Lendecke
2
-1
/
+5
2008-03-27
Remove unused DS_DOMAIN_CONTROLLER_INFO struct.
Günther Deschner
1
-12
/
+0
2008-03-27
Fix samlogon rpc client & server.
Günther Deschner
2
-7
/
+7
2008-03-27
Re-run make idl.
Günther Deschner
5
-65
/
+135
2008-03-27
Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo.
Günther Deschner
2
-12
/
+14
2008-03-27
Move DSGETDC_VALID_FLAGS to IDL.
Günther Deschner
2
-19
/
+18
2008-03-27
Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
Günther Deschner
2
-2
/
+2
[next]