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
2013-10-16
build: Move loadparm-related build rules to source3/param/wscript_build
Andrew Bartlett
2
-32
/
+34
2013-10-16
lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...
Andrew Bartlett
3
-3
/
+3
2013-10-16
Add NetWkstaGetInfo.
Hans Leidekker
10
-1
/
+332
2013-10-16
smbd: Simplify open_file_ntcreate
Volker Lendecke
1
-32
/
+39
2013-10-16
smbd: Remove "file_existed" handling from open_mode_check
Volker Lendecke
1
-12
/
+16
2013-10-16
smbd: Decouple grant_fsp_oplock_type from oplock validation
Volker Lendecke
1
-27
/
+26
2013-10-16
smbd: Reduce the complexity of open_file_ntcreate
Volker Lendecke
1
-24
/
+40
2013-10-15
smbd: Factor out remove_stale_share_mode_entries
Volker Lendecke
3
-14
/
+18
2013-10-15
smbd: Make find_oplock_types return bool
Volker Lendecke
1
-15
/
+27
2013-10-15
smbd: Make loop index type match loop limit
Volker Lendecke
1
-1
/
+1
2013-10-15
smbd: Unify delay_for_*_oplocks
Volker Lendecke
1
-45
/
+13
2013-10-15
smbd: Simplify find_oplock_types a bit
Volker Lendecke
1
-6
/
+7
2013-10-15
s4:torture: add smb2.session.reauth6 : test failing reauth
Michael Adam
1
-0
/
+103
2013-10-15
libcli/smb: add smb2cli_tcon_is_encryption_on()
Michael Adam
2
-0
/
+6
2013-10-15
smbd:smb2: fix crash when smb2 session reauth fails
Michael Adam
1
-3
/
+17
2013-10-15
smbd: Inline break_level2_to_none_async
Volker Lendecke
1
-38
/
+32
2013-10-15
smbd: Remove a special case for level2 break
Volker Lendecke
1
-33
/
+12
2013-10-15
smbd: Remove some FAKE_LEVEL_II comments
Volker Lendecke
2
-8
/
+3
2013-10-15
smbd: Add debugs to brlock.c
Volker Lendecke
2
-0
/
+21
2013-10-15
torture: Extend raw.oplock.batch10
Volker Lendecke
1
-0
/
+12
2013-10-15
smbd: Remove FAKE_LEVEL_II_OPLOCK
Volker Lendecke
5
-59
/
+81
2013-10-15
smbd: Put "have_read_oplocks" into brlock.tdb
Volker Lendecke
2
-10
/
+48
2013-10-15
docs: Explain why this option should not be used
Andrew Bartlett
1
-0
/
+5
2013-10-15
s3-winbindd: Remove undocumented winbindd:socket dir parameter
Andrew Bartlett
5
-9
/
+5
2013-10-15
auth4: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2013-10-14
talloc: Add a warning to talloc_reference() documentation.
Andreas Schneider
1
-0
/
+8
2013-10-14
param: disable print notify backchannel by default
David Disseldorp
4
-7
/
+7
2013-10-14
asn1: fix use-after-free in asn1_write
Jeff Layton
1
-1
/
+0
2013-10-14
s4-samldb: Do not allow deletion of objects with RID < 1000
Nadezhda Ivanova
5
-11
/
+48
2013-10-13
libcli4: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2013-10-13
smbd: Remove unused create_options from open_mode_check
Volker Lendecke
1
-3
/
+2
2013-10-13
smbd: Remove name_hash param from open_mode_check
Volker Lendecke
1
-3
/
+2
2013-10-12
s3/time_audit: Add offline and durable functions
Christof Schmitt
1
-0
/
+111
2013-10-12
vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIE
Christof Schmitt
1
-1
/
+1
2013-10-12
smbd: Fix the extended *.oplock.doc1 tests
Volker Lendecke
1
-26
/
+33
2013-10-11
torture: Extend the smb2.oplock.doc1 test
Volker Lendecke
2
-6
/
+29
2013-10-11
torture: Extend the raw.oplock.doc1 test
Volker Lendecke
2
-7
/
+22
2013-10-11
ntdb: Make sure variables passed by value are initialized.
Andreas Schneider
1
-2
/
+3
2013-10-11
pidl: fix an error message typo
Volker Lendecke
1
-1
/
+1
2013-10-11
s3-winbind: Send online/offline message of the domain to the parent.
Andreas Schneider
1
-0
/
+22
2013-10-11
s3-winbind: Register handlers for domain online/offline messages.
Andreas Schneider
2
-0
/
+11
2013-10-11
s3-winbind: Add functions for domain online/offline handling.
Andreas Schneider
2
-0
/
+50
2013-10-11
idl: Add a new message for winbind domain states.
Andreas Schneider
1
-0
/
+2
2013-10-11
samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...
Andrew Bartlett
11
-121
/
+99
2013-10-11
join.py: Reconnect to the DC based on the DC name in dnsHostName to allow con...
Andrew Bartlett
1
-0
/
+4
2013-10-11
join.py: Remove special full_ncs handling, we only need to updateRefs on an N...
Andrew Bartlett
1
-7
/
+2
2013-10-11
join.py: Use ctx.forestdns_zone variable
Andrew Bartlett
1
-2
/
+2
2013-10-11
join.py: Correct ctx.forestdns_zone and so remove the need for duplicate repl...
Andrew Bartlett
1
-5
/
+1
2013-10-11
provision: Remove --username and --password options from samba-tool domain pr...
Andrew Bartlett
8
-59
/
+28
2013-10-10
provision/sambadns: CN=MicrosoftDNS,CN=System, is relative to DOMAINDN
Stefan Metzmacher
1
-8
/
+8
[prev]
[next]