index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
param: rename lp function and variable from "symlinks" to "follow_symlinks"
Garming Sam
2014-02-07
4
-4
/
+4
*
param: rename lp function and variable from "veto_oplocks" to "veto_oplock_fi...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "shortpreservecase" to "short_pre...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "preservecase" to "preserve_case"
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "hideunwriteable_files" to "hide_...
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from "hideunreadable" to "hide_unreada...
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from "recursive_veto_delete" to "delet...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from 'wtmpdir' to 'wtmp_directory'
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from 'umtpdir' to 'utmp_directory'
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from 'piddir' to 'pid_directory'
Garming Sam
2014-02-07
2
-4
/
+4
*
param: rename lp function and variable from 'lockdir' to 'lock_directory'
Garming Sam
2014-02-07
3
-4
/
+4
*
param: rename lp function and variable from 'guestaccount' to 'guest_account'
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from 'magicchar' to 'mangling_char'
Garming Sam
2014-02-07
1
-3
/
+3
*
param: rename lp function and variable from 'defaultcase' to 'default_case'
Garming Sam
2014-02-07
2
-3
/
+3
*
param: rename lp function and variable from 'manglednames' to 'mangled_names'
Garming Sam
2014-02-07
2
-3
/
+3
*
param: rename lp function and variable from 'casesensitive' to 'case_sensitive'
Garming Sam
2014-02-07
1
-3
/
+3
*
param: rename lp function and variable from 'dontdescend' to 'dont_descend'
Garming Sam
2014-02-07
3
-8
/
+8
*
param: rename lp function and variable from 'force_dir_mode' to 'force_direct...
Garming Sam
2014-02-07
2
-2
/
+2
*
smbd: Fix memory overwrites
Volker Lendecke
2014-02-07
1
-2
/
+2
*
dbwrap: add a dbwrap_flags argument to db_open_tdb()
Michael Adam
2014-02-07
1
-1
/
+1
*
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
2014-02-07
5
-5
/
+9
*
smbd/smb2_ioctl: fail zero length copy chunk requests
David Disseldorp
2014-02-06
1
-1
/
+16
*
pysmbd: improve the return of error codes in the python smbd bindings
Garming Sam
2014-02-05
1
-31
/
+27
*
loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...
Michael Adam
2014-02-03
2
-2
/
+2
*
loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docs
Michael Adam
2014-02-03
3
-5
/
+5
*
loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docs
Michael Adam
2014-02-03
1
-1
/
+1
*
loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...
Michael Adam
2014-02-03
2
-3
/
+3
*
loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...
Michael Adam
2014-02-03
2
-3
/
+3
*
loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs
Michael Adam
2014-02-03
4
-9
/
+9
*
s3:smbd: skip empty records in smbXsrv_open_cleanup()
Stefan Metzmacher
2014-01-30
1
-0
/
+9
*
smbd:smb2: fix durable reconnect: set fsp->fnum from the smbXsrv_open->local_id
Michael Adam
2014-01-30
1
-0
/
+1
*
s3: Don't open the dir for stat/attr/acl related mask
Abhidnya Joshi
2014-01-23
1
-10
/
+21
*
smbd: Use messaging_read_send in smbXsrv_session.c
Volker Lendecke
2014-01-21
1
-15
/
+5
*
s3-smbd: Log user change information.
Andreas Schneider
2014-01-17
1
-0
/
+6
*
s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...
Jeremy Allison
2014-01-15
1
-2
/
+87
*
s3:dir - Map wire offsets to native directory cookies.
Jeremy Allison
2014-01-15
1
-5
/
+17
*
s3:dir - Cope with fixed mapping of 'special' values.
Jeremy Allison
2014-01-15
1
-0
/
+7
*
s3: dir - Introduce 32-bit wire versions of the 'special' values.
Jeremy Allison
2014-01-15
1
-0
/
+5
*
s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.
Jeremy Allison
2014-01-15
1
-1
/
+10
*
s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...
Jeremy Allison
2014-01-15
1
-8
/
+8
*
smbd: Avoid duplicate debug header lines
Volker Lendecke
2014-01-15
1
-7
/
+7
*
s3: set native os according to Windows and NBT_ANNOUNCE_VERSION defines
Björn Jacke
2014-01-14
1
-1
/
+5
*
dfs: always call create_conn_struct with root privileges
Garming Sam
2014-01-10
1
-1
/
+30
*
smbd: Make "num_children" available by smbcontrol
Volker Lendecke
2014-01-06
2
-0
/
+18
*
smbd: Fix CID 1138328 Logically dead code
Volker Lendecke
2013-12-17
1
-0
/
+2
*
s3:smbd: avoid calling fd_is_readable() without async echo handler
Stefan Metzmacher
2013-12-14
1
-11
/
+13
*
s3:smbd: use PATH_MAX for the buffer passed to full_path_tos()
Stefan Metzmacher
2013-12-14
2
-2
/
+2
*
smbd: Implement and use full_path_tos
Volker Lendecke
2013-12-14
3
-15
/
+60
*
smbd: Avoid pointless strcsequal calls
Volker Lendecke
2013-12-14
1
-1
/
+1
*
smbd: Fix a false DEBUG fn name
Volker Lendecke
2013-12-14
1
-2
/
+2
[prev]
[next]