index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
s3: add cluster_probe_ok() in a new module util_cluster.
Michael Adam
2
-0
/
+66
2013-10-17
smbd/winbindd: Do an early check if ctdbd is functional
Volker Lendecke
1
-0
/
+24
2013-10-17
ctdbd_conn: Remove one call to cluster_fatal
Volker Lendecke
1
-1
/
+0
2013-10-17
ctdbd_conn: Remove one call to cluster_fatal
Volker Lendecke
1
-1
/
+2
2013-10-17
ctdbd_conn: Lift the cluster_fatal call in get_cluster_vnn
Volker Lendecke
1
-1
/
+3
2013-10-17
s3:lib/netapi: do not use rpc_pipe_np_smb_conn()
Gregor Beck
1
-1
/
+1
2013-10-16
Add NetWkstaGetInfo.
Hans Leidekker
8
-1
/
+294
2013-09-25
build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build
Michael Adam
1
-2
/
+1
2013-09-24
libsmbconf:registry: add "state directory" to the list of forbidden parameters
Michael Adam
1
-0
/
+1
2013-09-24
libsmbconf:registry: clarify the appearance of "includes" in forbidden_names
Michael Adam
1
-1
/
+7
2013-09-24
libsmbconf:registry: reorganize the validity check and canonicalization of th...
Michael Adam
1
-14
/
+19
2013-09-24
libsmbconf:registry: publish smbconf_reg_parameter_is_valid()
Michael Adam
2
-1
/
+6
2013-09-24
libsmbconf:registry: rework smbconf_reg_parameter_forbidden(), renaming it.
Michael Adam
1
-17
/
+17
2013-09-23
afs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not def...
Michael Adam
1
-0
/
+6
2013-09-23
afs: format afs_syscall() properly
Michael Adam
1
-5
/
+1
2013-09-20
s3-rpc: use table->name directly in DEBUG contexts.
Günther Deschner
1
-1
/
+1
2013-09-09
gencache: Avoid a duplicate call to string_term_tdb_data
Volker Lendecke
1
-4
/
+2
2013-09-08
smbd: Use talloc_pooled_object in cp_smb_filename
Volker Lendecke
1
-16
/
+32
2013-09-06
lib: Apply some const to pull_file_id_24
Volker Lendecke
2
-2
/
+2
2013-09-05
lib: Use "mem_ctx" arg in gencache_get
Volker Lendecke
2
-17
/
+21
2013-09-05
lib: Add a "mem_ctx" arg to gencache_get (unused so far)
Volker Lendecke
3
-6
/
+7
2013-09-05
gencache: Fix SAFE_FREE vs data_blob_free
Volker Lendecke
1
-2
/
+2
2013-09-05
lib: Add "mem_ctx" to gencache_get_data_blob
Volker Lendecke
1
-4
/
+9
2013-08-28
dbwrap_ctdb: Treat empty records as non-existing
Volker Lendecke
2
-0
/
+18
2013-08-24
Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...
Jeremy Allison
1
-2
/
+4
2013-08-16
libctdb: Avoid an explicit memset
Volker Lendecke
1
-2
/
+1
2013-08-15
s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...
Jeremy Allison
2
-0
/
+162
2013-08-15
s3:lib/netapi: make use of lp_cli_maxprotocol()
Stefan Metzmacher
1
-1
/
+1
2013-08-15
s3:lib: remove unused interpret_protocol()
Stefan Metzmacher
1
-25
/
+0
2013-08-12
lib: Remove unused "get_peer_name"
Volker Lendecke
1
-79
/
+0
2013-08-12
lib: Remove unused "client_name"
Volker Lendecke
1
-5
/
+0
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
1
-1
/
+1
2013-08-05
s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.
Günther Deschner
1
-8
/
+8
2013-08-05
s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().
Günther Deschner
6
-37
/
+37
2013-08-05
s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().
Günther Deschner
8
-21
/
+22
2013-08-02
s3:lib/system fix build on AIX 7
Christian Ambach
1
-3
/
+12
2013-07-19
Add ea_list_has_invalid_name() function.
Jeremy Allison
1
-0
/
+34
2013-07-09
s3-lib: hide incomplete smbXsrv_tcon_global records
Stefan Metzmacher
1
-0
/
+13
2013-07-09
s3-lib: fix segf while reading incomplete session info (bug #10003)
Björn Baumbach
2
-7
/
+17
2013-06-25
s3:lib add mapping for ETXTBSY
Christian Ambach
1
-0
/
+3
2013-06-21
s3:lib/util_sid_passdb make use of pdb_is_responsible_for_* functions
Christian Ambach
1
-15
/
+34
2013-06-18
Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825e
Jeremy Allison
1
-2
/
+7
2013-06-18
Fix xx_path() - return check from mkdir() is incorrect.
Jeremy Allison
1
-3
/
+8
2013-06-14
gencache: Simplify gencache_init a bit
Volker Lendecke
1
-13
/
+16
2013-06-11
lib: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2013-06-03
s3:lib/ctdb_packet use sys_send in packet_fd_write
Christian Ambach
1
-1
/
+1
2013-05-28
Remove lib/netapi autoconf build system, this is now build with waf
Andrew Bartlett
2
-421
/
+0
2013-05-18
swat: Remove swat.
Kai Blin
1
-10
/
+0
2013-05-17
s3:lib/ctdb_conn make sure we are root before connecting to CTDB
Christian Ambach
1
-1
/
+14
2013-05-17
lib: Add before/after hooks to async_connect
Volker Lendecke
2
-3
/
+3
[next]