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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ctdb-daemon: Consult CTDB_DEBUG_HUNG_SCRIPT variable before running debug script
Amitay Isaacs
2014-02-12
1
-0
/
+4
*
ctdb-eventscripts: Create extra files for ganesha recovery
Srikrishan Malik
2014-02-12
1
-0
/
+2
*
ctdb-eventscripts: Run mmlsconfig only once and use cached results
Srikrishan Malik
2014-02-12
1
-2
/
+20
*
param: change share backend to use a constant string
Garming Sam
2014-02-12
1
-0
/
+1
*
param: change fstype to use a constant string
Garming Sam
2014-02-12
6
-7
/
+8
*
param: Move LOADPARM_EXTRA_GLOBALS to lib/param/loadparm.h to be shared betwe...
Garming Sam
2014-02-12
3
-34
/
+17
*
param: move SMB2 defaults to lib/param and use in loadparm_init
Garming Sam
2014-02-12
3
-9
/
+10
*
param: remove special cases for tls files
Garming Sam
2014-02-12
8
-30
/
+25
*
param: use generate_param.py to generate loadparm_ctx_table.c
Garming Sam
2014-02-12
2
-141
/
+2
*
param: use generate_param.py to generate s3_param.h
Garming Sam
2014-02-12
3
-197
/
+4
*
param: use generate_param.py to generate param_local.h
Garming Sam
2014-02-12
2
-6
/
+5
*
param: use generate_param.py to generate param_global.h
Garming Sam
2014-02-12
5
-218
/
+5
*
param: No longer have a special case for lp_configfile
Andrew Bartlett
2014-02-12
8
-9
/
+5
*
lib/param: generate the param_functions.h containing the prototypes
Garming Sam
2014-02-12
4
-45
/
+12
*
param: use generate_param.py to generate param_proto.h
Garming Sam
2014-02-12
3
-201
/
+7
*
lib/param: explicitly use mode=FUNCTIONS when running generate_param.py
Garming Sam
2014-02-12
1
-1
/
+1
*
lib/param: update generate_param.py to generate more of loadparm
Garming Sam
2014-02-12
1
-24
/
+259
*
lib/param: Remove special handling for 'state dir' and 'cache dir'
Andrew Bartlett
2014-02-12
9
-46
/
+16
*
lib/param: Normalise "read raw" and "write raw" parameters
Andrew Bartlett
2014-02-12
8
-44
/
+61
*
param: auto generate param_functions.c at build time
Garming Sam
2014-02-12
6
-420
/
+131
*
build: don't execute tests/summary.c
Gustavo Zacarias
2014-02-12
2
-10
/
+5
*
s3: vfs_dirsort module.
Jeremy Allison
2014-02-12
2
-0
/
+9
*
s3: vfs_dirsort module.
Jeremy Allison
2014-02-12
1
-7
/
+112
*
s4:rpc_server/epmapper: make use of dcerpc_binding_dup() in build_ep_list()
Stefan Metzmacher
2014-02-11
1
-4
/
+11
*
s4:libnet: use dcerpc_binding_dup() in continue_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-5
/
+1
*
s4:libnet: make use of dcerpc_binding_dup() in libnet_join.c
Stefan Metzmacher
2014-02-11
1
-4
/
+3
*
s4:librpc/rpc: make use of dcerpc_binding_dup() in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-11
/
+1
*
s4:librpc/rpc: fix memory hierachie in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-7
/
+6
*
s4:librpc/rpc: avoid some indentation levels in dcerpc_epm_map_binding_send()
Stefan Metzmacher
2014-02-11
1
-17
/
+27
*
s4:librpc/rpc: use dcerpc_binding_dup() in dcerpc_schannel_key_send()
Stefan Metzmacher
2014-02-11
1
-3
/
+1
*
librpc/rpc: add dcerpc_transport_by_name()
Stefan Metzmacher
2014-02-11
2
-0
/
+19
*
s3:rpc_client: use address "0.0.0.0" and port "135" for epmapper requests
Stefan Metzmacher
2014-02-11
1
-2
/
+2
*
librpc/rpc: simplify dcerpc_binding_build_tower()
Stefan Metzmacher
2014-02-11
1
-18
/
+15
*
librpc/rpc: fix dcerpc_floor_set_rhs_data() with NULL data.
Stefan Metzmacher
2014-02-11
1
-0
/
+7
*
librpc/rpc: handle dcerpc_binding->host == NULL in dcerpc_floor_get_rhs_data()
Stefan Metzmacher
2014-02-11
1
-4
/
+16
*
s4:torture: handle binding_struct->host == NULL in torture_parse_target()
Stefan Metzmacher
2014-02-11
1
-1
/
+3
*
s4:librpc/test: an empty hostname means b->host == NULL
Stefan Metzmacher
2014-02-11
1
-1
/
+2
*
s4:rpc_server: fix talloc hierachie dcesrv_context => dcesrv_endpoint => dces...
Stefan Metzmacher
2014-02-11
1
-4
/
+4
*
s3:srv_epmapper: only replace ipv4 addresses in _epm_Lookup() and _epm_Map()
Stefan Metzmacher
2014-02-11
1
-2
/
+6
*
s3:srv_epmapper: fix logic in endpoints_match()
Stefan Metzmacher
2014-02-11
1
-6
/
+18
*
s4:torture/rpc: fix rpc.scanner test
Stefan Metzmacher
2014-02-11
1
-13
/
+29
*
s4:torture/rpc: pass object down to test_Map_display()
Stefan Metzmacher
2014-02-11
1
-5
/
+15
*
s4:torture/rpc: print out the object guid in rpc.epmapper.epmapper.Lookup_simple
Stefan Metzmacher
2014-02-11
1
-2
/
+3
*
s4:torture/rpc: test all auth_types (8bit) in rpc.mgmt
Stefan Metzmacher
2014-02-11
1
-1
/
+1
*
s4:torture/rpc: fix rpc.mgmt test
Stefan Metzmacher
2014-02-11
1
-1
/
+2
*
s4:torture/rpc: remove unused variable in session_key.c
Stefan Metzmacher
2014-02-11
1
-4
/
+2
*
s4:torture/rpc: remove unused variable in frsapi.c
Stefan Metzmacher
2014-02-11
1
-9
/
+9
*
s4:torture/rpc: remove unused variable in dsgetinfo.c
Stefan Metzmacher
2014-02-11
1
-3
/
+1
*
s4:torture/rpc: remove unused variable in backupkey.c
Stefan Metzmacher
2014-02-11
1
-25
/
+24
*
s4:torture/rpc: fix compiler warnings in spoolss.c
Stefan Metzmacher
2014-02-11
1
-6
/
+14
[prev]
[next]