summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam2013-09-251-2/+1
* libsmbconf:registry: add "state directory" to the list of forbidden parametersMichael Adam2013-09-241-0/+1
* libsmbconf:registry: clarify the appearance of "includes" in forbidden_namesMichael Adam2013-09-241-1/+7
* libsmbconf:registry: reorganize the validity check and canonicalization of th...Michael Adam2013-09-241-14/+19
* libsmbconf:registry: publish smbconf_reg_parameter_is_valid()Michael Adam2013-09-242-1/+6
* libsmbconf:registry: rework smbconf_reg_parameter_forbidden(), renaming it.Michael Adam2013-09-241-17/+17
* afs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not def...Michael Adam2013-09-231-0/+6
* afs: format afs_syscall() properlyMichael Adam2013-09-231-5/+1
* s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner2013-09-201-1/+1
* gencache: Avoid a duplicate call to string_term_tdb_dataVolker Lendecke2013-09-091-4/+2
* smbd: Use talloc_pooled_object in cp_smb_filenameVolker Lendecke2013-09-081-16/+32
* lib: Apply some const to pull_file_id_24Volker Lendecke2013-09-062-2/+2
* lib: Use "mem_ctx" arg in gencache_getVolker Lendecke2013-09-052-17/+21
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-053-6/+7
* gencache: Fix SAFE_FREE vs data_blob_freeVolker Lendecke2013-09-051-2/+2
* lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke2013-09-051-4/+9
* dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2013-08-282-0/+18
* Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison2013-08-241-2/+4
* libctdb: Avoid an explicit memsetVolker Lendecke2013-08-161-2/+1
* s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2013-08-152-0/+162
* s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher2013-08-151-1/+1
* s3:lib: remove unused interpret_protocol()Stefan Metzmacher2013-08-151-25/+0
* lib: Remove unused "get_peer_name"Volker Lendecke2013-08-121-79/+0
* lib: Remove unused "client_name"Volker Lendecke2013-08-121-5/+0
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.Günther Deschner2013-08-051-8/+8
* s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner2013-08-056-37/+37
* s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner2013-08-058-21/+22
* s3:lib/system fix build on AIX 7Christian Ambach2013-08-021-3/+12
* Add ea_list_has_invalid_name() function.Jeremy Allison2013-07-191-0/+34
* s3-lib: hide incomplete smbXsrv_tcon_global recordsStefan Metzmacher2013-07-091-0/+13
* s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach2013-07-092-7/+17
* s3:lib add mapping for ETXTBSYChristian Ambach2013-06-251-0/+3
* s3:lib/util_sid_passdb make use of pdb_is_responsible_for_* functionsChristian Ambach2013-06-211-15/+34
* Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825eJeremy Allison2013-06-181-2/+7
* Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison2013-06-181-3/+8
* gencache: Simplify gencache_init a bitVolker Lendecke2013-06-141-13/+16
* lib: Remove an unused variableVolker Lendecke2013-06-111-1/+0
* s3:lib/ctdb_packet use sys_send in packet_fd_writeChristian Ambach2013-06-031-1/+1
* Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett2013-05-282-421/+0
* swat: Remove swat.Kai Blin2013-05-181-10/+0
* s3:lib/ctdb_conn make sure we are root before connecting to CTDBChristian Ambach2013-05-171-1/+14
* lib: Add before/after hooks to async_connectVolker Lendecke2013-05-172-3/+3
* s3:lib/dbwrap add missing curly bracesChristian Ambach2013-05-161-2/+4
* lib: Fix CID 241650 Sizeof not portableVolker Lendecke2013-05-121-1/+1
* pthreadpool: Fix CID 710828 Sizeof not portableVolker Lendecke2013-05-121-1/+1
* s3:lib fix wrong usage of PRIu64 in sscanfChristian Ambach2013-05-061-1/+1
* dbwrap: Allow dbwrap_record_watch_recv to not lock the recordVolker Lendecke2013-04-261-0/+3
* Ensure drain_socket() operates on a blocking socket.Jeremy Allison2013-04-191-2/+15
* util_tdb: add function tdb_data_string()Gregor Beck2013-04-181-0/+33