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-07-08
lib/param: Merge struct loadparm_service into common
Andrew Bartlett
1
-1
/
+1
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
4
-0
/
+4
2011-07-08
Fix bug #8293 - SMB2 doesn't rotate the log files often enough.
Jeremy Allison
3
-3
/
+21
2011-07-07
s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()
Stefan Metzmacher
1
-3
/
+26
2011-07-05
s3:smbd fix a compile warning on AIX 5.3
Christian Ambach
1
-1
/
+1
2011-07-05
s3: Fix bug 8102
Volker Lendecke
1
-0
/
+8
2011-07-05
s3: Calculate&store the maximum share access mask
Volker Lendecke
1
-22
/
+15
2011-07-05
s3: Return "granted" from share_access_check
Volker Lendecke
2
-10
/
+14
2011-07-04
s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)
Christian Ambach
1
-3
/
+3
2011-07-04
s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...
Stefan Metzmacher
1
-5
/
+0
2011-07-04
s3:smb2_create: call 'return' after smbd_server_connection_terminate()
Stefan Metzmacher
1
-0
/
+1
2011-07-04
s3-lib Move event_add_idle() to source3/lib/events.c
Andrew Bartlett
2
-87
/
+0
2011-07-04
s3-smbd: Remove client_address from smbd_server_connection struct.
Andreas Schneider
1
-1
/
+0
2011-07-04
s3-smbd: Remove obsolete smbd_set_server_fd().
Andreas Schneider
2
-36
/
+6
2011-07-04
s3-smbd: Replace client_id in smbd session setup.
Andreas Schneider
2
-2
/
+3
2011-07-04
s3-smbd: Replace client_id in smbd session.
Andreas Schneider
1
-7
/
+9
2011-07-04
s3-smbd: Replace client_id in smbd service.
Andreas Schneider
1
-6
/
+21
2011-07-04
s3-smbd: Replace client_id in smbd reply.
Andreas Schneider
1
-1
/
+10
2011-07-04
s3-smbd: Exit cleanly if we can't create an address string.
Andreas Schneider
1
-1
/
+3
2011-07-04
s3-smbd: Replace client_id in smbd connection.
Andreas Schneider
1
-1
/
+9
2011-07-04
s3-smbd: Replace client_id in smbd process.
Andreas Schneider
2
-6
/
+33
2011-07-04
s3-auth: Pass the remote_address down to user_info.
Andreas Schneider
2
-8
/
+20
2011-07-04
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
3
-17
/
+51
2011-07-04
s3-rpc_server: Migrate rpc function to tsocket_address.
Andreas Schneider
3
-20
/
+19
2011-06-30
s3:smbd do not panic when CTDB is unhealthy (Bug #8278)
Christian Ambach
1
-0
/
+9
2011-06-29
Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.
Jeremy Allison
1
-1
/
+1
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
4
-0
/
+4
2011-06-29
Fix bug #8219 - SMB Panic from Windows 7 Client
Jeremy Allison
1
-0
/
+8
2011-06-28
s3-smbd Remove set but unused variables
Andrew Bartlett
1
-9
/
+0
2011-06-24
s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...
Stefan Metzmacher
2
-0
/
+10
2011-06-24
Fix bug #8254 - "acl check permissions = no" does not work in all cases
Jeremy Allison
2
-2
/
+16
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-2
/
+2
2011-06-21
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
7
-12
/
+42
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_compat: use tdb_open_compat.
Rusty Russell
1
-0
/
+5
2011-06-20
ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
Rusty Russell
2
-1
/
+6
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
2
-2
/
+2
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2
-2
/
+2
2011-06-20
source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.
Rusty Russell
1
-3
/
+2
2011-06-19
s3: Fix Coverity ID 2582: FORWARD_NULL
Volker Lendecke
1
-0
/
+5
2011-06-14
s3: Fix connecting to ctdb as non-root
Volker Lendecke
1
-0
/
+7
2011-06-14
s3: Fix count_current_connections
Volker Lendecke
1
-2
/
+4
2011-06-14
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
Stefan Metzmacher
1
-0
/
+1
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
7
-13
/
+13
2011-06-09
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2
-6
/
+6
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
3
-3
/
+3
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
14
-25
/
+25
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
10
-14
/
+14
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
7
-15
/
+15
[next]