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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.
Günther Deschner
3
-100
/
+122
2008-01-29
Add ndr_print_ads_auth_flags().
Günther Deschner
1
-2
/
+17
2008-01-29
Move DS_DOMAIN_FUNCTION defines to ads.h.
Günther Deschner
2
-6
/
+7
2008-01-29
Add missing windows 2008 netr_DsR_DcFlags and netr_DsRGetDCName_flags flags.
Günther Deschner
1
-15
/
+18
2008-01-29
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
6
-108
/
+19
2008-01-28
Dump msDS-SupportedEncryptionTypes in adssearch.
Günther Deschner
1
-1
/
+15
2008-01-28
Restrict the enctypes in the generated krb5.conf files to Win2003 types.
Gerald W. Carter
1
-4
/
+8
2008-01-27
We need to leave the corepath around
Volker Lendecke
1
-1
/
+0
2008-01-27
Adding missing calls to va_end().
Tim Potter
6
-6
/
+39
2008-01-27
Remove an unused external reference
Volker Lendecke
1
-1
/
+0
2008-01-26
Fix uninitialized variables
Volker Lendecke
1
-1
/
+2
2008-01-25
Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.
Günther Deschner
1
-0
/
+49
2008-01-25
Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].
Günther Deschner
3
-347
/
+0
2008-01-25
Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.
Günther Deschner
1
-34
/
+99
2008-01-25
Re-run make idl.
Günther Deschner
7
-40
/
+227
2008-01-25
Fix netr_DsRGetDCNameEx and netr_DsRGetDCNameEx2 IDL.
Günther Deschner
1
-2
/
+2
2008-01-25
Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).
Günther Deschner
1
-1
/
+7
2008-01-25
Fix bogus uninitialized variable warnings
Volker Lendecke
3
-3
/
+3
2008-01-25
Fix Coverity IDs 451, 452
Volker Lendecke
1
-1
/
+1
2008-01-25
Tiny simplification
Volker Lendecke
1
-8
/
+7
2008-01-25
Remove a pointless while loop
Volker Lendecke
1
-11
/
+7
2008-01-25
Attempt to fix the build on OpenBSD
Volker Lendecke
1
-1
/
+1
2008-01-25
Always trust the domain flags in the wcache trusted domain cache.
Gerald W. Carter
1
-13
/
+33
2008-01-25
Use the correct domain name when looking up the trust password.
Gerald W. Carter
1
-1
/
+15
2008-01-25
Remove more unused LSA marshalling functions.
Günther Deschner
1
-406
/
+0
2008-01-25
Remove some unused structures from rpc_lsa.h.
Günther Deschner
1
-122
/
+0
2008-01-25
Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.
Günther Deschner
1
-0
/
+48
2008-01-25
run "make idl".
Günther Deschner
5
-23
/
+7
2008-01-25
Fix netr_DsrEnumerateDomainTrusts IDL.
Günther Deschner
1
-1
/
+1
2008-01-25
Add LIBNETAPI_LOCAL_SERVER() macro.
Günther Deschner
1
-0
/
+5
2008-01-25
No need to close registry on libnetapi_free() anymore.
Günther Deschner
1
-1
/
+0
2008-01-25
Fix winbindd_can_contact_domain() on a samba DC.
Michael Adam
1
-3
/
+6
2008-01-25
Use generated DSSETUP client & server rpc functions and remove the hand-writt...
Günther Deschner
14
-479
/
+281
2008-01-25
Add generated dssetup code after make idl.
Günther Deschner
8
-1
/
+2732
2008-01-25
Adding dssetup.idl from samba4.
Günther Deschner
1
-0
/
+101
2008-01-25
Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().
Günther Deschner
2
-106
/
+23
2008-01-24
Fix the same bug with user -> user_obj.
Jeremy Allison
1
-1
/
+7
2008-01-24
Fix a really subtle old, old bug :-). When canonicalizing the
Jeremy Allison
1
-3
/
+9
2008-01-24
Correctly set flags in ACE's inherited from parent. Still one bug
Jeremy Allison
1
-3
/
+35
2008-01-24
Fix missing error check that caused crash when winbindd not running.
Jeremy Allison
1
-0
/
+1
2008-01-25
Fix lookup_sids to detect unix_groups and unix_users domain sids.
Michael Adam
1
-0
/
+10
2008-01-25
Add a debug message: show the sid lookup_sid() was called for.
Michael Adam
1
-0
/
+2
2008-01-25
Add debug message: show which domain_child is being forked.
Michael Adam
1
-0
/
+7
2008-01-25
Add a debug message to lookup_rids() printing the domain SID.
Michael Adam
1
-0
/
+3
2008-01-25
Add a debug message winbindd_can_contact_domain()
Michael Adam
1
-0
/
+2
2008-01-25
Fix assignment to request->data.init_conn.is_primary in init_child_connection().
Michael Adam
1
-1
/
+1
2008-01-24
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
22
-192
/
+321
2008-01-24
Make explicit in debug we're ignoring flags from the parent SD.
Jeremy Allison
1
-6
/
+10
2008-01-25
Trying to avoid defining new SAMR acct creation flags when we already have th...
Günther Deschner
6
-50
/
+35
2008-01-25
Re-run make idl.
Günther Deschner
4
-76
/
+64
[next]