index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix connecting to ctdb as non-root
Volker Lendecke
2011-06-14
1
-0
/
+7
*
s3: Fix count_current_connections
Volker Lendecke
2011-06-14
1
-2
/
+4
*
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
Stefan Metzmacher
2011-06-14
1
-0
/
+1
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
7
-13
/
+13
*
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2011-06-09
2
-6
/
+6
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
2
-2
/
+2
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
3
-3
/
+3
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
14
-25
/
+25
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
10
-14
/
+14
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
7
-15
/
+15
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
9
-14
/
+14
*
Ensure when creating a directory, if we make any changes due to inheritance p...
Jeremy Allison
2011-06-09
1
-0
/
+12
*
Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-08
1
-3
/
+2
*
Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-08
1
-17
/
+43
*
Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-07
1
-0
/
+2
*
Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-07
1
-0
/
+2
*
lib/util use modules_path(), data_path() and shlib_ext() from source3
Andrew Bartlett
2011-06-06
1
-1
/
+1
*
release_ip() is only used with CLUSTER_SUPPORT.
Jeremy Allison
2011-06-01
1
-1
/
+1
*
Move fd_close on error path to be identical to all other error paths.
Jeremy Allison
2011-06-01
1
-2
/
+1
*
TALLOC_FREE already checks for null.
Jeremy Allison
2011-06-01
1
-3
/
+1
*
Fix bug #8175 - smbd deadlock.
Jeremy Allison
2011-06-01
1
-27
/
+71
*
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
2011-06-01
1
-1
/
+1
*
lib/util/time.c: timeval_current_ofs_msec
Rusty Russell
2011-06-01
2
-5
/
+2
*
s3-param prepare for some lp_ functions to return const
Andrew Bartlett
2011-06-01
1
-1
/
+1
*
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2011-06-01
1
-8
/
+9
*
struct make "struct shadow_copy_data" its own talloc context
Volker Lendecke
2011-05-31
1
-16
/
+5
*
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
2011-05-31
2
-3
/
+4
*
s3: Support shadow copy display over SMB2
Volker Lendecke
2011-05-31
1
-0
/
+121
*
s3-smbd Fix conn_msg.c: Cannot return in a void function
Andrew Bartlett
2011-05-31
1
-1
/
+1
*
s3:smbd/proto.h: add _SMBD_PROTO_H_ guard
Michael Adam
2011-05-31
1
-0
/
+5
*
s3:smbd/proto.h: add GPL/Copyright header
Michael Adam
2011-05-31
1
-0
/
+44
*
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
2011-05-31
19
-61
/
+56
*
s3-param split service.c into param and smbd components
Andrew Bartlett
2011-05-31
1
-226
/
+0
*
s3-smbd Split conn.c into 3 files
Andrew Bartlett
2011-05-31
5
-232
/
+292
*
s3-smbd provide struct smbd_server_connection * to conn_snum_used
Andrew Bartlett
2011-05-31
6
-10
/
+15
*
s3: Safely mark our sconn as smb2 if we have that protocol
Volker Lendecke
2011-05-30
1
-0
/
+2
*
s3: Add ioctl code to smbd_smb2_ioctl_send debug
Volker Lendecke
2011-05-30
1
-2
/
+3
*
s3: Reply correctly to a bad nbt session request
Volker Lendecke
2011-05-29
1
-1
/
+15
*
Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...
Jeremy Allison
2011-05-27
1
-3
/
+25
*
Fix bug 8133 - strange behavior for the file (whose filename first character ...
Jeremy Allison
2011-05-20
1
-2
/
+3
*
Optimization. If the attributes passed to can_rename() include both FILE_ATTR...
Jeremy Allison
2011-05-20
1
-5
/
+8
*
s3:smbd remove unused code
Christian Ambach
2011-05-20
1
-11
/
+0
*
s3: Fork the echo handler only after SMB1 negprot is done
Volker Lendecke
2011-05-20
3
-7
/
+8
*
s3: Fix an uninitialized variable
Volker Lendecke
2011-05-20
1
-1
/
+1
*
Fix Bug 8152 - smbd crash in release_ip()
Christian Ambach
2011-05-19
1
-0
/
+3
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
3
-6
/
+6
*
Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.
Jeremy Allison
2011-05-18
1
-10
/
+15
*
s3: conn->sconn in smbd_server_connection_read/write_handler
Volker Lendecke
2011-05-17
1
-9
/
+10
*
Fix the SMB2 showstopper, found by an extended torture test from Volker.
Jeremy Allison
2011-05-16
1
-3
/
+25
[next]