summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* r19827: Move registry_push/pull_value to lib/util_reg.cVolker Lendecke2007-10-101-1/+116
| | | | (This used to be commit 3047a4b92c7d5391a8f162f26ccc92ce30c35cee)
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 679330175185f8504bb5968339dcc7cb20d9140c)
* r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵Volker Lendecke2007-10-101-0/+18
| | | | | | | | | | | | against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker (This used to be commit 016ddce12005bb0829bf050e4d4851852751b3e5)
* r19774: Fix typoVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 842599a7fd1217b498dc2d241d39ed604cf0da7d)
* r19744: merge from samba4Stefan Metzmacher2007-10-105-53/+198
| | | | | metze (This used to be commit fe61e6ebf7d771ce6441198bf2e330d53bf7b10e)
* r19741: fix compiler warningsStefan Metzmacher2007-10-101-4/+8
| | | | | metze (This used to be commit 18171cf54b22f9f2d73753db580934bd10e95e3d)
* r19739: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit b7965ac26cbfdfe60f929e2fa3a295b8c57d220d)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-1031-628/+1810
| | | | | metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
* r19692: Another fix.Simo Sorce2007-10-101-1/+0
| | | | (This used to be commit a86a56fed3eb06b4b4a04329d42a9f57bad16271)
* r19690: Remove this ancient module, I never realized it was ported over.Simo Sorce2007-10-103-497/+1
| | | | (This used to be commit 3ef6ef7cc89b6421b9e8ec301cbd55ccd09e4d20)
* r19688: Fix a deadcode warning by Coverity.Volker Lendecke2007-10-101-7/+5
| | | | | | | | Simo, I'm not sure this is the correct fix. So I'd like you to look at it and merge to 4 if appropriate. Volker (This used to be commit afd7f12124b02b594063535f93903a8a598a0587)
* r19669: set_share_security does not need a mem_ctx passedVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 53eaa603eb84047263c27d57b8c0f5ce8e157189)
* r19666: Talloc_guide text on multithreading by Remi TurboultVolker Lendecke2007-10-101-0/+16
| | | | (This used to be commit 36a7bf738afd466e378fb2f09d1ce0b47ec924a4)
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-0/+25
| | | | | | the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter. (This used to be commit 0620658890fa9c68a9848538728023192319c81a)
* r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach2007-10-101-1/+6
| | | | | in core dump path. (This used to be commit 9a51fba71c5fa7082c331e1a78a98638d9aa06cf)
* r19601: Fix protection from invalid struct tm values.Jeremy Allison2007-10-101-0/+10
| | | | | | Backport from Samba4. Jeremy. (This used to be commit 02a0ac0bacafe91e4fa3ca0cae2f05a25215efbc)
* r19576: Correct trivial typo.James Peach2007-10-101-1/+1
| | | | (This used to be commit a0ada1aa342722fa7f90715a312b5d81f02f937b)
* r19533: Add a suffix to the program name if this is a process with aJeremy Allison2007-10-101-1/+12
| | | | | | non-default configuration file name. Jeremy. (This used to be commit e8bf421c018ed829b9dba7c0872693080b77d49d)
* r19491: backport changes from samba4Simo Sorce2007-10-108-35/+44
| | | | (This used to be commit aa464c9fda978f615230241921f83884a60f4c6f)
* r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2007-10-101-1/+3
| | | | | | | | | | sure whether to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself that el can not be NULL here. Volker (This used to be commit c0c035b1c8b9d80cd205cde16ad3e838e2d44459)
* r19485: Fix Coverity # 319Volker Lendecke2007-10-101-1/+1
| | | | (This used to be commit d9f1697c1f09e1f01c15d8fc210b7b5b7c7ec7bb)
* r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2007-10-102-4/+34
| | | | (This used to be commit c73d0815a3a1f58b951caa62fac601a8f4630894)
* r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2007-10-103-594/+660
| | | | (This used to be commit ced12bd6d8c95a103cb2c84166a64f9a21bd32ad)
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-1026-108/+170
| | | | | and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
* r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2007-10-101-0/+811
| | | | | see discussion on samba-technical (This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)
* r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter2007-10-101-10/+5
| | | | | winbindd and fail to disable the _NO_WINBIND environment. (This used to be commit a6366b40b3967853c20ca5399021108f09ffd505)
* r19415: oh la la, always compile before commit, I'm very sorry.Günther Deschner2007-10-101-6/+1
| | | | | Guenther (This used to be commit bdd2e0361ce53a4f10fca767f734991797e7f927)
* r19414: gencache is getting really important now, make sure that lp_lockdirGünther Deschner2007-10-101-1/+1
| | | | | | | always exists so that the gencache.tdb can get created there. Guenther (This used to be commit e5ed286125d1f4b8b28bf143f987102071fd0de2)
* r19385: These replaced symbols should have a rep_ prefix.James Peach2007-10-102-5/+5
| | | | (This used to be commit decdb46a3f7445d589c23e0ad554453ae79cd292)
* r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher2007-10-101-1/+3
| | | | | | | readline fixes for mac os 10 metze (This used to be commit 976b97ecbf9bde400a6f92cad9d9709d56e73058)
* r19244: fix the build on systems with broken krb5Stefan Metzmacher2007-10-101-0/+18
| | | | | | | | | | | | | | | | | | | we need to make sure HAVE_GSSAPI HAVE_KRB5_H HAVE_GSSAPI_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H are not in config.h this adds 2 new macros to libreplace AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE() metze (This used to be commit eb1f0b49cf0e84385a62f9dfcb2167fea2e8fd8b)
* r19241: compile xattr wrappers on mac os 10Stefan Metzmacher2007-10-101-0/+52
| | | | | | | patch from Bjoern Jacke and it fixes bug 3698 metze (This used to be commit e54302b9163cfe726c30a8efdc779250e076d493)
* r19240: move the NO_CONFIG_H check to libreplaceStefan Metzmacher2007-10-101-0/+2
| | | | | | | | this fixes the quota detection configure and maybe more configure tests metze (This used to be commit a3a082c42ccb21cb16d2e53991808ef3224efc6c)
* r19235: merge from samba4:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | | | fix configure test for net/if.h on some platforms AC_LANG_SOURCE() adds the content of confdefs.h in front of the compiled file metze (This used to be commit 7cbdc06ad9b68544c8eeaa68fdd7b03f71c0b739)
* r19232: merge from samba4:Stefan Metzmacher2007-10-102-16/+19
| | | | | | | | - machine/sys/getppdp.h workaround for HPUX 11.23 - more verbose check for net/if.h metze (This used to be commit 9b5c5bc3f3912776af6a8c9b13a9cb8dd2eff8f8)
* r19193: merge from samba4:Stefan Metzmacher2007-10-101-1/+3
| | | | | | | | fixed another checker warning and a possible error on allocation failure metze (This used to be commit d64583a763ffcff27f0bd6761196f7d554d44849)
* r19192: merge from samba4:Stefan Metzmacher2007-10-101-1/+6
| | | | | | | | | | ensure that data values from ldap libs are null terminated, to allow ldb_msg_find_attr_as_string() to work correctly. Thanks to Jim Myers for spotting this! metze (This used to be commit a5ea82bb05fb9d5c1842f9a105f6a10e39141c89)
* r19191: merge from samba4:Stefan Metzmacher2007-10-102-1/+2
| | | | | | | fix checker warnings metze (This used to be commit 93a0fe093b4614a18e99d0c3a71c5c8af2e57e4f)
* r19190: merge from samba4:Stefan Metzmacher2007-10-101-6/+1
| | | | | | | | remove wrong check and statement. to manipulate rootDSE we use ldb_dn_new() as base and that has 0 elements. metze (This used to be commit b81cae4180452d2a14c445392fd828032e6eddec)
* r19185: merge comment from samba4Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8)
* r19183: merge from samba4:Stefan Metzmacher2007-10-101-3/+13
| | | | | | | don't crash on invalid utf8 chars metze (This used to be commit 71e1f8550f96eaaae7e4fc4d02eb36f1d894abc8)
* r19182: merge from samba4:Stefan Metzmacher2007-10-104-1/+16
| | | | | | | | add ldb_set_create_perms() function to set the create_perms after ldb_init() and before ldb_connect() metze (This used to be commit dd9d469eef337954b6aee4c86ac0691f52812456)
* r19179: remove difference with samba4Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit e97e1ffea8e124c8001cf33ecac7500ae875f42f)
* r19177: merge from samba4:Stefan Metzmacher2007-10-101-9/+34
| | | | | | | | fix the standalone build of socket_wrapper by not using samba's DLIST_ macros metze (This used to be commit bc7b2e8db8fb34d6f321cd6b13b74e58945d7124)
* r19172: merge from samba4:Stefan Metzmacher2007-10-102-36/+72
| | | | | | | | change the socket wrapper license to what heimdal uses... metze (This used to be commit d19c19ae4be3f3ad349b72ba3181051bb4da335e)
* r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2007-10-105-20/+23
| | | | | | | | It would be nice if someone can merge that to samba4, otherwise I'll merge that to samba4 on monday metze (This used to be commit 6bc42f31ce294f2bd50ffbd536e1ee42607ef799)
* r19145: talloc_reference() can fail!Stefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit e4f2183684da90a67bc6a635d008b72a6dd3d0dd)
* r19137: that looks nicer:-)Stefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit db40552d9471f4a8ce2c5c724319a4eb242ed24a)
* r19135: fix bugs...Stefan Metzmacher2007-10-101-5/+4
| | | | | | | | - passing mem_ctx as ldb_context is a bad idea! - naming a static function talloc_ is also bad and misleading metze (This used to be commit 0523ad249335c6094854bc9cefb46e2095f4c0ba)
* r19133: More C++ warnings -- Merge across?Volker Lendecke2007-10-101-6/+12
| | | | (This used to be commit c879ed3d1edffeda629dc1e05031dca91c1a1e30)