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
2012-06-29
ccan: we're subsystems, not a library.
Rusty Russell
5
-27
/
+41
2012-06-29
Move back to using per-thread credentials on Linux. Fixes the glibc native AI...
Jeremy Allison
7
-24
/
+85
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
18
-112
/
+362
2012-06-28
Add missing setresgid() wrapper.
Jeremy Allison
1
-0
/
+1
2012-06-29
docs-xml: document "server max protocol" "SMB2" selects PROTOCOL_SMB2_10
Stefan Metzmacher
1
-1
/
+1
2012-06-29
s3:param: change "server max protocol" to "SMB2" (SMB2_10)
Stefan Metzmacher
1
-1
/
+1
2012-06-29
lib/param: let "SMB2" select PROTOCOL_SMB2_10
Stefan Metzmacher
1
-1
/
+1
2012-06-29
s3:smb2_server: make the logic in smbd_smb2_request_verify_creditcharge() sim...
Stefan Metzmacher
1
-11
/
+23
2012-06-29
s3:smb2_server: simplify smbd_smb2_request_verify_creditcharge() a bit.
Stefan Metzmacher
1
-6
/
+1
2012-06-29
s3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everything but port 139
Stefan Metzmacher
1
-5
/
+8
2012-06-29
s3:smb2_server: grant extra credits for multi-credit requests
Stefan Metzmacher
1
-2
/
+10
2012-06-29
s3:smb2_server: implement credit granting similar to windows
Stefan Metzmacher
2
-19
/
+53
2012-06-29
s3:smb2_server: make sure sequence numbers don't wrap at UINT64_MAX
Stefan Metzmacher
1
-2
/
+17
2012-06-29
s3:smb2_server: make sure we don't grant more credits than we allow
Stefan Metzmacher
2
-35
/
+92
2012-06-29
s3:smb2_server: check the credit_charge against the already granted credits
Stefan Metzmacher
1
-7
/
+12
2012-06-29
s3:smb2_server: split out a smb2_validate_sequence_number() function
Stefan Metzmacher
1
-40
/
+77
2012-06-29
s3:smb2_server: clear sequence window if we got the lowest sequence id
Stefan Metzmacher
1
-2
/
+2
2012-06-29
s3:smb2_server: fix calculation of the next bitmap_offset
Stefan Metzmacher
1
-1
/
+1
2012-06-29
s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FA...
Stefan Metzmacher
2
-8
/
+4
2012-06-29
s3:smb2_server: call smbd_smb2_request_validate() also in smbd_smb2_first_neg...
Stefan Metzmacher
1
-0
/
+6
2012-06-29
s3:smb2_server: start the connection with one credit granted to the client
Stefan Metzmacher
1
-1
/
+1
2012-06-28
s3: fine tune and clean up statvfs tests
Björn Jacke
2
-9
/
+8
2012-06-28
docs-xml: fix typos and format in smb.conf server max protocol man
Björn Baumbach
4
-25
/
+51
2012-06-28
packaging(RHEL-CTDB): fix build dependencies
Björn Baumbach
1
-2
/
+2
2012-06-28
selftest: run pdbtest against s3dc as well
Andrew Bartlett
2
-4
/
+4
2012-06-28
selftest: use a loop rather than declare tests for both dc and s3dc
Andrew Bartlett
1
-16
/
+16
2012-06-28
librpc/ndr: Initilaise the remainder of struct dom_sid after a pull
Andrew Bartlett
1
-0
/
+1
2012-06-28
s4-torture: fix typo in samlogon test.
Günther Deschner
1
-1
/
+1
2012-06-28
s4-torture: use torture context for printing debug output.
Günther Deschner
1
-111
/
+97
2012-06-28
s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h
Volker Lendecke
1
-1
/
+0
2012-06-28
s3:smbd: change nt_open_pipe() to uint16_t pnum/fnum
Stefan Metzmacher
1
-3
/
+3
2012-06-28
s3:smb2_create: add usefull DEBUG() message
Stefan Metzmacher
1
-0
/
+3
2012-06-28
s3:smbd/files: fsp->fnum is uint64_t not int!
Stefan Metzmacher
1
-3
/
+3
2012-06-28
s3:brlock: s/int/uint64_t for fnum
Stefan Metzmacher
1
-1
/
+1
2012-06-28
s3:brlock: add some const to print_lock_struct()
Stefan Metzmacher
1
-1
/
+1
2012-06-28
s3:wscript: use LOCKING subsystem for smbtorture3
Stefan Metzmacher
1
-1
/
+2
2012-06-28
source4/smbd/pidfile: don't panic if pid file is corrupt.
Rusty Russell
1
-0
/
+3
2012-06-28
replace: define INT64_MAX when not defined
Björn Jacke
1
-0
/
+4
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
23
-33
/
+33
2012-06-27
s3-pdb_samba4: Remove dupliate profilePath handling
Andrew Bartlett
1
-6
/
+0
2012-06-27
s4-selftest: expand passdb testing
Andrew Bartlett
2
-0
/
+102
2012-06-27
s3-pdbtest: Initialise more elements for testing
Andrew Bartlett
1
-0
/
+8
2012-06-27
s3-pdb_samba4: Add support for lastLogon and lastLogoff
Andrew Bartlett
1
-2
/
+10
2012-06-27
s3-pdb_samba4: Fix time handling, use nt_time_to_unix()
Andrew Bartlett
1
-1
/
+1
2012-06-27
lib/ldb: Print trace messages for modify correctly
Andrew Bartlett
1
-1
/
+1
2012-06-27
s4-selftest: Test login with a password expired user
Andrew Bartlett
2
-0
/
+34
2012-06-27
s4-dsdb when setting DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID make it non-cr...
Andrew Bartlett
1
-1
/
+7
2012-06-27
s4-dsdb: Remove hooks for non-directory password handling
Andrew Bartlett
1
-12
/
+0
2012-06-27
selftest: allow NSS_WRAPPER_* vars to be exported to the environment
Andrew Bartlett
1
-1
/
+6
2012-06-27
selftest: Add extra users to nss_wrapper
Andrew Bartlett
2
-2
/
+4
[next]