summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s3: add cluster_probe_ok() in a new module util_cluster.Michael Adam2-0/+66
2013-10-17smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke1-0/+24
2013-10-17ctdbd_conn: Remove one call to cluster_fatalVolker Lendecke1-1/+0
2013-10-17ctdbd_conn: Remove one call to cluster_fatalVolker Lendecke1-1/+2
2013-10-17ctdbd_conn: Lift the cluster_fatal call in get_cluster_vnnVolker Lendecke1-1/+3
2013-10-17s3:lib/netapi: do not use rpc_pipe_np_smb_conn()Gregor Beck1-1/+1
2013-10-16Add NetWkstaGetInfo.Hans Leidekker8-1/+294
2013-09-25build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam1-2/+1
2013-09-24libsmbconf:registry: add "state directory" to the list of forbidden parametersMichael Adam1-0/+1
2013-09-24libsmbconf:registry: clarify the appearance of "includes" in forbidden_namesMichael Adam1-1/+7
2013-09-24libsmbconf:registry: reorganize the validity check and canonicalization of th...Michael Adam1-14/+19
2013-09-24libsmbconf:registry: publish smbconf_reg_parameter_is_valid()Michael Adam2-1/+6
2013-09-24libsmbconf:registry: rework smbconf_reg_parameter_forbidden(), renaming it.Michael Adam1-17/+17
2013-09-23afs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not def...Michael Adam1-0/+6
2013-09-23afs: format afs_syscall() properlyMichael Adam1-5/+1
2013-09-20s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner1-1/+1
2013-09-09gencache: Avoid a duplicate call to string_term_tdb_dataVolker Lendecke1-4/+2
2013-09-08smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke1-16/+32
2013-09-06lib: Apply some const to pull_file_id_24Volker Lendecke2-2/+2
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke2-17/+21
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke3-6/+7
2013-09-05gencache: Fix SAFE_FREE vs data_blob_freeVolker Lendecke1-2/+2
2013-09-05lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke1-4/+9
2013-08-28dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2-0/+18
2013-08-24Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-16libctdb: Avoid an explicit memsetVolker Lendecke1-2/+1
2013-08-15s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2-0/+162
2013-08-15s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher1-1/+1
2013-08-15s3:lib: remove unused interpret_protocol()Stefan Metzmacher1-25/+0
2013-08-12lib: Remove unused "get_peer_name"Volker Lendecke1-79/+0
2013-08-12lib: Remove unused "client_name"Volker Lendecke1-5/+0
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2013-08-05s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.Günther Deschner1-8/+8
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner6-37/+37
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner8-21/+22
2013-08-02s3:lib/system fix build on AIX 7Christian Ambach1-3/+12
2013-07-19Add ea_list_has_invalid_name() function.Jeremy Allison1-0/+34
2013-07-09s3-lib: hide incomplete smbXsrv_tcon_global recordsStefan Metzmacher1-0/+13
2013-07-09s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach2-7/+17
2013-06-25s3:lib add mapping for ETXTBSYChristian Ambach1-0/+3
2013-06-21s3:lib/util_sid_passdb make use of pdb_is_responsible_for_* functionsChristian Ambach1-15/+34
2013-06-18Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825eJeremy Allison1-2/+7
2013-06-18Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison1-3/+8
2013-06-14gencache: Simplify gencache_init a bitVolker Lendecke1-13/+16
2013-06-11lib: Remove an unused variableVolker Lendecke1-1/+0
2013-06-03s3:lib/ctdb_packet use sys_send in packet_fd_writeChristian Ambach1-1/+1
2013-05-28Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett2-421/+0
2013-05-18swat: Remove swat.Kai Blin1-10/+0
2013-05-17s3:lib/ctdb_conn make sure we are root before connecting to CTDBChristian Ambach1-1/+14
2013-05-17lib: Add before/after hooks to async_connectVolker Lendecke2-3/+3