summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher2008-01-182-0/+29
* r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2008-01-182-51/+0
* r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher2008-01-181-2/+5
* r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher2008-01-181-0/+1
* r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2008-01-182-15/+2
* r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher2008-01-181-5/+12
* Fix the build w/o ADS.Günther Deschner2008-01-181-0/+4
* Add header for NetGetJoinableOUs to libnetapi.Günther Deschner2008-01-181-0/+11
* merged changes from v4-0-testAndrew Tridgell2008-01-182-43/+43
* Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-183-3/+309
* Cosmetics and error string reporting for libnetapi.Günther Deschner2008-01-183-16/+114
* Add some more debugging into netdomjoin-gui.Günther Deschner2008-01-181-4/+9
* Fix local hostname detection in netdomjoin-gui.Günther Deschner2008-01-181-10/+27
* Improve libnetapi_set_error_string().Günther Deschner2008-01-182-7/+39
* Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2008-01-172-38/+8
* Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2008-01-161-2/+25
* Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke2008-01-161-0/+1
* Next try to fix the max dead record calculationVolker Lendecke2008-01-161-1/+1
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+5
* Fix a missing prototype warningVolker Lendecke2008-01-161-0/+1
* Add "config backend" to the parameters forbidden in registry config.Michael Adam2008-01-161-0/+1
* Use lp_config_backend_is_registry() instead of lp_include_registry_globals().Michael Adam2008-01-161-1/+1
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-169-85/+276
* Port from ctdb:Jeremy Allison2008-01-151-16/+6
* From Alexander BokovoyJeremy Allison2008-01-141-1/+1
* samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
* Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-131-1/+17
* Restructure dbwrap_rbtVolker Lendecke2008-01-121-59/+127
* CID 458. Don't leak dlopen handles on failing to loadJeremy Allison2008-01-121-0/+2
* Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison2008-01-1110-218/+358
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-2/+2
* Fix libnetapi error string callers.Günther Deschner2008-01-113-7/+7
* Include some basic headers in netapi.h.Günther Deschner2008-01-111-0/+10
* Refactor libnetapi error string functions a bit.Günther Deschner2008-01-112-6/+20
* Tiny cosmetic fixVolker Lendecke2008-01-101-2/+1
* Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2008-01-102-87/+110
* Reformat some code I just touched.Michael Adam2008-01-101-12/+20
* Fix a really silly typo.Michael Adam2008-01-101-1/+1
* Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-101-5/+23
* use talloc_tos() in share_access_check()Volker Lendecke2008-01-101-8/+3
* Fix a c++ warningVolker Lendecke2008-01-101-1/+2
* talloc_free_children can only reset pool if it's emptyVolker Lendecke2008-01-101-1/+2
* Mark talloc_pool memory for valgrindVolker Lendecke2008-01-101-3/+16
* Form a proper hierarchy in talloc_stackVolker Lendecke2008-01-101-3/+10
* Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-092-11/+28
* Add the calls to make use of talloc_pools in a talloc_stackframe.Jeremy Allison2008-01-091-2/+16
* Implement talloc_pool()Volker Lendecke2008-01-093-7/+207
* Fix the max_dead_record calculationsVolker Lendecke2008-01-091-4/+1