summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-052-0/+32
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-053-1/+145
* CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...Stefan Metzmacher2013-12-051-0/+5
* xattr: fix listing EAs on *BSD for non-root usersJeremy Allison2013-11-281-0/+4
* s3-serverid: add a readonly variant of the serverid init code.Günther Deschner2013-09-181-4/+16
* s3-serverid: restructure serverid initialization.Günther Deschner2013-09-181-13/+17
* s3-sessionid: use sessionid_init_readonly() from cmdline tools.Günther Deschner2013-09-181-3/+13
* s3-sessionid: change session_db_ctx() to always return the session_id_ctx poi...Günther Deschner2013-09-181-6/+7
* Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison2013-06-171-5/+3
* Make sure that we only propogate the INHERITED flag when we are allowed to.Jeremy Allison2013-04-261-1/+2
* Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison2013-03-141-1/+1
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-12-061-2/+1
* Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke2012-12-061-1/+1
* quota: add supprt for gfs2Björn Jacke2012-10-291-0/+2
* Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison2012-10-291-4/+9
* sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...Björn Jacke2012-09-131-0/+1
* Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.Jeremy Allison2012-09-131-3/+7
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-241-8/+1
* Fix bug #9034 - Typo in set_re_uid() call when USE_SETRESUID selected in conf...Jeremy Allison2012-07-241-1/+1
* Complete fix for bug #8811 - sd_has_inheritable_components segfaults on an SD...Jeremy Allison2012-06-221-0/+4
* s3-pid: Catch with pid filename's change when config file is not smb.confMatthieu Patou2012-06-221-1/+25
* s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760Volker Lendecke2012-06-221-0/+16
* s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher2012-06-221-3/+15
* s3-dbwrap_ctdb: fix the build.Günther Deschner2012-06-221-1/+3
* s3:dbwrap: traverse records created within this transaction.Gregor Beck2012-06-221-1/+39
* s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam2012-06-221-3/+10
* Change the signature of pthreadpool_finished_job() to return 0 on success, er...Jeremy Allison2012-06-224-16/+19
* s3-smbd: Fix bug #8724.samba-3.6.3Ira Cooper2012-01-291-2/+7
* s3:lib/ctdbd_conn: try ctdbd_init_connection() as root (bug #8684)Stefan Metzmacher2012-01-231-0/+2
* Third part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2012-01-231-21/+18
* Second part of fix for bug #8679 - recvfile code path using splice() on Linux...Jeremy Allison2012-01-231-1/+30
* Fix bug #8679 - recvfile code path using splice() on Linux leaves data in the...Jeremy Allison2012-01-231-3/+2
* s3: allow to set TCP_NODELAYACK socket option on AIX (#8616)Björn Jacke2012-01-231-0/+3
* s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2012-01-232-20/+0
* Fix sys_fseek wrapperBrad Smith2012-01-231-0/+2
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2012-01-231-1/+1
* s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2011-10-122-7/+23
* Fix bug #8395 - optimize serverid_exists() for Solaris.Ira Cooper2011-09-161-1/+5
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-09-161-0/+148
* s3: Make is_executable() available in lib/Volker Lendecke2011-09-161-0/+17
* s3:lib/events: Fix a bug in run_poll_events().Stefan Metzmacher2011-08-091-0/+4
* s3: dbwrap_ctdb.c: Fix bug #8303 #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issueBjörn Baumbach2011-08-071-2/+2
* s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2011-07-262-3/+11
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-264-10/+44
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-263-42/+4
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-261-2/+8
* s3:smbldap: make smbldap_connect_system self containedGregor Beck2011-07-261-6/+11
* s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck2011-07-261-0/+7
* s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck2011-07-261-2/+1
* s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck2011-07-261-1/+2