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-09-22
s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()
Stefan Metzmacher
1
-2
/
+6
2012-09-22
s4:torture:smb2: extend the compound.invalid1 test
Stefan Metzmacher
1
-3
/
+8
2012-09-22
s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...
Michael Adam
2
-51
/
+3
2012-09-22
s3:smbd:smb2: add check for session_status for compound requests
Michael Adam
1
-3
/
+3
2012-09-22
s3:smb2_server: do the req->next_status check before the signing checks
Stefan Metzmacher
1
-15
/
+15
2012-09-22
s3:smb2_server: reset req->last_session_id and req->last_tid after using it
Stefan Metzmacher
1
-0
/
+4
2012-09-22
s4:torture:smb2: fix the compound.invalid3 test to work against windows
Michael Adam
1
-2
/
+2
2012-09-22
s4:torture:smb2: fix compound.related3 test to work against windows
Michael Adam
1
-2
/
+2
2012-09-22
s3: Compound requests should continue processing.
Ira Cooper
1
-3
/
+2
2012-09-22
build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET
Andrew Bartlett
3
-9
/
+9
2012-09-22
build: Try not build with LDAP if we do not have ldap.h
Andrew Bartlett
1
-1
/
+1
2012-09-22
s4:dns.py: reproducer for (bug #9184)
Stefan Metzmacher
1
-0
/
+29
2012-09-22
lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)
Stefan Metzmacher
1
-4
/
+1
2012-09-22
libcli/echo: validate the message length
Stefan Metzmacher
1
-0
/
+5
2012-09-22
s3:pdb_ldap remove unused function
Christian Ambach
1
-23
/
+0
2012-09-22
s3:rpcclient fix a compiler warning
Christian Ambach
1
-0
/
+2
2012-09-22
s3:utils/net fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...
Andrew Bartlett
1
-0
/
+3
2012-09-21
s3:smbd: release the share mode lock before calling exit_server() (bug #9191)
Stefan Metzmacher
1
-0
/
+2
2012-09-21
s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported
Gregor Beck
1
-0
/
+1
2012-09-21
libtorture: factor out simple ui backend
Gregor Beck
4
-65
/
+88
2012-09-21
s3:dbwrap: remove unused args from db_open_file()
Gregor Beck
2
-6
/
+2
2012-09-21
s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...
Gregor Beck
1
-2
/
+5
2012-09-21
dynconfig/config.m4: disallow --prefix=/usr and --prefix=/usr/local without -...
Stefan Metzmacher
1
-0
/
+4
2012-09-21
libwbclient: bump ABI to 0.11 as wbcAuthenticateUserEx now provides PAC parsing
Andrew Bartlett
3
-2
/
+79
2012-09-20
s4-torture: Complete test for winbindd PAC parsing
Christof Schmitt
1
-6
/
+86
2012-09-20
auth/kerberos: Adjust log level for failed PAC signature verification
Christof Schmitt
1
-1
/
+1
2012-09-20
winbind: Extend wbcAuthenticateUserEx to provide PAC
Christof Schmitt
6
-27
/
+191
2012-09-20
auth: Fix some nonempty blank lines
Volker Lendecke
1
-61
/
+59
2012-09-20
waf: Make samba "ok" with directories for install being symlinks
Ira Cooper
1
-2
/
+2
2012-09-20
vfs: fix acl_blob_get* in vfs_full_audit
David Disseldorp
1
-9
/
+11
2012-09-20
vfs: fix lock logging in vfs_full_audit
David Disseldorp
1
-4
/
+4
2012-09-20
Correct command help message
Daniele Dario
1
-1
/
+1
2012-09-20
s3-printing: Increase debug level for info that the db is empty.
Andreas Schneider
1
-1
/
+2
2012-09-20
s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()
Stefan Metzmacher
1
-1
/
+1
2012-09-20
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
1
-3
/
+5
2012-09-20
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
1
-3
/
+5
2012-09-20
s3: Fix idmap_hash
Volker Lendecke
1
-1
/
+1
2012-09-19
selftest: we currently fail smb2.durable-v2-open.app-instance
Michael Adam
1
-0
/
+1
2012-09-19
s4:torture:smb2: add a new test durable-v2-open.app-instance
Michael Adam
1
-0
/
+134
2012-09-19
s4:libci: add a SMB2_CREATE_APP_INSTANCE_ID blob to the request if the in.app...
Michael Adam
1
-0
/
+25
2012-09-19
s4:libcli: add a app_instance_id member to the smb2_create input struct
Michael Adam
1
-1
/
+3
2012-09-19
libcli: add a define for the APP_INSTANCE_ID smb2 create context
Michael Adam
1
-0
/
+1
2012-09-19
s4:torture/smb2: improve the smb2.create.blob test
Stefan Metzmacher
1
-2
/
+91
2012-09-19
libcli/smb: fix padding in smb2_create_blob*
Stefan Metzmacher
1
-11
/
+30
2012-09-19
pam_winbind: match more return codes when wbcGetPwnam has failed.
Günther Deschner
1
-0
/
+3
2012-09-19
s3: Use SBVAL in put_long_date_timespec
Volker Lendecke
1
-2
/
+1
2012-09-18
s3: Fix some nonempty line endings
Volker Lendecke
1
-12
/
+12
2012-09-18
replace: fix 520c9b0b0ae33
Björn Jacke
1
-1
/
+1
2012-09-18
quota: add supprt for gfs2
Björn Jacke
1
-0
/
+2
[next]