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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
param: add getservicebyname to s3_helpers
Garming Sam
2014-05-07
2
-3
/
+2
*
param: use a single init_copymap method in lib/param
Garming Sam
2014-05-07
1
-22
/
+0
*
param: prevent an existing segmentation fault with setting [dos] charset
Garming Sam
2014-05-07
1
-2
/
+2
*
param: move the declaration of the file_lists structure to a shared header
Garming Sam
2014-05-07
1
-7
/
+1
*
param: use a single add_to_file_list method
Garming Sam
2014-05-07
1
-46
/
+0
*
s3:param: change add_to_file_list to stop using global variables
Garming Sam
2014-05-07
1
-18
/
+18
*
param: remove unused lp_copy_service
Garming Sam
2014-05-07
1
-16
/
+0
*
param: consolidate handle_copy method between the two loadparms
Garming Sam
2014-05-07
1
-32
/
+0
*
s3:param: avoid the use the global variable iServiceIndex in handle_copy
Garming Sam
2014-05-07
1
-5
/
+5
*
param: use a single copy_service function in lib/param
Garming Sam
2014-05-07
1
-77
/
+0
*
param: duplicate the copy service in lib/param into source3 loadparm
Garming Sam
2014-05-07
1
-16
/
+16
*
param: improve copy_service to use the correct talloc parents
Garming Sam
2014-05-07
1
-1
/
+1
*
param: remove unused init_service
Garming Sam
2014-05-07
1
-12
/
+0
*
s3:param: remove the double initialization in add_a_service
Garming Sam
2014-05-07
1
-6
/
+2
*
param: remove instance of lp_parm_ptr to be consistent with lib/param
Garming Sam
2014-05-07
1
-1
/
+1
*
s3:param: attempt to fix up some const warnings
Garming Sam
2014-05-07
1
-11
/
+11
*
param: move set_param_opt to lib/param
Garming Sam
2014-05-07
1
-62
/
+0
*
param: use correct memory contexts for parametric options
Garming Sam
2014-05-07
1
-10
/
+15
*
param: remove lp_string_is_valid_boolean
Garming Sam
2014-05-07
2
-10
/
+0
*
param: consolidate handle_realm between the two loadparms
Garming Sam
2014-05-07
1
-16
/
+0
*
param: attempt to consolidate handle_logfile between the two loadparms
Garming Sam
2014-05-07
1
-6
/
+0
*
param: change assignment of lp_string in s3_helpers to be consistent with the...
Garming Sam
2014-05-07
1
-1
/
+1
*
param: attempt to consolidate handle_debug_level between the two loadparms
Garming Sam
2014-05-07
2
-11
/
+1
*
param: allow special functions to be common across the two loadparms
Garming Sam
2014-05-07
1
-2
/
+8
*
param: Add an lp_string_set function
Garming Sam
2014-05-07
1
-0
/
+4
*
s3:loadparm: fix intermediate string allocations to use talloc
Garming Sam
2014-05-07
1
-16
/
+22
*
param: change the talloc context attached to globals structure in s3 loadparm...
Garming Sam
2014-05-07
1
-1
/
+1
*
param: remove string_init and inline it into string_set
Garming Sam
2014-05-07
1
-26
/
+12
*
s3:loadparm: change memory allocations to use talloc
Garming Sam
2014-05-07
1
-161
/
+202
*
param: remove unnecessary temporary service in handle copy
Garming Sam
2014-05-07
1
-8
/
+3
*
messaging: Nobody uses G_LOCK_RETRY anymore
Volker Lendecke
2014-05-06
2
-10
/
+1
*
build: find blkcnt_t size via array
Gustavo Zacarias
2014-05-06
1
-10
/
+12
*
build: tweak SIZEOF utmp->ut_line
Gustavo Zacarias
2014-05-06
1
-1
/
+1
*
Minor typo fix in source3/wscript.
Jose A. Rivera
2014-05-05
1
-1
/
+1
*
poll_funcs: Fix a comment typo
Volker Lendecke
2014-05-04
1
-1
/
+1
*
s3:passdb: improve a debug message in pdb_default_sid_to_id()
Michael Adam
2014-05-03
1
-1
/
+4
*
s3:passdb: fix and improve debug message in pdb_default_sid_to_id().
Michael Adam
2014-05-03
1
-1
/
+2
*
s3: Always cache idmapping results of pdb backend.
Alexander Werth
2014-05-03
2
-17
/
+33
*
s3: smbd: Remove open_file_fchmod().
Jeremy Allison
2014-05-02
2
-36
/
+0
*
s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...
Jeremy Allison
2014-05-02
1
-12
/
+92
*
s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...
Jeremy Allison
2014-05-02
2
-4
/
+15
*
s3 : smbd : Protect all possible code paths from fsp->op == NULL.
Jeremy Allison
2014-05-02
5
-2
/
+41
*
smbd: Fix compile warning in dmapi.c
Christof Schmitt
2014-05-02
1
-1
/
+1
*
torture3: Add a test deleting a different req
Volker Lendecke
2014-04-30
4
-0
/
+106
*
torture3: Add local-messaging-read1
Volker Lendecke
2014-04-30
5
-0
/
+148
*
messaging3: Fix messaging_read_send/recv
Volker Lendecke
2014-04-30
2
-16
/
+77
*
messaging3: Make "presult" optional in messaging_read_recv
Volker Lendecke
2014-04-30
1
-1
/
+3
*
torture3: Add a bit more coverage to messaging_read
Volker Lendecke
2014-04-30
1
-0
/
+7
*
messaging3: Fix formatting
Volker Lendecke
2014-04-30
1
-1
/
+2
*
s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...
Jeremy Allison
2014-04-30
1
-1
/
+2
[prev]
[next]