summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/access: normalize IPv4 mapped IPv6 addresses in both directions (bug #...Stefan Metzmacher2011-06-141-14/+17
* Fix bug #7528 - Solaris with NIS autohome.Jeremy Allison2011-06-141-0/+3
* Fix is_myname_or_ipaddr() to be robust against strange DNS setups.Jeremy Allison2011-06-141-31/+57
* alpha_strcpy() is a utility function which reportedly: Strips out all but 'a-...David Disseldorp2011-06-141-3/+9
* Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison2011-06-141-2/+22
* s3: use getgrset() when it is availableChristian Ambach2011-06-141-2/+57
* s3:util_seaccess: make sure that we don't grant SEC_STD_DELETE to the owner b...Stefan Metzmacher2011-06-141-13/+11
* Fix inode generation so nautilus can count total dir size correctlyNikolay Martynov2011-06-142-11/+372
* Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison2011-06-141-2/+6
* s3:lib/events: use DLIST_DEMOTE() for fd eventsStefan Metzmacher2011-03-051-0/+1
* s3:lib/events: don't loop over fd events is select gave -1Stefan Metzmacher2011-03-051-1/+1
* s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the acco...Stefan Metzmacher2011-03-051-3/+0
* v3-5-test: Pull in tevent_req_poll_ntstatus from masterVolker Lendecke2011-03-051-0/+11
* Fix our privileges code to display privileges with the "high" 32-bit value set.Jeremy Allison2011-03-051-11/+15
* Add SeSecurityPrivilige.Jeremy Allison2011-03-052-5/+4
* Fix bug #7743 - Inconsistent use of system name lookup can cause a domain joi...Jeremy Allison2011-03-051-1/+1
* s3: Attempt to fix bug 7665Volker Lendecke2011-03-0511-136/+295
* s3:lib/util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting...Michael Adam2011-03-051-0/+8
* s3:lib/util_str: add strlen_m_ext() that takes the dest charset as a parameter.Michael Adam2011-03-051-12/+52
* Fix denial of service - memory corruption.Jeremy Allison2011-02-276-4/+45
* s3: Remove a global variable in bugfix for bug 7665Volker Lendecke2010-09-272-7/+11
* s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager.Günther Deschner2010-09-271-30/+65
* s3: fix build on platforms without st_blocks and st_blksize stat struct membersBjörn Jacke2010-09-271-0/+9
* Fix bug 7590 - offline login fails because winbind deletes cache on every sta...Jeremy Allison2010-09-271-1/+1
* Fix bug #7669.Jeremy Allison2010-09-091-0/+3
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo...Günther Deschner2010-06-181-1/+1
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-05-171-8/+0
* s3: Remove the unused parameter "persistent" from fetch_locked_internal (cher...Volker Lendecke2010-04-011-8/+2
* s3: db->persistent==true was handled earlier, make this more obvious (cherry ...Volker Lendecke2010-04-011-1/+1
* s3: Add "g_lock_do" as a convenience wrapper function (cherry picked from com...Volker Lendecke2010-04-011-0/+64
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-04-011-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-04-011-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-04-011-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-04-011-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-04-011-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-04-011-3/+5
* s3: Fix a typo (cherry picked from commit bac235dd302570850bb25194ff4bd39b6d6...Volker Lendecke2010-04-011-1/+1
* Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison2010-04-011-14/+4
* s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam2010-04-011-38/+101
* s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connectionMichael Adam2010-04-011-0/+5
* s3:g_lock: remove an unreached code path.Michael Adam2010-04-011-4/+0
* s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__Michael Adam2010-04-011-4/+2
* s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.Michael Adam2010-04-011-5/+9
* s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.Michael Adam2010-04-011-1/+1
* s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().Michael Adam2010-04-011-1/+5
* s3:dbwrap_ctdb: fix an uninitialized variable.Michael Adam2010-04-011-1/+1
* s3:dbwrap_ctdb: fix two "may be used uninitialized" warningsMichael Adam2010-04-011-0/+3
* s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.Michael Adam2010-04-011-1/+5
* s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactionsMichael Adam2010-04-011-5/+116
* s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.Michael Adam2010-04-011-18/+12