index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use NDR for netr_DsRGetDCNameInfo un-/marshalling in dsgetdcname.
Günther Deschner
2008-03-28
1
-16
/
+26
*
Re-run make idl.
Günther Deschner
2008-03-28
3
-3
/
+5
*
Make netr_DsRGetDCNameInfo public.
Günther Deschner
2008-03-28
1
-1
/
+1
*
Fix blob used in pull_netr_AcctLockStr().
Günther Deschner
2008-03-28
1
-1
/
+1
*
Re-run make idl.
Günther Deschner
2008-03-28
2
-39
/
+39
*
Rename string to array in lsa_BinaryString.
Günther Deschner
2008-03-28
1
-1
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-03-27
1
-0
/
+2
|
\
|
*
Make sure to zero the returned handle in _svcctl_CloseServiceHandle().
Günther Deschner
2008-03-27
1
-0
/
+2
*
|
Fix up the comments on security=share to explain we're
Jeremy Allison
2008-03-27
1
-1
/
+5
|
/
*
Fix for termination problems when no interfaces found - bug #5267.
Jeremy Allison
2008-03-27
1
-6
/
+15
*
Remove last reference to rpc_netlogon.h.
Günther Deschner
2008-03-27
1
-1
/
+0
*
Remove unused marshalling for Netlogon Lockout String.
Günther Deschner
2008-03-27
3
-93
/
+0
*
Re-add support for display and vampire of account policies in "net".
Günther Deschner
2008-03-27
1
-25
/
+78
*
Minor fix for net rpc samdump.
Günther Deschner
2008-03-27
1
-4
/
+5
*
re-run make idl.
Günther Deschner
2008-03-27
6
-77
/
+128
*
Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.
Günther Deschner
2008-03-27
1
-5
/
+6
*
Add lsa_BinaryString.
Günther Deschner
2008-03-27
1
-0
/
+6
*
regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...
Michael Adam
2008-03-27
1
-4
/
+4
*
dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() fa...
Michael Adam
2008-03-27
1
-0
/
+2
*
regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]
Michael Adam
2008-03-27
1
-6
/
+6
*
pdb_tdb: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
passdb/secrets: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+2
*
passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
regdb: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-5
/
+6
*
regdb: use regdb->transaction_start(regdb) != 0 consistent
Stefan Metzmacher
2008-03-27
1
-3
/
+3
*
regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access
Stefan Metzmacher
2008-03-27
1
-10
/
+11
*
regdb: use dbwrap_trans_store_int32
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
dbwrap: add db_open_trans()
Stefan Metzmacher
2008-03-27
2
-0
/
+20
*
dbwrap: add dbwrap_trans_store_int32()
Stefan Metzmacher
2008-03-27
1
-0
/
+15
*
Fix typo.
Günther Deschner
2008-03-27
1
-5
/
+5
*
Ndr pull and push errors are worth to be logged with 1 at least.
Günther Deschner
2008-03-27
1
-2
/
+2
*
Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.
Gerald W. Carter
2008-03-27
1
-3
/
+7
*
Don't fill password policy structure for any domain other than our own.
Gerald W. Carter
2008-03-27
1
-3
/
+15
*
Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
Volker Lendecke
2008-03-27
2
-1
/
+5
*
Remove unused DS_DOMAIN_CONTROLLER_INFO struct.
Günther Deschner
2008-03-27
1
-12
/
+0
*
Fix samlogon rpc client & server.
Günther Deschner
2008-03-27
2
-7
/
+7
*
Re-run make idl.
Günther Deschner
2008-03-27
5
-65
/
+135
*
Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo.
Günther Deschner
2008-03-27
2
-12
/
+14
*
Move DSGETDC_VALID_FLAGS to IDL.
Günther Deschner
2008-03-27
2
-19
/
+18
*
Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
Günther Deschner
2008-03-27
2
-2
/
+2
*
Move the known NETLOGON_CONTROL reply flags to IDL.
Günther Deschner
2008-03-27
2
-11
/
+9
*
Move inline comment about MSV1_0 flags to IDL.
Günther Deschner
2008-03-27
2
-18
/
+11
*
libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).
Michael Adam
2008-03-27
1
-2
/
+1
*
libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.c
Michael Adam
2008-03-27
1
-1
/
+8
*
Re-run make idl.
Günther Deschner
2008-03-27
4
-6
/
+6
*
Use netr_LogonControlCode in netr_LogonControl2().
Günther Deschner
2008-03-27
1
-1
/
+1
*
posix_acls: clarify loop condition code, removing unneeded counter variable.
Michael Adam
2008-03-27
1
-7
/
+2
*
Fix typo.
Günther Deschner
2008-03-27
1
-2
/
+0
*
net_conf: fix non-testmode import function.
Michael Adam
2008-03-27
1
-1
/
+11
[prev]
[next]