summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-02-132-2/+0
* talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-02-132-0/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2008-02-131-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2008-02-131-0/+7
* r26292: Make sure swig directory exists.Jelmer Vernooij2008-02-131-0/+1
* r26280: Fix installation if swig is not available.Jelmer Vernooij2008-02-131-1/+1
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2008-02-131-0/+1
* r26197: Add bindings for libsecurity.Jelmer Vernooij2008-02-132-9/+2
* r26187: Fix module name, indentation.Jelmer Vernooij2008-02-131-0/+2
* r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij2008-02-131-0/+24
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2008-02-132-2/+2
* r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher2008-02-131-2/+1
* r25953: AIX make doesn't support $^.Jelmer Vernooij2008-02-132-2/+2
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij2008-02-133-2/+6
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2008-02-131-1/+1
* r25882: Build shared library of talloc as well.Jelmer Vernooij2008-02-132-2/+22
* Use pidl for _lsa_LookupPrivDisplayName().Günther Deschner2008-02-111-0/+4
* Fix some typos.Karolin Seeger2008-02-082-3/+3
* merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
* merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
* Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug.Michael Adam2008-02-061-2/+2
* Add support for LDAP debug output in Samba log file.Michael Adam2008-02-061-0/+52
* Fix a debug messageVolker Lendecke2008-02-051-1/+1
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-17/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-042-13/+6
* Simplify str_list_xxxVolker Lendecke2008-02-041-111/+47
* popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin2008-02-041-3/+12
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-23/+2
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-44/+7
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-8/+7
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-22/+23
* Convert read_smb_length to return NTSTATUSVolker Lendecke2008-02-021-18/+5
* Convert read_smb_length_return_keepalive to return NTSTATUSVolker Lendecke2008-02-021-36/+44
* Convert read_smb_length_return_keepalive to read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-2/+19
* Add read_socket_with_timeout_ntstatusVolker Lendecke2008-02-021-23/+48
* Return NOTFOUND from db_tdb_delete if the record does not existVolker Lendecke2008-02-021-2/+9
* NetBSD needs LD_LIBRARY_PATHVolker Lendecke2008-02-011-0/+3
* Fix a typoVolker Lendecke2008-02-011-1/+1
* Ensure that convert_string_allocate() allocates 2 extraJeremy Allison2008-02-011-6/+14
* NetBSD does not support AI_ADDRCONFIGVolker Lendecke2008-02-011-0/+7
* Re-run make idl.Günther Deschner2008-01-311-2/+2
* merged tdb transaction fixAndrew Tridgell2008-01-311-0/+3
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-3/+3
* We need to leave the corepath aroundVolker Lendecke2008-01-271-1/+0
* Adding missing calls to va_end().Tim Potter2008-01-274-2/+16
* Tiny simplificationVolker Lendecke2008-01-251-8/+7
* Remove a pointless while loopVolker Lendecke2008-01-251-11/+7
* Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner2008-01-251-0/+5
* No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
* More read_data -> read_socket_with_timeoutVolker Lendecke2008-01-241-16/+3