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-09-19
pyldb: fixed places where we try to concatenate a Dn with a string
Andrew Tridgell
4
-22
/
+22
2011-09-19
s4-provision: use get_config_basedn() in DNS setup
Andrew Tridgell
1
-1
/
+1
2011-09-19
samba-tool: use get_config_basedn() to get configuration NC DN
Andrew Tridgell
2
-9
/
+7
2011-09-19
s4-kdc: default kvno for inter-domain trusts to zero
Andrew Tridgell
1
-1
/
+9
2011-09-19
s4-dsdb: use get_config_basedn() in python tests
Andrew Tridgell
4
-18
/
+18
2011-09-19
s4-drs: cope with REPL_OBJ getncchanges call for new object
Andrew Tridgell
1
-5
/
+10
2011-09-19
s4-provision Add initial support for joining as a new subdomain
Andrew Bartlett
2
-133
/
+154
2011-09-19
Fix a typo. This is not an electromagnet pulse daemon I guess :-)
Volker Lendecke
1
-1
/
+1
2011-09-18
s3: Add some const to create_local_private_krb5_conf_for_domain
Volker Lendecke
2
-2
/
+2
2011-09-18
s3: Add some const to print_kdc_line
Volker Lendecke
1
-1
/
+1
2011-09-18
s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/
Stefan Metzmacher
3
-18
/
+18
2011-09-18
s3: Fix a c++ warning
Volker Lendecke
1
-1
/
+2
2011-09-18
s3: Fix "ISO C90 forbids mixed declarations and code"
Volker Lendecke
1
-3
/
+3
2011-09-18
swrap: Fix a c++ warning
Volker Lendecke
1
-1
/
+2
2011-09-18
s3: Fix two c++ warnings
Volker Lendecke
1
-2
/
+2
2011-09-18
pyldb: Drop unnecessary dependency on pytalloc-util.
Jelmer Vernooij
2
-2
/
+1
2011-09-18
s3:smb2cli: pass timeout to smb2cli_req_create/send()
Stefan Metzmacher
11
-0
/
+25
2011-09-18
s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...
Stefan Metzmacher
11
-17
/
+153
2011-09-18
s3:smb2cli: only use tevent_req_defer_callback() if we have more than one smb...
Stefan Metzmacher
1
-1
/
+12
2011-09-18
s3:smb2cli: ignore async interim responses and store the async_id
Stefan Metzmacher
1
-0
/
+12
2011-09-18
s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flag
Stefan Metzmacher
1
-0
/
+8
2011-09-18
s3:smb2cli: validate the opcode from the server is as expected
Stefan Metzmacher
1
-3
/
+14
2011-09-18
s3:smb2cli: initialize status if we got an unexpected response
Stefan Metzmacher
1
-0
/
+1
2011-09-18
s3:libsmb: return INTERNAL_ERROR if the request is in bad state when the call...
Stefan Metzmacher
1
-0
/
+8
2011-09-18
s3:libsmb: return if tevent_req_set_endtime() fails
Stefan Metzmacher
1
-2
/
+4
2011-09-18
s3:SMB2-BASIC: test smb2cli_flush()
Stefan Metzmacher
1
-0
/
+6
2011-09-18
s3:smb2cli: SMB2_FLUSH responses have a body size of 4
Stefan Metzmacher
1
-1
/
+1
2011-09-18
s3: Trim a debug to 80 chars
Volker Lendecke
1
-6
/
+11
2011-09-17
s3: Fix a cut&paste error
Volker Lendecke
1
-1
/
+1
2011-09-17
s4:selftest: skip flakey samba4.drs.repl_schema.python for now
Stefan Metzmacher
1
-0
/
+1
2011-09-17
s3: Fix bug 8455 -- Samba PDC is looking up only primary user group
Volker Lendecke
1
-7
/
+7
2011-09-16
libcli/smb: add SMB2_DIALECT_REVISION_222
Stefan Metzmacher
1
-0
/
+1
2011-09-16
libcli/smb: add PROTOCOL_SMB2_22
Stefan Metzmacher
1
-1
/
+2
2011-09-16
s3:libsmb: forward declaration for struct smb_trans_enc_state
Stefan Metzmacher
1
-0
/
+2
2011-09-16
s3-waf: finally make SO_PEERCRED configure check work with stricter CFLAGS.
Günther Deschner
1
-3
/
+2
2011-09-16
s3: Trim lines in nfs4_acls.c
Volker Lendecke
1
-41
/
+75
2011-09-16
s3: Fix some nonempty blank lines
Volker Lendecke
1
-17
/
+17
2011-09-16
s3: Make sharesec optionally use sddl
Volker Lendecke
1
-1
/
+76
2011-09-16
s4:upgrade_from_s3 - old s3 versions < 3.4.x don't have a "state directory" p...
Matthias Dieter Wallnöfer
1
-1
/
+5
2011-09-15
talloc: change version to 2.0.7
Stefan Metzmacher
3
-1
/
+69
2011-09-15
s3-waf: fix SO_PEERCRED configure check.
Günther Deschner
1
-1
/
+1
2011-09-15
rpc_server: Improve debug message for sys_getpeereid().
Andreas Schneider
1
-1
/
+2
2011-09-15
s3:libsmb: remove unused cli_*encryption* functions
Stefan Metzmacher
2
-48
/
+0
2011-09-15
s3:libsmb: s/cli_encryption_on/cli_state_encryption_on()
Stefan Metzmacher
2
-4
/
+4
2011-09-15
waf: restore libsmbclient handling.
Günther Deschner
4
-10
/
+9
2011-09-15
s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...
Stefan Metzmacher
3
-12
/
+18
2011-09-15
s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...
Stefan Metzmacher
3
-22
/
+81
2011-09-15
s3:auth_server: make use of cli_state_server_challenge()
Stefan Metzmacher
1
-7
/
+5
2011-09-15
s3:libsmb: make use of cli_state_server_gss_blob()
Stefan Metzmacher
1
-5
/
+9
2011-09-15
s3:libsmb: make use of cli_state_server_challenge()
Stefan Metzmacher
1
-11
/
+8
[next]