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-12-23
s4-kcc: Remove also deleted objects that are not in the Deleted Object container
Matthieu Patou
2
-2
/
+38
2011-12-23
s4-ldb: Add isRecycled when is defined in the schema
Matthieu Patou
1
-3
/
+9
2011-12-23
s4:rpc-dnsserver: Set the rank for the new DNS record correctly
Amitay Isaacs
1
-0
/
+8
2011-12-23
test:dnsserver: Add zone creation and deletion test
Amitay Isaacs
1
-0
/
+51
2011-12-23
samba-tool:dns: Fix a typo
Amitay Isaacs
1
-1
/
+1
2011-12-23
samba-tool:dns: Add zone create/delete commands
Amitay Isaacs
1
-0
/
+85
2011-12-23
ldif-handler: Fix the case for attribute dnsproperty
Amitay Isaacs
1
-1
/
+1
2011-12-23
s4:rpc-dnsserver: Add comments
Amitay Isaacs
1
-0
/
+7
2011-12-23
s4:rpc-dnsserver: Make sure that zone information is filled in
Amitay Isaacs
1
-0
/
+10
2011-12-23
s4:rpc-dnsserver: Implement zone management RPC operations
Amitay Isaacs
3
-2
/
+436
2011-12-23
s4:rpc-dnsserver: Add multiple DNS records in a single operation
Amitay Isaacs
1
-11
/
+16
2011-12-23
s4:rpc-dnsserver: Use handy macros for error checking
Amitay Isaacs
1
-11
/
+3
2011-12-23
s4:rpc-dnsserver: Implement DirectoryPartitionInfo RPC operation
Amitay Isaacs
3
-1
/
+151
2011-12-23
s4:rpc-dnsserver: Fix the enumeration of DNS records
Amitay Isaacs
1
-0
/
+10
2011-12-23
s4:rpc-dnsserver: Use cached zone information to get rootservers
Amitay Isaacs
1
-9
/
+6
2011-12-23
idl:dnsserver: Add DNS_DP_STATE enumeration for diretory partition state
Amitay Isaacs
1
-1
/
+8
2011-12-23
s4:rpc-dnsserver: Implement EnumDirectoryPartition operation
Amitay Isaacs
2
-1
/
+36
2011-12-23
s4:rpc-dnsserver: Cache DNS partition information
Amitay Isaacs
4
-89
/
+151
2011-12-23
s4:rpc-dnsserver: If a zone is reverse zone, set the fReverse flag
Amitay Isaacs
2
-3
/
+14
2011-12-23
s4:rpc-dnsserver: For PTR records, use dns_name_equal instead of strcmp to co...
Amitay Isaacs
1
-1
/
+1
2011-12-23
samba-tool:dns: Add support for reverse names (PTR records)
Amitay Isaacs
1
-5
/
+33
2011-12-23
s4-provision: Set dNSProperty attribute for dns zones
Amitay Isaacs
1
-2
/
+71
2011-12-22
s3-librpc Use gensec_sig_size() instead of a fixed NTLMSSP_SIG_SIZE
Andrew Bartlett
1
-2
/
+7
2011-12-22
s3-rpc_server: Rework pipe_ntlmssp_auth_bind() to be generic
Andrew Bartlett
3
-25
/
+63
2011-12-22
s3-rpc_server: Allow gensec mechanisms to return NT_STATUS_OK
Andrew Bartlett
1
-2
/
+2
2011-12-22
s3-rpc_server: rename pipe_ntlmssp_verify_final() to pipe_auth_generic_verify...
Andrew Bartlett
1
-3
/
+3
2011-12-22
s3-rpc_server: Rename dcesrv_ntlmssp.[ch] to dcesrv_auth_generic.[ch]
Andrew Bartlett
6
-5
/
+5
2011-12-22
s3-rpc_server rename NTLMSSP functions to auth_generic..()
Andrew Bartlett
4
-11
/
+11
2011-12-22
s3-rpc_server rename ntlmssp_server_auth_start() -> auth_generic_server_start()
Andrew Bartlett
4
-5
/
+9
2011-12-22
s3-rpc_server remove unused header
Andrew Bartlett
1
-1
/
+0
2011-12-22
s3-auth split the auth_generic functions into a seperate file
Andrew Bartlett
5
-159
/
+194
2011-12-22
s3-rpc_server request both sign and seal for clarity
Andrew Bartlett
1
-1
/
+1
2011-12-22
s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
Andrew Bartlett
5
-14
/
+9
2011-12-22
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
7
-13
/
+13
2011-12-22
s3-auth rename auth_ntlmssp_state -> auth_generic_state
Andrew Bartlett
14
-35
/
+35
2011-12-22
s3-rpc_server request the DCE_STYLE feature in ntlmssp_server_auth_start
Andrew Bartlett
1
-0
/
+4
2011-12-22
s3-netlogon: use dsgetdcname() instead of get_dc_name()
Sumit Bose
1
-2
/
+7
2011-12-22
s3-netlogon: Add support to authenticate trusted domains.
Sumit Bose
1
-0
/
+13
2011-12-22
s4-torture: Test rpc schannel netr_LogonGetCapability.
Stefan Metzmacher
2
-0
/
+62
2011-12-22
s3-rpc_server: Pass in our flags to netlogon_creds_server_init().
Stefan Metzmacher
1
-1
/
+1
2011-12-22
s3-netlogon: Add support for LogonGetCapabilities.
Stefan Metzmacher
1
-1
/
+21
2011-12-22
s4-librpc: Fix netlogon schannel client connect.
Andreas Schneider
1
-0
/
+2
2011-12-22
s3:torture/test_smb2: also try PROTOCOL_SMB2_24
Stefan Metzmacher
1
-6
/
+9
2011-12-22
lib/param: add support for "SMB2_24" in smb.conf options
Stefan Metzmacher
1
-0
/
+1
2011-12-22
s3:smb2_negprot: add support for PROTOCOL_SMB2_24
Stefan Metzmacher
1
-0
/
+15
2011-12-22
libcli/smb: add PROTOCOL_SMB2_24 support
Stefan Metzmacher
2
-1
/
+3
2011-12-22
libcli/smb: add SMB2_DIALECT_REVISION_224
Stefan Metzmacher
1
-0
/
+1
2011-12-22
s3-auth Restore shortcut for guest security token
Andrew Bartlett
1
-11
/
+11
2011-12-22
runcmd: use set_close_on_exec()
Andrew Tridgell
1
-0
/
+8
2011-12-22
runcmd: use a pipe for stdin to child processes
Andrew Tridgell
1
-7
/
+46
[next]