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