index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftest: Add a bash env file you can source.
Andreas Schneider
2014-04-17
1
-0
/
+11
*
s3: use smb_xmemdup instead of smb_memdup and smb_panic
Björn Baumbach
2014-04-16
1
-5
/
+2
*
lib-util: rename memdup to smb_memdup and fix all callers
Björn Baumbach
2014-04-16
11
-15
/
+15
*
s3:smbd: always allow SMB1 signing, but only announce it if configured.
Stefan Metzmacher
2014-04-16
2
-5
/
+8
*
libcli/smb: add smb_signing_is_desired()
Stefan Metzmacher
2014-04-16
2
-0
/
+6
*
auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.c
Andrew Bartlett
2014-04-15
3
-870
/
+0
*
auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.c
Andrew Bartlett
2014-04-15
2
-40
/
+0
*
auth: Remove linux_bigcrypt support from pass_check.c
Andrew Bartlett
2014-04-15
2
-40
/
+0
*
auth: Remove support for plaintext auth on systems that use getprpwnam()
Andrew Bartlett
2014-04-15
2
-19
/
+0
*
auth: Remove plaintext OSF1 password support
Andrew Bartlett
2014-04-15
4
-73
/
+0
*
auth: Remove afs_auth() from pass_check.c and s4's auth_unix
Andrew Bartlett
2014-04-15
2
-39
/
+0
*
auth: Remove dfs_auth() from pass_check.c and s4's auth_unix
Andrew Bartlett
2014-04-15
2
-319
/
+0
*
auth: Remove unused PASSWORD_LENTH macro from pass_check.c
Andrew Bartlett
2014-04-15
1
-6
/
+0
*
auth: Remove static variable ths_user from password_check() code
Andrew Bartlett
2014-04-15
1
-36
/
+9
*
Do not install smbclient4 and nmblookup4
Jeroen Dekkers
2014-04-15
2
-2
/
+4
*
ctdb-eventscripts: CTDB_NATGW_PUBLIC_* optional on slave-only nodes
Martin Schwenke
2014-04-14
9
-17
/
+142
*
ctdb-tools-ctdb: Drop disconnected nodes when filtering by capability
Martin Schwenke
2014-04-14
3
-3
/
+56
*
ctdb-tests: Add a simple test for "ctdb detach"
Amitay Isaacs
2014-04-14
1
-0
/
+85
*
ctdb-doc: Remove commands that have been deleted
Amitay Isaacs
2014-04-14
1
-64
/
+0
*
ctdb-doc: Add "ctdb detach" and update "ctdb attach"
Amitay Isaacs
2014-04-14
1
-5
/
+34
*
ctdb-tools/ctdb: Add ctdb detach command to detach databases
Amitay Isaacs
2014-04-14
1
-0
/
+40
*
ctdb-client: Add client code to detach a database
Amitay Isaacs
2014-04-14
2
-0
/
+20
*
ctdb-daemon: Add control CTDB_CONTROL_DB_DETACH
Amitay Isaacs
2014-04-14
4
-0
/
+91
*
Typo: s/preceeded/preceded/
Jelmer Vernooij
2014-04-14
2
-4
/
+4
*
Typo: Commiting -> Committing
Jelmer Vernooij
2014-04-14
2
-4
/
+4
*
Typo: speciefied -> specified.
Jelmer Vernooij
2014-04-13
1
-1
/
+1
*
Typo: s/prefered/preferred/
Jelmer Vernooij
2014-04-13
2
-2
/
+2
*
Typo: sucessfully -> successfully
Jelmer Vernooij
2014-04-13
2
-3
/
+3
*
Typo: Specifing -> specifying.
Jelmer Vernooij
2014-04-13
1
-1
/
+1
*
s3:smb2_server: remove unused get_min_receive_file_size() wrapper function
Stefan Metzmacher
2014-04-11
1
-13
/
+2
*
s3:smb2_server: only allocate the required buffer in the smb2 recvfile() code...
Stefan Metzmacher
2014-04-11
2
-19
/
+30
*
s3:smb2_server: prepare smbd_smb2_request_verify_sizes() for the optimized re...
Stefan Metzmacher
2014-04-11
1
-0
/
+9
*
s3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0 for the recvfile case.
Stefan Metzmacher
2014-04-11
1
-2
/
+18
*
s3:smb2_server: make sure we don't try recvfile for special NBT messages
Stefan Metzmacher
2014-04-11
1
-0
/
+3
*
s3:smb2_server: use the same logic to avoid recvfile() for IPC/PRINT shares
Stefan Metzmacher
2014-04-11
1
-0
/
+41
*
s3:smbd: use smb1srv_open_lookup() in is_valid_writeX_buffer()
Stefan Metzmacher
2014-04-11
1
-9
/
+20
*
s3:smbXsrv_open: allow now==0 to skip the idle_time update.
Stefan Metzmacher
2014-04-11
1
-1
/
+3
*
s3:lib: use stack buffers in drain_socket() and default_sys_recvfile()
Stefan Metzmacher
2014-04-11
1
-16
/
+2
*
libs: s3 and s4: make our dns lookup code signal-safe.
Jeremy Allison
2014-04-10
1
-5
/
+24
*
s3: smbd: Performance optimization for RECVFILE.
Jeremy Allison
2014-04-10
1
-13
/
+43
*
s4-wbclient: Fix wbc_sids_to_xids to correctly indicate the length of the SID...
Andrew Bartlett
2014-04-09
1
-1
/
+1
*
tdb: consolidate tdb allocation code - re-use dead records at hash top.
Michael Adam
2014-04-09
2
-43
/
+13
*
torture: add local verification trailer parsing test
David Disseldorp
2014-04-09
3
-1
/
+104
*
s3-lib/util: fix logic inside set_namearray loops.
Jeremy Allison
2014-04-09
1
-10
/
+16
*
s3-lib/util: fix read across end of namelist string
Björn Baumbach
2014-04-08
1
-2
/
+5
*
wafsamba: replace dots in library names
Ralph Boehme
2014-04-08
1
-1
/
+1
*
s4-wbclient: Cope with winbind returning an error
Andrew Bartlett
2014-04-08
1
-0
/
+4
*
ctdb-daemon: Always update database priority cluster wide
Amitay Isaacs
2014-04-07
4
-17
/
+17
*
s3: smbd/nmbd/winbindd - fix append on trailing slash on system paths.
Jeremy Allison
2014-04-05
1
-1
/
+1
*
s3: enforce a positive allocation_file_size for non-empty files
Björn Baumbach
2014-04-05
1
-0
/
+12
[next]