summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-07-24lib/param: Merge DNS parameters with source3 paramAndrew Bartlett1-18/+29
2012-07-24lib/param: Rearrange AD DC options to make a merge with the source3 table easierAndrew Bartlett1-50/+53
2012-07-24lib/param: Re-arrange TLS parameters into their own sectionAndrew Bartlett1-48/+51
2012-07-24lib/param: Add handler overridesAndrew Bartlett1-0/+18
2012-07-24lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2-19/+13
2012-07-24lib/param: Make lp_usershare_max_shares() a common parameterAndrew Bartlett1-0/+1
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett2-0/+219
2012-07-24lib/param: Rename param_enums.c to param_table.cAndrew Bartlett2-1/+1
2012-07-24lib/param: Remove 'case insensitive filesystem'Andrew Bartlett2-9/+0
2012-07-24lib/param: Remove "ntptr providor" and hard-code in s4 spoolss serverAndrew Bartlett2-10/+0
2012-07-24param: Make internal handler for 'server role' commonAndrew Bartlett2-1/+1
2012-07-24param: Make the 'unicode' parameter commonAndrew Bartlett2-1/+1
2012-07-23lib/crypto: add aes_ccm_128Stefan Metzmacher4-1/+226
2012-07-19Add debugs to functions. Add pidfile_unlink().Jeremy Allison2-0/+25
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison3-1/+158
2012-07-19s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as defaultAndrew Bartlett1-0/+1
2012-07-19lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2-1/+1
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2-1/+1
2012-07-19s4-param: Remove unused "idmap trusted only"Andrew Bartlett1-12/+0
2012-07-19lib/param: Add my copyrightAndrew Bartlett1-0/+1
2012-07-19lib/param: bring lp_time_server() into commonAndrew Bartlett2-1/+1
2012-07-18talloc_stack: abort in developer me if no stackframe on talloc_tos()Rusty Russell2-4/+9
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-07-18lib/util/modules.c: fix stackframe leak.Rusty Russell1-1/+2
2012-07-18talloc_stack: report lazy freeing (panic if DEVELOPER).Rusty Russell1-0/+11
2012-07-18talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2-8/+11
2012-07-18talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell1-8/+9
2012-07-18talloc: don't allow a talloc_pool inside a talloc_pool.Rusty Russell2-1/+9
2012-07-18talloc: use a struct for pool headers.Rusty Russell2-106/+90
2012-07-16pytdb: Check if the database is closed before we touch itAndrew Bartlett2-10/+85
2012-07-16pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett1-0/+16
2012-07-13lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett1-3/+3
2012-07-09lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett3-1/+261
2012-07-06pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2-0/+20
2012-07-06pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2-2/+2
2012-07-06s4-selftest: Test samba-tool domain dcpromoAndrew Bartlett1-1/+1
2012-07-05talloc: remove unused variablesBjörn Jacke1-5/+0
2012-07-05lib/addns: remove defines we don't need or have for sure via libreplaceBjörn Jacke1-84/+0
2012-07-05lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 typesBjörn Jacke6-112/+112
2012-07-04replace: make the INT64_MAX define more portableBjörn Jacke1-1/+1
2012-07-04ntdb: make --disable-ntdb work properly.Rusty Russell2-6/+9
2012-07-03ldb: bump version due to header and internal implementation changesAndrew Bartlett3-1/+261
2012-07-02Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison1-0/+46
2012-06-30ccan: make it a grouping library.Rusty Russell1-0/+10
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-1/+32
2012-06-29lib/ccan: readd execinfo dependency to failtestStefan Metzmacher1-1/+4
2012-06-29lib/util: fix fd leak in anonymous_shared_allocate() if MAP_ANON is not avail...Stefan Metzmacher1-1/+14
2012-06-29ccan: we're subsystems, not a library.Rusty Russell4-24/+39
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison3-12/+46
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison7-32/+264