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
2013-01-07
spoolss: add stubs for new JobNamedProperty dcerpc calls.
Günther Deschner
1
-0
/
+37
2013-01-01
s4:drsuapi: try to behave more like windows for usn order (bug #9508)
Stefan Metzmacher
1
-11
/
+18
2013-01-01
s4:drsuapi: make use of LDB_TYPESAFE_QSORT() and pass getnc_state
Stefan Metzmacher
1
-10
/
+14
2013-01-01
s4:drsuapi: make sure we report the meta data from the cycle start (bug #9508)
Stefan Metzmacher
1
-9
/
+38
2013-01-01
s4:drsuapi: check the source_dsa_invocation_id (bug #9508)
Stefan Metzmacher
1
-0
/
+15
2013-01-01
s4:drsuapi: make sure we never return the same highwatermark twice in a repli...
Stefan Metzmacher
1
-0
/
+36
2013-01-01
s4:drsuapi: add drsuapi_DsReplicaHighWaterMark_cmp()
Stefan Metzmacher
1
-0
/
+20
2013-01-01
s4:drsuapi: always use the current uptodateness_vector
Stefan Metzmacher
1
-11
/
+9
2013-01-01
s4:drsuapi: avoid a ldb_dn_copy() and use talloc_move() instead
Stefan Metzmacher
1
-3
/
+3
2013-01-01
s4:drsuapi: remove unused 'highest_usn' from drsuapi_getncchanges_state
Stefan Metzmacher
1
-4
/
+0
2013-01-01
s4:drsuapi: move struct drsuapi_getncchanges_state to the top of getncchanges.c
Stefan Metzmacher
1
-17
/
+17
2013-01-01
s4:dsdb/drepl: update the source_dsa_obj/invocation_id in repsFrom
Stefan Metzmacher
1
-0
/
+4
2013-01-01
s4:dsdb/common: use 01.01.1970 as last_sync_success for our entry in the upto...
Stefan Metzmacher
1
-3
/
+4
2013-01-01
s4:dsdb/common: use LDB_SEQ_HIGHEST_SEQ for our entry in the uptodatevector
Stefan Metzmacher
1
-2
/
+2
2013-01-01
s4:dsdb/repl_meta_data: don't merge highwatermark and uptodatevector (bug #9508)
Stefan Metzmacher
1
-38
/
+1
2013-01-01
s4:dsdb/repl_meta_data: also update the last_sync_success in replUpToDateVector
Stefan Metzmacher
1
-5
/
+1
2013-01-01
s4:dsdb/repl_meta_data: store the last results and timestamps in the repsFrom
Stefan Metzmacher
1
-0
/
+3
2013-01-01
s4:dsdb/repl_meta_data: always treat the highwatermark as opaque (bug #9508)
Stefan Metzmacher
1
-1
/
+0
2013-01-01
s4:scripting/python: always treat the highwatermark as opaque (bug #9508)
Stefan Metzmacher
3
-3
/
+3
2013-01-01
Happy New Year 2013
Stefan Metzmacher
1
-1
/
+1
2012-12-21
s4-libcli: Use a do-while loop.
Andreas Schneider
1
-3
/
+3
2012-12-21
s4-dsdb: Make it clear that we want to fall trough here.
Andreas Schneider
1
-0
/
+1
2012-12-21
s4-librpc: Remove dead code in smb_send_request().
Andreas Schneider
1
-4
/
+0
2012-12-21
s4-libnet: Checkr return codes in samsync_ldb_handle_domain().
Andreas Schneider
1
-3
/
+15
2012-12-21
s4-regsitry: Check return value of ldb_msg_add_empty().
Andreas Schneider
1
-1
/
+7
2012-12-21
s4-lib: Use directory_create_or_exist() to create messaging dir.
Andreas Schneider
1
-1
/
+6
2012-12-21
s4-client: Check return codes in do_connect().
Andreas Schneider
1
-2
/
+18
2012-12-16
s4-rpc_server: use netlogon_creds_encrypt_samlogon().
Günther Deschner
1
-34
/
+3
2012-12-15
libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...
Günther Deschner
2
-6
/
+12
2012-12-13
s4-libnet: Fix setting the group handle and return codes.
Andreas Schneider
1
-4
/
+9
2012-12-12
s4-socket: Make sure unix socket addresses are null terminated.
Andreas Schneider
1
-5
/
+5
2012-12-12
torture: Make sure we use the correct size for cxd.
Andreas Schneider
1
-2
/
+3
2012-12-12
s4-libcli: Fix comparison of chosen_oid.
Andreas Schneider
1
-1
/
+1
2012-12-12
s4-client: Make sure we have a valid count if we goto cleanup.
Andreas Schneider
1
-1
/
+2
2012-12-12
s4-libnet: Don't call talloc_get_type() for the same struct twice.
Andreas Schneider
1
-2
/
+2
2012-12-12
s4-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp.
Günther Deschner
1
-1
/
+1
2012-12-12
s4-rpc_server: limit allowed transports for samr_ValidatePassword().
Günther Deschner
1
-0
/
+5
2012-12-12
s4-torture: move samr_ValidatePassword test out of main samr test.
Günther Deschner
2
-4
/
+18
2012-12-12
torture: Fix torture_rpc_spoolss_printer_teardown_common().
Andreas Schneider
1
-3
/
+1
2012-12-11
s4:torture:rpc:samr: fix password age calculation in test_ChangePasswordUser3()
Michael Adam
1
-2
/
+2
2012-12-11
s4:torture/samr: allow STATUS_PASSWORD_RESTRICTIONS from ChangePasswordUser
Michael Adam
1
-8
/
+16
2012-12-11
s4:rpc_server/samr: do WRONG_PASSWORD checks after the complexity checks
Michael Adam
1
-47
/
+65
2012-12-11
s4:dsdb/password_hash: do the min password age checks first
Michael Adam
1
-11
/
+13
2012-12-11
s4:dsdb/common: only pass the DSDB_CONTROL_PASSWORD_HASH_VALUES_OID if required
Stefan Metzmacher
1
-7
/
+11
2012-12-11
s4:torture:rpc:samr: add debugging of result of (many) dcerpc_samr_* calls
Michael Adam
1
-1
/
+106
2012-12-11
s4:dsdb/password_hash: Honor password complexity settings.
Stefan Metzmacher
1
-5
/
+0
2012-12-11
Revert "s4:dsdb/password_hash: Honor password complexity settings."
Stefan Metzmacher
1
-7
/
+1
2012-12-11
s4:provision: set the correct nTSecurityDescriptor on CN=Domain Controllers,....
Stefan Metzmacher
3
-0
/
+16
2012-12-11
s4:provision: set the correct nTSecurityDescriptor on CN=Users,... (bug #9481)
Stefan Metzmacher
3
-1
/
+19
2012-12-11
s4:provision: set the correct nTSecurityDescriptor on CN=Computers,... (bug #...
Stefan Metzmacher
3
-1
/
+20
[prev]
[next]