s3:sysquota_nfs: fix build on Tru64 et alii
[kai/samba.git] / source3 / lib /
2012-09-07 Björn Jackes3:sysquota_nfs: fix build on Tru64 et alii
2012-09-07 Björn Jackes3:quota: clean up and consolidate the xfs quota checks...
2012-09-07 Björn Jackes3:sysquota_xfs: fix logic so that we actually use...
2012-09-07 Björn Jackes3:sysquota_xfs: check and include the right fs header...
2012-09-07 Alexander Bokovoys3-smbldap: make smbldap public library and maintain...
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefix for all functions
2012-09-06 Björn Jackefileserver:sysquotas: remove wrong cast
2012-09-06 Björn Jackesysquota: we need to list nfs4 as a separate fs name...
2012-09-04 Volker Lendeckes3: Fix a comment
2012-09-04 Michael Adams3: in sys_popen(), add a debug message for failed...
2012-09-04 Michael Adams3: in sys_popen(), add a debug message for failed...
2012-09-04 Michael Adams3: in sys_popen(), untangle function call from result...
2012-09-04 Michael Adams3: in sys_popen(), untangle assigment from check and...
2012-09-04 Michael Adams3: in sys_popen(), improve call to pipe and report...
2012-09-04 Michael Adams3: in sys_popen(), validate input before opening the...
2012-09-04 Michael Adams3: in sys_popen(), fix a debug message
2012-09-02 Björn Jackes3: adopt the new sysquotas_4B support for BSD
2012-09-01 Björn Jackes3: add sysquotas_4B support
2012-09-01 Jeremy AllisonChange the S3 fileserver over to se_file_access_check().
2012-08-31 David Disseldorptdb: return unpack error on strdup failure
2012-08-31 Christof Schmitts3:dbwrap_ctdb: Add DB name and key to warning message
2012-08-24 Stefan Metzmachers3:lib: make sure we don't try to send messages to...
2012-08-24 Stefan Metzmachers3:lib: remove unused processes_exist()
2012-08-24 Stefan Metzmachers3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimizatio...
2012-08-24 Stefan Metzmachers3:lib: only loop over the server_ids we need to verify...
2012-08-24 Stefan Metzmachers3:lib: use server_id_is_disconnected() in serverids_ex...
2012-08-24 Stefan Metzmachers3:lib: inline processes_exist() into serverids_exist()
2012-08-24 Stefan Metzmachers3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means...
2012-08-24 Stefan Metzmachers3:lib: implement process_exists() as wrapper of server...
2012-08-24 Stefan Metzmachers3:g_lock: use serverid_exists() with SERVERID_UNIQUE_I...
2012-08-24 Stefan Metzmachers3:lib: implement serverid_exists() as wrapper of serve...
2012-08-24 Stefan Metzmachers3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization...
2012-08-22 Jeremy AllisonRemove align_string(). No longer used.
2012-08-17 Michael Adams3: add a debug message for failed execv in sys_popen()
2012-08-17 Stefan Metzmachers3:lib: implement interpret_pid() as wrapper of server_...
2012-08-17 Stefan Metzmachers3:lib: implement serverid_equal() as macro of server_i...
2012-08-16 Volker Lendeckes3-g_lock: Make g_lock_lock more robust
2012-08-16 Volker Lendeckes3-msg: For msg_channel, correct the talloc hierarchy
2012-08-16 Volker Lendeckes3-msg: Rename msg_channel_init_destructor
2012-08-16 Volker Lendeckes3-g_lock: Properly free "rec" on retry to avoid deadlock
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_qualifier() as it is...
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_acl() and replace with...
2012-08-15 Andrew Bartletts3-smbd: Change allocation of smb_acl_t to talloc()
2012-08-09 Jeremy AllisonRemove smb_panic() from unix_strlower(). Just rely...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonFix strlower_m() to return an error indication.
2012-08-09 Jeremy AllisonCheck error returns on strnorm().
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-09 Jeremy AllisonChange strupper_m() to return a value.
2012-08-09 Jeremy AllisonFix bad return in unix_strupper.
2012-08-09 Jeremy AllisonPrepare to remove smb_panic() from unix_strlower().
2012-08-09 Jeremy AllisonFix bad return values in unix_strlower/unix_strupper.
2012-08-09 Andrew Bartletts3-events: Do not vasprintf() the tevent debug messages...
2012-08-07 Rusty Russellsource3/loadparm.c: Move string_set/string_free inside.
2012-08-03 Christian Ambachs3-ctdb: return proper exit code
2012-08-03 Christian Ambachs3-ctdb: adjust a loglevel
2012-08-03 Volker Lendeckes3-ctdb: Fix ctdb_serverids_exist for target nodes...
2012-08-03 Volker Lendeckes3-ctdb: Add debugs to ctdb_serverids_exist
2012-08-01 Michael Adams3:ctdbd_conn: use unitX_t types consistently throughou...
2012-07-31 Stefan Metzmachers3:dbwrap_ctdb: initialize db_record->db
2012-07-26 Björn Jackes3: add Darwin sendfile support and merge with the...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-23 Andreas Schneiders3-winbind: Fix bug #9052 resolving our own "Domain...
2012-07-20 Jeremy AllisonRemove source3/lib/pidfile.c
2012-07-19 Jeremy AllisonMake the s3 pidfile use the common code inside lib...
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-07-18 Volker Lendeckes3: Add tevent_wait_send/recv
2012-07-18 Volker Lendeckes3-libasys: Add asys_fsync() implementation
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3: Make smbd/aio.c not depend on aio.h anymore
2012-07-18 Volker Lendeckelibasys
2012-07-18 Rusty Russellsource3/netapi: fix only caller which doesn't set up...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-17 Rusty Russellsource3/lib/smbconf/testsuite.c: fix stackframe leak
2012-07-11 Jeremy AllisonMove set_thread_credentials_permanently() to set_thread...
2012-07-10 Jeremy AllisonFix typo we've had for a long time in set_re_uid()...
2012-07-09 Jeremy AllisonMake check_same_stat() and check_same_dev_ino() common...
2012-07-06 Volker Lendeckes3: Fix Coverity ID 709470 Uninitialized scalar variable
2012-07-03 Jeremy AllisonMove copy_unix_token() from locking/locking.c to lib...
2012-07-03 Jeremy AllisonAdd function set_thread_credentials_permanently()....
2012-07-03 Andreas Schneiders3-passdb: Remove obsolte ldapsam_compat support.
2012-07-02 Björn Baumbachs3-libpidfile: fix check for running process.
2012-07-02 Björn Baumbachs3-libpidfile: some more debug output
2012-06-29 Jeremy AllisonTry and fix the autoconf build on Solaris/Nexenta/etc.
2012-06-29 Michael Adams3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_lo...
2012-06-29 Michael Adams3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()
2012-06-29 Michael Adams3:dbwrap_ctdb: expand the comment for the db_ctdb_can_...
2012-06-29 Michael Adams3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_...
2012-06-29 Michael Adams3:dbrwap_ctdb: remove commented out legacy code
2012-06-29 Michael Adams3:dbwrap_ctdb: fix fetch/fetch_locked when samba is...
2012-06-29 Jeremy AllisonMove back to using per-thread credentials on Linux...
2012-06-29 Jeremy AllisonReplace all uses of setXX[ug]id() and setgroups with...
2012-06-28 Volker Lendeckes3: Fix compilation of pthreadpool_sync.c on platforms...
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-27 Gregor Becks3:conn_tdb: add a function connections_fetch_entry_ext...
2012-06-27 Gregor Becks3:lib:dbwrap: fix return value of db_ctdb_traverse...
2012-06-22 Stefan Metzmachers3:serverid: don't ignore the result of dbwrap_parse_re...
2012-06-22 Rusty Russelldbwrap: dbwrap_local_open()
2012-06-22 Rusty Russelldbwrap: remove get_flags().
2012-06-22 Rusty Russellutil_tdb: move timeout chainlock variants from source3...
next