summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2011-10-262-20/+0
* s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2011-09-262-7/+23
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-08-181-0/+141
* s3: Make is_executable() available in lib/Volker Lendecke2011-08-181-0/+17
* s3:smbldap: make smbldap_connect_system self containedGregor Beck2011-07-041-6/+11
* s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck2011-07-041-0/+7
* s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck2011-07-041-2/+1
* s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck2011-07-041-1/+2
* s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck2011-07-041-2/+2
* s3:lib/access: normalize IPv4 mapped IPv6 addresses in both directions (bug #...Stefan Metzmacher2011-06-071-14/+17
* Fix bug #7528 - Solaris with NIS autohome.Jeremy Allison2011-06-011-0/+3
* Fix is_myname_or_ipaddr() to be robust against strange DNS setups.Jeremy Allison2011-04-201-31/+57
* alpha_strcpy() is a utility function which reportedly: Strips out all but 'a-...David Disseldorp2011-04-041-3/+9
* Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison2011-04-041-2/+22
* s3: use getgrset() when it is availableChristian Ambach2011-03-291-2/+57
* s3:util_seaccess: make sure that we don't grant SEC_STD_DELETE to the owner b...Stefan Metzmacher2011-03-251-13/+11
* Fix inode generation so nautilus can count total dir size correctlyNikolay Martynov2011-03-232-11/+372
* Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison2011-03-231-2/+6
* Fix denial of service - memory corruption.Jeremy Allison2011-02-286-4/+45
* s3:lib/events: use DLIST_DEMOTE() for fd eventsStefan Metzmacher2011-02-051-0/+1
* s3:lib/events: don't loop over fd events is select gave -1Stefan Metzmacher2011-02-051-1/+1
* s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the acco...Stefan Metzmacher2011-01-081-3/+0
* v3-5-test: Pull in tevent_req_poll_ntstatus from masterVolker Lendecke2010-12-261-0/+11
* Fix our privileges code to display privileges with the "high" 32-bit value set.Jeremy Allison2010-11-241-11/+15
* Add SeSecurityPrivilige.Jeremy Allison2010-11-242-5/+4
* Fix bug #7743 - Inconsistent use of system name lookup can cause a domain joi...Jeremy Allison2010-11-111-1/+1
* s3: Attempt to fix bug 7665Volker Lendecke2010-11-1111-136/+295
* s3:lib/util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting...Michael Adam2010-11-111-0/+8
* s3:lib/util_str: add strlen_m_ext() that takes the dest charset as a parameter.Michael Adam2010-11-111-12/+52
* s3: Remove a global variable in bugfix for bug 7665Volker Lendecke2010-09-252-7/+11
* s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager.Günther Deschner2010-09-251-30/+65
* s3: fix build on platforms without st_blocks and st_blksize stat struct membersBjörn Jacke2010-09-251-0/+9
* Fix bug #7669.Jeremy Allison2010-09-151-0/+3
* Fix bug 7590 - offline login fails because winbind deletes cache on every sta...Jeremy Allison2010-08-161-1/+1
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo...Günther Deschner2010-06-091-1/+1
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-04-121-8/+0
* s3: Remove the unused parameter "persistent" from fetch_locked_internal (cher...Volker Lendecke2010-03-311-8/+2
* s3: db->persistent==true was handled earlier, make this more obvious (cherry ...Volker Lendecke2010-03-311-1/+1
* s3: Add "g_lock_do" as a convenience wrapper function (cherry picked from com...Volker Lendecke2010-03-311-0/+64
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-03-311-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-03-311-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-03-311-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-03-311-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-03-311-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-03-311-3/+5
* s3: Fix a typo (cherry picked from commit bac235dd302570850bb25194ff4bd39b6d6...Volker Lendecke2010-03-311-1/+1
* Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison2010-03-311-14/+4
* s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam2010-03-311-38/+101
* s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connectionMichael Adam2010-03-311-0/+5
* s3:g_lock: remove an unreached code path.Michael Adam2010-03-311-4/+0