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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-28
s4-kdc Ensure that an RODC may act as a server (needed to fill
Andrew Bartlett
1
-5
/
+24
2010-09-28
heimdal Use a seperate krb5_auth_context for the delegated credentials
Andrew Bartlett
3
-1
/
+35
2010-09-28
s4-drs: added support for DRSUAPI_EXOP_REPL_OBJ
Andrew Tridgell
1
-1
/
+32
2010-09-28
ldb-tdb: ignore failure to register control on rootdse
Andrew Tridgell
1
-4
/
+1
2010-09-28
s4-drs: use drs_ObjectIdentifier_*() calls in getncchanges
Andrew Tridgell
1
-14
/
+16
2010-09-28
s4-drs: moved the drs_ObjectIdentifier handling to dsdb_dn.c
Andrew Tridgell
2
-44
/
+42
2010-09-28
waf: we don't need the preprocessor recursion limit any more
Andrew Tridgell
1
-3
/
+0
2010-09-28
s4-drs: Added check for drs-manage-topology to updateRefs.
Nadezhda Ivanova
1
-7
/
+9
2010-09-28
s4-drs: Added drs_security_access_check function
Nadezhda Ivanova
2
-0
/
+64
2010-09-28
s4-dsdb: adapted check_access_on_dn for use in drs.
Nadezhda Ivanova
1
-9
/
+10
2010-09-29
heimdal Fix DNS name qualification to not mangle IP addresses
Andrew Bartlett
1
-5
/
+23
2010-09-29
s4-kdc Handle the case where we may be given a ticket from an RODC in db layer
Andrew Bartlett
6
-37
/
+83
2010-09-29
heimdal Add an error code for use in the RODC
Andrew Bartlett
1
-0
/
+1
2010-09-29
heimdal Add support for extracting a particular KVNO from the database
Andrew Bartlett
7
-19
/
+54
2010-09-29
s4-kdc Add common setup, handle RODC setup case
Andrew Bartlett
5
-73
/
+156
2010-09-29
s4-dsdb Add ldb_reset_err_string() when we set error codes.
Andrew Bartlett
2
-0
/
+4
2010-09-29
s4-dsdb Make samdb_reference_dn() use dsdb_search() and DSDB_SEARCH_ONE_ONLY
Andrew Bartlett
1
-7
/
+8
2010-09-29
s4-kdc Add function to determine if a hdb entry is a RODC
Andrew Bartlett
2
-0
/
+18
2010-09-29
s4-kdc Use msDS-SecondaryKrbTgtNumber to fill in the full KVNO
Andrew Bartlett
2
-1
/
+19
2010-09-29
s4-dsdb Fix segfault in error case in rootdse module
Andrew Bartlett
1
-1
/
+4
2010-09-28
ldb: Fix path to alternative buildtools.
Jelmer Vernooij
1
-1
/
+1
2010-09-28
samba4: Don't update Makefile/configure from autogen.sh.
Jelmer Vernooij
2
-2
/
+12
2010-09-28
ldb/tevent: Fix detection of waf paths.
Jelmer Vernooij
2
-2
/
+11
2010-09-28
ldb: Update autogen-waf.sh to no longer overwrite existing files.
Jelmer Vernooij
2
-2
/
+12
2010-09-28
ldb: Remove samba-specific targets from Makefile.
Jelmer Vernooij
1
-8
/
+0
2010-09-28
ldb: Bump version because of addition of ldb_req_location.
Jelmer Vernooij
1
-1
/
+1
2010-09-28
s4-selftest: added a --fail-immediately option to s4 test
Andrew Tridgell
1
-0
/
+7
2010-09-28
s4-provision: fixed the authority response for our SOA record
Andrew Tridgell
1
-1
/
+1
2010-09-27
s4-dns: implemented RODC DNS update in dns update task
Andrew Tridgell
1
-0
/
+199
2010-09-27
s4-netlogon: added RODC DNS update call fwded to dnsupdate task
Andrew Tridgell
2
-4
/
+100
2010-09-27
s4-dns: added --update-list option to samba_dnsupdate
Andrew Tridgell
1
-8
/
+14
2010-09-27
s4-kdc: added ifdef guards in kdc.h
Andrew Tridgell
1
-0
/
+5
2010-09-27
s4-ldb: removed an unused variable
Andrew Tridgell
1
-1
/
+0
2010-09-27
s4-kcc: fixed a incorrect context to kcctpl_get_all_bridgehead_dcs
Andrew Tridgell
1
-1
/
+1
2010-09-27
s4-dsdb: added samdb_find_site_for_computer() and samdb_find_ntdsguid_for_com...
Andrew Tridgell
1
-0
/
+57
2010-09-27
s4-auth: removed unused variable dom_sid
Andrew Tridgell
1
-1
/
+1
2010-09-28
s4:gensec_tstream: remove plain socket handling
Stefan Metzmacher
1
-124
/
+12
2010-09-28
s4:lib/tls: add gnutls backend for tstream
Stefan Metzmacher
3
-3
/
+1298
2010-09-28
s4:gensec: add gensec_create_tstream()
Stefan Metzmacher
3
-1
/
+764
2010-09-28
s4:wrepl_server: use SOCKET_FLAG_NOCLOSE instead of a dup()
Stefan Metzmacher
1
-18
/
+3
2010-09-28
s4:rpc_server: use SOCKET_FLAG_NOCLOSE to avoid calling close() on the socket...
Stefan Metzmacher
1
-0
/
+1
2010-09-28
s4-ildap: two more places that need talloc_reparent()
Andrew Tridgell
2
-2
/
+2
2010-09-27
s4-kcc: don't print "Testing kcctpl_create_intersite_connections"
Andrew Tridgell
1
-1
/
+1
2010-09-27
s4-drs: make getncchanges debug less verbose
Andrew Tridgell
1
-1
/
+1
2010-09-27
s4-dns: avoid search domains expansion in DNS resolver
Andrew Tridgell
1
-0
/
+8
2010-09-27
heimdal: avoid DNS search domain expansion
Andrew Tridgell
1
-1
/
+16
2010-09-28
s4-smbtorture: rework spoolss_EnumPrintProcDataTypes test.
Günther Deschner
1
-34
/
+79
2010-09-28
s4-smbtorture: rework test_EnumPrintProcessors to let it test more combinations.
Günther Deschner
1
-33
/
+15
2010-09-27
s4-ildap: fixed a talloc_steal with references error
Andrew Tridgell
1
-1
/
+1
2010-09-27
s4-ldb: Added ldb_request_replace_control
Nadezhda Ivanova
3
-1
/
+35
[prev]
[next]