summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Comment out sys_get_number_of_cores() as we're no longer using this.Jeremy Allison2012-01-061-0/+2
* Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison2012-01-061-0/+49
* s3: Fix some nonempty blank linesVolker Lendecke2012-01-051-3/+3
* Third part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-301-21/+18
* Second part of fix for bug #8679 - recvfile code path using splice() on Linux...Jeremy Allison2011-12-301-1/+30
* Fix bug #8679 - recvfile code path using splice() on Linux leaves data in the...Jeremy Allison2011-12-251-3/+2
* s3:lib/ctdbd_conn: try ctdbd_init_connection() as rootStefan Metzmacher2011-12-231-0/+2
* Change the signature of pthreadpool_finished_job() to return 0Jeremy Allison2011-12-224-16/+19
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-1/+1
* s3:dbwrap fix return value of db_tdb_parseChristian Ambach2011-12-161-1/+5
* s3:smbd: remove unused sconn_server_id()Stefan Metzmacher2011-12-161-27/+0
* s3:lib/conn_tdb: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* s3-dbwrap: All relevant backends provide parse_record(). Remove the fallback.Volker Lendecke2011-12-151-37/+0
* s3-dbwrap: Remove the "fetch" db_context callbackVolker Lendecke2011-12-155-113/+0
* s3-dbwrap: Rewrite dbwrap_fetch in terms of dbwrap_parse_recordVolker Lendecke2011-12-151-3/+30
* s3-dbwrap: Rewrite dbwrap_fallback_parse_record based on dbwrap_fetch_lockedVolker Lendecke2011-12-151-4/+13
* s3-dbwrap: For nostalgic reasons, make dbwrap_file.c compile at leastVolker Lendecke2011-12-151-9/+14
* s3-dbwrap: Fix some blank line endingsVolker Lendecke2011-12-151-5/+5
* s3-dbwrap: Implement db_ctdb_parse_record in terms of db_ctdb_fetchVolker Lendecke2011-12-151-0/+19
* s3-dbwrap: Make dbwrap_parse_record return NTSTATUSVolker Lendecke2011-12-156-41/+68
* s3: Move can_delete_directory to smbd/, remove shimVolker Lendecke2011-12-132-12/+0
* s3-dbwrap: Simplify db_tdb_fetchlock_parse a bitVolker Lendecke2011-12-131-10/+11
* s3:lib/dummyparam: remove unused conn_snum_used() dummyStefan Metzmacher2011-12-131-5/+0
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-125-13/+8
* s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECLGünther Deschner2011-12-121-0/+4
* s3-dbwrap: Fix a typoVolker Lendecke2011-12-091-1/+1
* s3-dbwrap: & is not required when taking a function pointerVolker Lendecke2011-12-081-1/+1
* s3-dbwrap: Make dbwrap_fallback_wipe privateVolker Lendecke2011-12-083-8/+4
* s3-dbwrap: Avoid an "else" by an early returnVolker Lendecke2011-12-081-4/+4
* s3-dbwrap: Make dbwrap_fallback_parse_record privateVolker Lendecke2011-12-083-14/+5
* s3-dbwrap: Make dbwrap_fallback_fetch privateVolker Lendecke2011-12-083-10/+6
* s3-dbwrap: use wrappers where appropriateVolker Lendecke2011-12-081-7/+7
* s3-dbwrap: Use simpler code for logging keysVolker Lendecke2011-12-081-18/+23
* s3: Fix some blank line endingsVolker Lendecke2011-12-083-11/+11
* s3: Fix some nonblank line endingsVolker Lendecke2011-12-021-4/+4
* s3: Remove unused dbwrap_record_get_private_dataVolker Lendecke2011-12-022-6/+0
* s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDSVolker Lendecke2011-11-302-2/+223
* s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...Michael Adam2011-11-301-1/+1
* s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam2011-11-295-55/+58
* s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()Michael Adam2011-11-291-14/+1
* s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck2011-11-252-3/+13
* s3:lib fix output of hex escapes > 0x7F with cbuf_print_quotedGregor Beck2011-11-251-1/+1
* security: add local authority well-known SIDsChristian Ambach2011-11-241-0/+6
* s3-smbldap: remove dependency to secrets subsystem.Günther Deschner2011-11-161-17/+4
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-0/+3
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-220/+0
* s3: move smbldap_util to pdb_ldap_util.Günther Deschner2011-11-161-335/+0
* s3: server_id.pid has turned 64 (bits, that is)Volker Lendecke2011-11-101-4/+11
* s3:lib: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-4/+5
* s3:lib: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1