summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3:popt_common: Fix password processing.Stefan Metzmacher2012-11-301-11/+2
* dbwrap: Do not rely on dbwrap_record_get_value to return a talloc objectVolker Lendecke2012-11-291-2/+3
* s3: Remove db_ctdb_fetchVolker Lendecke2012-11-291-55/+11
* s3: Directly parse local existing records in db_ctdb_parse_recordVolker Lendecke2012-11-291-0/+22
* s3: Factor out db_ctdb_can_use_local_hdr from db_ctdb_can_use_local_copyVolker Lendecke2012-11-291-11/+14
* s3: Remove unused code for fetching persistent ctdb recordsVolker Lendecke2012-11-291-129/+0
* s3: Avoid db_ctdb_fetch for persistent databasesVolker Lendecke2012-11-291-0/+44
* s3: Factor out parse_newest_in_marshall_buffer from pull_newest_from_marshall...Volker Lendecke2012-11-291-15/+51
* s3: reduce db_ctdb_marshall_loop_next to specialized db_ctdb_marshall_buf_parseVolker Lendecke2012-11-291-48/+21
* s3: Factor out db_ctdb_marshall_loop_next_key from db_ctdb_marshall_loop_nextVolker Lendecke2012-11-291-9/+24
* s3: Slightly simplify db_ctdb_marshall_loop_nextVolker Lendecke2012-11-291-4/+3
* s3: Use db_ctdb_ltdb_parse in db_ctdb_fetch_db_seqnum_from_dbVolker Lendecke2012-11-291-20/+21
* s3: Use db_ctdb_ltdb_parse in db_ctdb_ltdb_fetchVolker Lendecke2012-11-291-30/+46
* s3: Add db_ctdb_ltdb_parseVolker Lendecke2012-11-291-0/+42
* s3: Slightly simplify db_ctdb_transaction_commitVolker Lendecke2012-11-291-1/+2
* s3: Remove header==NULL code from db_ctdb_marshall_recordVolker Lendecke2012-11-291-12/+5
* s3: Open gencache_notrans with TDB_NOSYNCVolker Lendecke2012-11-281-1/+4
* s3: Avoid some transaction_commit on gencache.tdbVolker Lendecke2012-11-271-0/+110
* s3: Fix Coverity ID 741407 -- resource leakVolker Lendecke2012-11-261-0/+1
* build: Do not install testing binariesAndrew Bartlett2012-11-222-2/+4
* s3: Fix some blank line endingsVolker Lendecke2012-11-201-10/+10
* s3fs-popt: Add function to burn the commandline password.Andreas Schneider2012-11-081-0/+47
* s3:ctdb library: fix the build against older ctdb versionsBjörn Baumbach2012-11-021-0/+5
* s3: Use file_id_string in file_id_string_tosVolker Lendecke2012-10-301-6/+1
* s3: Fix some nonempty line endingsVolker Lendecke2012-10-291-5/+5
* s3:lib: remove unused connections_fetch_entry*() and connections_init()Stefan Metzmacher2012-10-192-68/+0
* s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...Gregor Beck2012-10-192-38/+95
* s3:lib: remove function connections_forall()Gregor Beck2012-10-192-61/+0
* s3:lib: remove unused sessionid_*() functionsGregor Beck2012-10-191-83/+0
* s3:lib: implement sessionid_traverse_read with smb2srv_session_traverse_readGregor Beck2012-10-191-25/+33
* s3:lib: remove unused function connections_traverse()Gregor Beck2012-10-192-23/+0
* s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher2012-10-192-0/+20
* s3: fix comment header description for smbd_shimMichael Adam2012-10-192-2/+2
* vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett2012-10-111-37/+0
* vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett2012-10-111-22/+37
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-6/+6
* s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supportedGregor Beck2012-09-211-0/+1
* s3: Use SBVAL in put_long_date_timespecVolker Lendecke2012-09-191-2/+1
* s3: Fix some nonempty line endingsVolker Lendecke2012-09-181-12/+12
* quota: add supprt for gfs2Björn Jacke2012-09-181-0/+2
* quota: also log which fs type we foundBjörn Jacke2012-09-151-1/+1
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-12/+9
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-121-9/+7
* s3:quota-nfs: add RQ_PATHLEN define for systems that don't have itBjörn Jacke2012-09-091-0/+4
* s3:quota-nfs: another build fix for the old Unix worldBjörn Jacke2012-09-091-1/+1
* s3:quota: don't add the string '"' into the argument listBjörn Jacke2012-09-081-2/+2
* s3:lib: use includes.h with cbuf and srprsGregor Beck2012-09-073-12/+1
* s3:sysquota_nfs: fix build on Tru64 et aliiBjörn Jacke2012-09-071-23/+31
* s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke2012-09-072-7/+9
* s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2012-09-072-8/+2