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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-09
s3-smbd: Increase debug level von context messages.
Andreas Schneider
2
-7
/
+7
2011-03-08
s3-rpc_server: Start the Endpoint Mapper Dameon if enabled.
Andreas Schneider
1
-0
/
+15
2011-03-04
s3-printing: follow force user/group for driver IO
David Disseldorp
1
-56
/
+71
2011-03-02
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2
-3
/
+3
2011-03-02
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2
-3
/
+4
2011-03-02
s3-sessionid: avoid global include of sessionid.h
Günther Deschner
1
-0
/
+1
2011-03-02
s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum().
Günther Deschner
1
-10
/
+63
2011-03-02
s3-server_id: only include server_id where needed.
Günther Deschner
3
-0
/
+3
2011-03-02
s3-printing: vfs_connect prior to driver/dfs IO
David Disseldorp
1
-10
/
+24
2011-03-02
s3: remove superfluous debug messages from msg_idmap
Gregor Beck
1
-4
/
+0
2011-03-01
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
6
-8
/
+8
2011-02-28
Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...
Jeremy Allison
1
-1
/
+1
2011-02-28
s3-smbd: Pass tevent context to messaging functions.
Andreas Schneider
1
-4
/
+11
2011-02-28
s3: Eliminate sys_select from fd_is_readable
Volker Lendecke
1
-10
/
+4
2011-02-28
s3: Use poll in smbd
Volker Lendecke
2
-20
/
+23
2011-02-28
s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ...
Michael Adam
1
-13
/
+13
2011-02-28
s3: smbcontrol to notify smbd about idmap changes
Gregor Beck
2
-0
/
+207
2011-02-27
s3: Fix some nonempty blank lines
Volker Lendecke
1
-10
/
+9
2011-02-26
dirfd doesn't exist in some platforms.
Jeremy Allison
1
-0
/
+6
2011-02-25
Detect Mac OS X as a separate client type.
Justin Maggard
1
-0
/
+4
2011-02-25
Ensure we don't return an incorrect access mask.
Jeremy Allison
1
-1
/
+2
2011-02-25
Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...
Jeremy Allison
1
-20
/
+75
2011-02-24
Batch oplocks conflict with exclusive as well as themselves.
Jeremy Allison
1
-1
/
+1
2011-02-24
Remember to free the second temporary string.
Jeremy Allison
1
-0
/
+1
2011-02-23
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
1
-6
/
+16
2011-02-23
Fix bug found against the new Mac client @ Connectathon. Mac clients
Jeremy Allison
1
-1
/
+9
2011-02-22
s3-printing: only include printing where really needed.
Günther Deschner
4
-0
/
+4
2011-02-22
s3-printing: fix pcacp prototypes and includes.
Günther Deschner
3
-0
/
+3
2011-02-22
s3-printing: isolate print notification prototypes better.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
20
-259
/
+259
2011-02-21
s3-rpc_server: Rename srv_rpc_register.c.
Andreas Schneider
1
-1
/
+1
2011-02-21
s3-rpc_server: Rename srv_rpc_register.
Andreas Schneider
1
-1
/
+1
2011-02-21
s3-rpc_server: Pass tevent_context to dcerpc endpoints.
Andreas Schneider
1
-1
/
+1
2011-02-20
s3: Convert init_system_info to NTSTATUS
Volker Lendecke
1
-2
/
+4
2011-02-20
s3: Fix some nonempty blank lines
Volker Lendecke
1
-6
/
+6
2011-02-17
s3-cluster Always fill in the clustering vnn element
Andrew Bartlett
1
-4
/
+0
2011-02-17
s3: increase the log level for missing PIDs on SIGCHLD
David Disseldorp
1
-1
/
+2
2011-02-11
s3: Avoid a select call per smb
Volker Lendecke
1
-1
/
+1
2011-02-10
s3:smbd: fix switch indentation level in get_ea_dos_attribute()
Michael Adam
1
-4
/
+4
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
6
-26
/
+26
2011-02-10
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
4
-20
/
+64
2011-02-10
Make it clear we're using the open file pathname.
Jeremy Allison
1
-6
/
+4
2011-02-09
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
6
-16
/
+52
2011-02-09
Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.
Jeremy Allison
1
-1
/
+1
2011-02-09
Move to opening an fd on directory opens. Get more careful about symlink races.
Jeremy Allison
1
-1
/
+37
2011-02-09
Remove unneeded stat call.
Jeremy Allison
1
-9
/
+4
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+9
2011-02-08
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
4
-11
/
+13
2011-02-08
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
5
-16
/
+23
2011-02-08
Use corrcet function instead of cut-and-paste code.
Jeremy Allison
1
-1
/
+1
[next]