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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
param: rename lp function and variable from "addgroup_script" to "add_group_s...
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from "veto_oplocks" to "veto_oplock_fi...
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from "shortpreservecase" to "short_pre...
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from "preservecase" to "preserve_case"
Garming Sam
2014-02-07
2
-2
/
+2
*
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
2
-2
/
+2
*
param: rename lp function and variable from "serverstring" to "server_string"
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'wtmpdir' to 'wtmp_directory'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'umtpdir' to 'utmp_directory'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'piddir' to 'pid_directory'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'passwordserver' to 'password_ser...
Garming Sam
2014-02-07
2
-2
/
+2
*
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
2
-2
/
+2
*
param: rename lp function and variable from 'magicchar' to 'mangling_char'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'defaultcase' to 'default_case'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'manglednames' to 'mangled_names'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'casesensitive' to 'case_sensitive'
Garming Sam
2014-02-07
2
-3
/
+3
*
param: rename lp function and variable from 'dontdescend' to 'dont_descend'
Garming Sam
2014-02-07
2
-2
/
+2
*
param: rename lp function and variable from 'force_dir_mode' to 'force_direct...
Garming Sam
2014-02-07
3
-3
/
+3
*
dbwrap: completely check validity of lock order in dbwrap_check_lock_order()
Michael Adam
2014-02-07
1
-1
/
+1
*
dbwrap: add a comment explaining the supported lock orders
Michael Adam
2014-02-07
1
-0
/
+4
*
dbwrap: add DBWRAP_LOCK_ORDER_VALID()
Michael Adam
2014-02-07
1
-0
/
+4
*
dbwrap: add DBWRAP_LOCK_ORDER_MIN
Michael Adam
2014-02-07
1
-0
/
+1
*
dbwrap: move definition of DBWRAP_LOCK_ORDER_MAX to the private header.
Michael Adam
2014-02-07
2
-1
/
+2
*
dbwrap: explicitly use DBWRAP_LOCK_ORDER_NONE in tdb->ntdb conversion
Michael Adam
2014-02-07
1
-2
/
+4
*
dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".
Michael Adam
2014-02-07
2
-1
/
+2
*
dbwrap: add dbwrap_flags argument to dbwrap_local_open()
Michael Adam
2014-02-07
2
-2
/
+4
*
dbwrap: add a dbwrap_flags argument to db_open_ntdb()
Michael Adam
2014-02-07
3
-4
/
+7
*
dbwrap: add a dbwrap_flags argument to db_open_tdb()
Michael Adam
2014-02-07
3
-4
/
+6
*
dbwrap: add DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESS
Michael Adam
2014-02-07
1
-0
/
+1
*
dbwrap: add flags DBWRAP_FLAG_NONE
Michael Adam
2014-02-07
1
-0
/
+2
*
ldb: pass module init errors back to the caller
Andrew Bartlett
2014-02-05
1
-2
/
+3
*
ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...
Andrew Bartlett
2014-02-05
1
-2
/
+5
*
loadparm: rename variable for "directory mask" from dir_mask to directory_mask
Michael Adam
2014-02-03
3
-4
/
+4
*
loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...
Michael Adam
2014-02-03
1
-1
/
+1
*
loadparm: rename variable for "printable" from print_ok to printable
Michael Adam
2014-02-03
3
-6
/
+6
*
loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docs
Michael Adam
2014-02-03
1
-1
/
+1
*
loadparm: rename variable for "read only" from readonly to read_only
Michael Adam
2014-02-03
3
-7
/
+7
*
loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docs
Michael Adam
2014-02-03
1
-1
/
+1
*
loadparm: rename variable for "hosts deny" from hostsdeny to hosts_deny
Michael Adam
2014-02-03
2
-3
/
+3
*
loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...
Michael Adam
2014-02-03
1
-1
/
+1
*
loadparm: rename variable for "hosts allow" from hostsallow to hosts_allow
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
1
-1
/
+1
*
loadparm: rename the variable for "path" from pathname to path
Michael Adam
2014-02-03
3
-8
/
+8
*
loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs
Michael Adam
2014-02-03
2
-2
/
+2
*
lib/param: change server max protocol to be consistent with s3 and docs
Garming Sam
2014-01-31
1
-1
/
+1
*
lib/param: change min wins ttl default to be consistent with docs
Garming Sam
2014-01-31
1
-1
/
+1
*
lib/param: Fix default of printjob username to match s3
Andrew Bartlett
2014-01-31
1
-0
/
+2
*
lib/param: Fix default of logon path to match s3
Andrew Bartlett
2014-01-31
1
-0
/
+2
[prev]
[next]