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
2010-04-22
s4-torture: fixed a initialiser
Andrew Tridgell
1
-1
/
+1
2010-04-22
s4-libnet: fixed two compiler warnings
Andrew Tridgell
1
-3
/
+2
2010-04-22
s4-drs: removed dsdb_validate_client_flags()
Andrew Tridgell
2
-37
/
+0
2010-04-22
s4-drs: only allow replication with the right invocationId
Andrew Tridgell
1
-1
/
+20
2010-04-22
s4-dsdb: removed an unused variable
Andrew Tridgell
1
-1
/
+0
2010-04-22
s4-dsdb: added dsdb_validate_invocation_id()
Andrew Tridgell
1
-0
/
+87
2010-04-22
s4-dsdb: added dsdb_get_extended_dn_sid()
Andrew Tridgell
2
-12
/
+34
2010-04-22
build: we don't need this makefile magic any more
Andrew Tridgell
1
-2
/
+2
2010-04-22
s4-dsdb: moved rodc schema validation to samldb.c
Andrew Tridgell
2
-33
/
+37
2010-04-22
s4-drs: Use new samdb_rodc() function in s4 code
Fernando J V da Silva
2
-2
/
+4
2010-04-22
s4-drs: Do not send RODC filtered attributes to RODCs on GetNCChanges reply
Fernando J V da Silva
1
-0
/
+14
2010-04-22
s40-drs: Do not send GetNCChanges messages to RODCs
Fernando J V da Silva
1
-0
/
+11
2010-04-22
s4-drs: dsdb_validate_client_flags() function
Fernando J V da Silva
1
-0
/
+28
2010-04-22
s4-drs: samdb_is_rodc() function and new samdb_rodc() function
Fernando J V da Silva
6
-39
/
+80
2010-04-22
s4-drs: Do not allow system-critical attributes to be RODC filtered
Fernando J V da Silva
2
-0
/
+36
2010-04-22
s4:provision Make OpenLDAP backend more robust
Andrew Bartlett
1
-1
/
+11
2010-04-22
s4:ldap-backend Fix LSA test failures with OpenLDAP backend - convert SIDs
Andrew Bartlett
1
-0
/
+24
2010-04-22
s4:provison Pass nosync in for the OpenLDAP cn=config too
Andrew Bartlett
1
-0
/
+1
2010-04-22
s4:selftest Ensure we don't fsync() all day in the LDAP backend test
Andrew Bartlett
1
-0
/
+1
2010-04-22
s4:OpenLDAP-backend Use the new rdnval module in OpenLDAP
Andrew Bartlett
4
-5
/
+15
2010-04-22
s4:dsdb Revert accidentilly commited change for LDAP backends
Andrew Bartlett
1
-1
/
+1
2010-04-22
s4:provision Use more reasonable values for DB_CONFIG
Andrew Bartlett
1
-5
/
+13
2010-04-22
build: added --enable-auto-reconfigure
Andrew Tridgell
1
-1
/
+13
2010-04-21
s4:netlogon RPC server - fix a counter variable type
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-04-21
build: recalculate project deps when NONSHARED_BINARIES changes
Andrew Tridgell
1
-0
/
+10
2010-04-21
build: added --nonshared-binary=LIST option
Andrew Tridgell
3
-0
/
+25
2010-04-21
s4-waf: python devel headers are mandatory for the source4 build
Andrew Tridgell
1
-1
/
+1
2010-04-21
build: make python development headers not mandatory in standalone libs
Andrew Tridgell
2
-1
/
+1
2010-04-21
waftest: updated the cross compilation environment I test with
Andrew Tridgell
1
-1
/
+1
2010-04-21
s4-server: show build host in samba -b output
Andrew Tridgell
1
-0
/
+5
2010-04-21
build: fixed uname output to be on target machine when cross compiling
Andrew Tridgell
4
-15
/
+51
2010-04-21
s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3
Andrew Tridgell
2
-2
/
+1
2010-04-21
s4-drs: accept zero revision in drs selftest
Andrew Tridgell
1
-0
/
+5
2010-04-21
s4-provision: cope with --realm being in getopt.py
Andrew Tridgell
1
-1
/
+2
2010-04-21
s4-waf: create the smbd.tmp/messaging directory
Andrew Tridgell
1
-1
/
+1
2010-04-21
s4-python: added --realm option to python scripts
Andrew Tridgell
1
-1
/
+7
2010-04-21
s4-provision: set "setup_dir" to the right path
Andrew Tridgell
1
-2
/
+8
2010-04-21
s4-schema: allow revision numbers of zero
Andrew Tridgell
1
-6
/
+3
2010-04-21
s4-python: accept --option arguments in python cmdline parsing
Andrew Tridgell
1
-10
/
+17
2010-04-21
s4-devel: allow extra net command line options and gdb
Andrew Tridgell
1
-1
/
+1
2010-04-21
s4-pynet: accept None for target_dir in vampire
Andrew Tridgell
1
-1
/
+1
2010-04-20
Fix i18n of net conf import error message.
Jim McDonough
1
-3
/
+4
2010-04-20
Display an error on net conf import failures.
Jim McDonough
1
-0
/
+3
2010-04-20
s4-smbtorture: add spoolss DriverInfo and winreg consistency test.
Günther Deschner
1
-7
/
+238
2010-04-20
s4-smbtorture: add function to get a printserver's environment.
Günther Deschner
1
-0
/
+22
2010-04-20
s4-smbtorture: simplify macros used in PrinterInfo winreg consistency teste.
Günther Deschner
1
-22
/
+22
2010-04-20
s4-smbtorture: refactor test_GetPrinterDriver2().
Günther Deschner
1
-36
/
+64
2010-04-20
s4:dynconfig: fix the autoconf build and pass -DPYTHONDIR=\"$(pythondir)\"
Stefan Metzmacher
1
-2
/
+2
2010-04-20
s4:rpc_server/netlogon: add no memory checks
Stefan Metzmacher
1
-1
/
+2
2010-04-20
s4-netlogon: fixed dc_unc and dc_address_type
Andrew Tridgell
1
-1
/
+3
[prev]
[next]