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
2011-11-30
s4:lib/socket: add socket_connect_multi_ex_*
Stefan Metzmacher
2
-10
/
+147
2011-11-30
s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS
Volker Lendecke
4
-2
/
+250
2011-11-30
Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...
Jeremy Allison
2
-0
/
+4
2011-11-30
s4-kdc: Add hdb plugin for samba4, to allow kadmin to work
Andrew Bartlett
6
-43
/
+104
2011-11-30
s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...
Michael Adam
1
-1
/
+1
2011-11-30
build: TDB_ERR_NESTING is used unconditionally
Andrew Bartlett
2
-15
/
+0
2011-11-29
Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...
Jeremy Allison
1
-2
/
+2
2011-11-29
s3:net registry check: adapt to new semantic of dbwrap_fetch with rbt
Gregor Beck
1
-6
/
+6
2011-11-29
s3:net registry check: adapt to new semantic of dbwrap_fetch
Gregor Beck
1
-10
/
+13
2011-11-29
s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.
Michael Adam
5
-55
/
+58
2011-11-29
s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()
Michael Adam
1
-14
/
+1
2011-11-29
s3:net registry check: handle missing version info
Gregor Beck
1
-0
/
+36
2011-11-29
s3:dbwrap_torture: code cleanup
Gregor Beck
1
-3
/
+3
2011-11-29
s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.c
Stefan Metzmacher
2
-124
/
+123
2011-11-29
s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx
Stefan Metzmacher
8
-6
/
+9
2011-11-29
s4:torture: use tctx->ev as event context for polling
Stefan Metzmacher
6
-22
/
+14
2011-11-29
smbXcli: add support for SMBreadBraw
Stefan Metzmacher
1
-7
/
+54
2011-11-29
smbXcli: add smb1cli_conn_server_{readbraw,writebraw,lockread,writeunlock}()
Stefan Metzmacher
2
-0
/
+24
2011-11-29
s4:gentest: get the tid from the smbcli_tree struct
Stefan Metzmacher
1
-2
/
+4
2011-11-29
s4:libcli/smb2: make sure only one idle event runs at a time
Stefan Metzmacher
2
-9
/
+17
2011-11-29
smb1cli_trans: add support for tevent_req_cancel()
Stefan Metzmacher
1
-0
/
+16
2011-11-29
smb1cli_trans: return the status from the server if possible
Stefan Metzmacher
1
-1
/
+16
2011-11-29
smbXcli: rebuild smb1.recv_iov array if we expect more than one response
Stefan Metzmacher
1
-0
/
+29
2011-11-29
smbXcli: allow up to 10 iovec elements for the bytes in smb1cli_req_create()
Stefan Metzmacher
1
-1
/
+1
2011-11-29
smbXcli: s/smb2cli_writev_done/smb2cli_req_writev_done
Stefan Metzmacher
1
-3
/
+3
2011-11-29
smbXcli: call tevent_queue_stop() for the outgoing queue on disconnect
Stefan Metzmacher
1
-0
/
+2
2011-11-29
smbXcli: use talloc_stackframe() instead of talloc_tos() in smb1cli_conn_signv()
Stefan Metzmacher
1
-2
/
+5
2011-11-29
libcli/smb: remove unused smb_signing_set_bsrspyl() prototype
Stefan Metzmacher
1
-1
/
+0
2011-11-29
s3-passdb: make pdb_password_change_time_max static.
Günther Deschner
1
-1
/
+1
2011-11-29
s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.
Günther Deschner
1
-0
/
+71
2011-11-29
s3: Remove some false/superfluous translations
Volker Lendecke
1
-5
/
+5
2011-11-29
selftest/Samba4: pass '--machinepass' to 'samba-tool domain join'
Stefan Metzmacher
1
-0
/
+4
2011-11-29
s4:python: add --machinepass option to 'samba-tool domain join'
Stefan Metzmacher
1
-5
/
+11
2011-11-29
s4:python/samba/join.py: add optional 'machinepass' parameter to join_*()
Stefan Metzmacher
1
-6
/
+12
2011-11-29
s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_join
Stefan Metzmacher
1
-2
/
+6
2011-11-29
s4:py_net: add optional 'machinepass' parameter to py_net_join_member()
Stefan Metzmacher
1
-3
/
+4
2011-11-29
s4:libnet: make it possible to join with a given machine password
Stefan Metzmacher
2
-4
/
+16
2011-11-29
s4:libnet/py_net: ZERO_STRUCT() struct libnet_Join_member in py_net_join_memb...
Stefan Metzmacher
1
-0
/
+2
2011-11-29
s4:torture/rpc: use talloc_zero() in torture_join_domain()
Stefan Metzmacher
1
-2
/
+2
2011-11-29
s4:libnet: use talloc_zero(struct libnet_JoinDomain) in libnet_Join_member()
Stefan Metzmacher
1
-2
/
+1
2011-11-29
s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab
Andrew Bartlett
6
-71
/
+174
2011-11-29
s4-provision: Fix the security ace for DnsAdmins group on DNS records
Amitay Isaacs
1
-12
/
+19
2011-11-29
s4-repl: Check if GC SPN exists before using it for replication
Amitay Isaacs
1
-3
/
+54
2011-11-29
s4-provision: Make BIND9_DLZ as the default backend for DNS
Amitay Isaacs
4
-6
/
+6
2011-11-29
dlz_bind9: Added access check to verify dynamic update
Amitay Isaacs
2
-17
/
+167
2011-11-29
dlz_bind9: Use the sam database in dns/ as default
Amitay Isaacs
2
-60
/
+14
2011-11-29
s4-provision: Create a samdb copy for access by dlz_bind9 module
Amitay Isaacs
4
-56
/
+158
2011-11-29
s4-provision: Extract security descriptors in separate file
Amitay Isaacs
2
-77
/
+111
2011-11-29
s4-test: Remove metadata and ldb.d directory on clean up
Amitay Isaacs
1
-0
/
+5
2011-11-29
s4-samdb: seqence_number() operation must be in a transaction
Amitay Isaacs
1
-0
/
+14
[next]