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
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-09
s3:vfs_prealloc: fix build on SLES8
Björn Jacke
1
-0
/
+1
2011-08-09
s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit
Stefan Metzmacher
4
-14
/
+14
2011-08-09
s3:torture/*: use CLI_BUFFER_SIZE instead of cli->max_xmit
Stefan Metzmacher
2
-3
/
+3
2011-08-09
s3-rpc_server: Fix sending of packets over named pipe proxy.
Andreas Schneider
1
-22
/
+27
2011-08-09
s3-smbd: Pass tevent context to smbd_server_connection_loop_once().
Andreas Schneider
3
-16
/
+17
2011-08-09
s3-rpc_server: Free the children of p->mem_ctx.
Andreas Schneider
1
-1
/
+5
2011-08-09
s3:lib/events: Fix a bug in run_poll_events().
Stefan Metzmacher
1
-0
/
+4
2011-08-08
s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local".
Michael Adam
1
-1
/
+1
2011-08-08
s3-net: Fixed a small typo in net conf function table
Vicentiu Ciorbaru
1
-1
/
+1
2011-08-08
s3-net: Fixed typo in net conf
Vicentiu Ciorbaru
1
-1
/
+1
2011-08-08
s3:smbconf let drop leave the smbconf key in place to match a virgin registry...
Gregor Beck
1
-1
/
+1
2011-08-08
s3:registry avoid updating keys which are going to be deleted in
Gregor Beck
6
-30
/
+47
2011-08-08
build: rename rpcommon to dcerpc-binding an make a public library
Andrew Bartlett
1
-2
/
+2
2011-08-08
build: provide tevent-util as a public library
Andrew Bartlett
1
-2
/
+2
2011-08-08
s3-waf: Fix build on FreeBSD when sunacl.h is found
Andrew Bartlett
1
-1
/
+1
2011-08-07
s3:smb2_server: make sure we grant credits on async read/write operations (bu...
Stefan Metzmacher
1
-6
/
+15
2011-08-06
s3:web/swat: use strtoll() instead of atoi/atol/atoll
Stefan Metzmacher
1
-6
/
+19
2011-08-05
s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requests
Stefan Metzmacher
1
-0
/
+6
2011-08-05
s3: Make srv_enc_ctx static
Volker Lendecke
2
-2
/
+1
2011-08-05
s3: Fix a debug message
Volker Lendecke
1
-1
/
+1
2011-08-05
s3: Fix some nonempty blank lines
Volker Lendecke
2
-6
/
+6
2011-08-05
s3: Fix "ISO C90 forbids mixed declarations and code"
Volker Lendecke
1
-7
/
+7
2011-08-05
s3: Fix some nonempty blank lines
Volker Lendecke
1
-25
/
+25
2011-08-05
s3: make linking of pthreadpooltest work on more platforms
Björn Jacke
1
-1
/
+1
2011-08-05
s3/ldap: delay the ldap search alarm termination a bit
Björn Jacke
1
-2
/
+13
2011-08-04
s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().
Günther Deschner
1
-1
/
+1
2011-08-04
s3/swat: use strlcat instead of strncat to fix build on old Linux distros
Björn Jacke
1
-1
/
+1
2011-08-04
s3-ntlmssp void function cannot return value
Andrew Bartlett
1
-3
/
+3
2011-08-03
s3: Fix some nonempty blank lines
Volker Lendecke
1
-19
/
+18
2011-08-03
s3-printing: fix some build warnings in queue_process.c
Günther Deschner
1
-1
/
+2
2011-08-03
ntlmssp: Add ntlmssp_blob_matches_magic()
Andrew Bartlett
2
-2
/
+2
2011-08-03
s3-ntlmssp Remove rudundent comment
Andrew Bartlett
1
-1
/
+0
2011-08-03
s3-ntlmssp Remove a level of nesting in if/else statement
Andrew Bartlett
1
-3
/
+2
2011-08-03
selftest: test plugin_s4_dc against all ncacn_np tests
Andrew Bartlett
6
-1
/
+45
2011-08-03
s3-ntlmssp clarify session key behaviour after create_local_token() changes
Andrew Bartlett
1
-2
/
+1
2011-08-03
s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree instead
Andrew Bartlett
1
-16
/
+5
2011-08-03
s3-auth directly return the result of make_server_info_guest()
Andrew Bartlett
1
-2
/
+2
2011-08-03
s3-auth rename auth_ntlmssp_steal_session_info()
Andrew Bartlett
5
-14
/
+14
2011-08-03
s3-smbd Be consistent with %U subs on guest logins
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup
Andrew Bartlett
4
-30
/
+80
2011-08-03
s3-auth Add function to start any GENSEC mech by OID
Andrew Bartlett
2
-5
/
+22
2011-08-03
s3-smbd clarify behaviour by not passing an OID that will not be used
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-smbd Ensure we do not read past the end of a possible NTLMSSP blob
Andrew Bartlett
2
-2
/
+2
2011-08-03
s3-auth clarify the role of these session keys
Andrew Bartlett
1
-8
/
+6
2011-08-03
s3-auth remove sanitized_username from auth_serversupplied_info
Andrew Bartlett
5
-41
/
+1
2011-08-03
s3-auth set session_info->sanitized_username in create_local_token()
Andrew Bartlett
11
-60
/
+23
2011-08-03
s3-ntlmssp Split auth_ntlmssp_start into two functions
Andrew Bartlett
6
-25
/
+93
2011-08-03
s3-ntlmssp Split calls to gensec plugin into prepare and start
Andrew Bartlett
4
-21
/
+23
2011-08-03
s3-ntlmssp Remove auth_ntlmssp_and_flags()
Andrew Bartlett
5
-20
/
+0
2011-08-03
s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hash
Andrew Bartlett
6
-74
/
+26
[next]