summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell26-108/+170
and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
2007-10-10r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell1-0/+811
see discussion on samba-technical (This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)
2007-10-10r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter1-10/+5
winbindd and fail to disable the _NO_WINBIND environment. (This used to be commit a6366b40b3967853c20ca5399021108f09ffd505)
2007-10-10r19415: oh la la, always compile before commit, I'm very sorry.Günther Deschner1-6/+1
Guenther (This used to be commit bdd2e0361ce53a4f10fca767f734991797e7f927)
2007-10-10r19414: gencache is getting really important now, make sure that lp_lockdirGünther Deschner1-1/+1
always exists so that the gencache.tdb can get created there. Guenther (This used to be commit e5ed286125d1f4b8b28bf143f987102071fd0de2)
2007-10-10r19385: These replaced symbols should have a rep_ prefix.James Peach2-5/+5
(This used to be commit decdb46a3f7445d589c23e0ad554453ae79cd292)
2007-10-10r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher1-1/+3
readline fixes for mac os 10 metze (This used to be commit 976b97ecbf9bde400a6f92cad9d9709d56e73058)
2007-10-10r19244: fix the build on systems with broken krb5Stefan Metzmacher1-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)
2007-10-10r19241: compile xattr wrappers on mac os 10Stefan Metzmacher1-0/+52
patch from Bjoern Jacke and it fixes bug 3698 metze (This used to be commit e54302b9163cfe726c30a8efdc779250e076d493)
2007-10-10r19240: move the NO_CONFIG_H check to libreplaceStefan Metzmacher1-0/+2
this fixes the quota detection configure and maybe more configure tests metze (This used to be commit a3a082c42ccb21cb16d2e53991808ef3224efc6c)
2007-10-10r19235: merge from samba4:Stefan Metzmacher1-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)
2007-10-10r19232: merge from samba4:Stefan Metzmacher2-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)
2007-10-10r19193: merge from samba4:Stefan Metzmacher1-1/+3
fixed another checker warning and a possible error on allocation failure metze (This used to be commit d64583a763ffcff27f0bd6761196f7d554d44849)
2007-10-10r19192: merge from samba4:Stefan Metzmacher1-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)
2007-10-10r19191: merge from samba4:Stefan Metzmacher2-1/+2
fix checker warnings metze (This used to be commit 93a0fe093b4614a18e99d0c3a71c5c8af2e57e4f)
2007-10-10r19190: merge from samba4:Stefan Metzmacher1-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)
2007-10-10r19185: merge comment from samba4Stefan Metzmacher1-0/+4
metze (This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8)
2007-10-10r19183: merge from samba4:Stefan Metzmacher1-3/+13
don't crash on invalid utf8 chars metze (This used to be commit 71e1f8550f96eaaae7e4fc4d02eb36f1d894abc8)
2007-10-10r19182: merge from samba4:Stefan Metzmacher4-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)
2007-10-10r19179: remove difference with samba4Stefan Metzmacher1-0/+4
metze (This used to be commit e97e1ffea8e124c8001cf33ecac7500ae875f42f)
2007-10-10r19177: merge from samba4:Stefan Metzmacher1-9/+34
fix the standalone build of socket_wrapper by not using samba's DLIST_ macros metze (This used to be commit bc7b2e8db8fb34d6f321cd6b13b74e58945d7124)
2007-10-10r19172: merge from samba4:Stefan Metzmacher2-36/+72
change the socket wrapper license to what heimdal uses... metze (This used to be commit d19c19ae4be3f3ad349b72ba3181051bb4da335e)
2007-10-10r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher5-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)
2007-10-10r19145: talloc_reference() can fail!Stefan Metzmacher1-1/+3
metze (This used to be commit e4f2183684da90a67bc6a635d008b72a6dd3d0dd)
2007-10-10r19137: that looks nicer:-)Stefan Metzmacher2-2/+2
metze (This used to be commit db40552d9471f4a8ce2c5c724319a4eb242ed24a)
2007-10-10r19135: fix bugs...Stefan Metzmacher1-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)
2007-10-10r19133: More C++ warnings -- Merge across?Volker Lendecke1-6/+12
(This used to be commit c879ed3d1edffeda629dc1e05031dca91c1a1e30)
2007-10-10r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke6-14/+19
I have some problems resolving the last 3 ones in attrib_handlers.c. In line 251 the function ldb_dn_explode_casefold is called with mem_ctx as the first argument. Looking at ldb_dn_explode_casefold I see that the first argument it expects is a struct ldb_context. I could certainly add a cast to (struct ldb_context *) to that call, but I would assume that this is the wrong fix. Is it possible that attrib_handlers.c:251 and :254 should have ldb and not mem_ctx as the first argument? Can anybody from Samba4 clarify this for me and apply the correct fix? Thanks a lot. Volker (This used to be commit 26f2cb71ebf00b2c6f356da5f32384f7fa083521)
2007-10-10r19130: fix the logic for the AC_PROG_CC_C99 checkStefan Metzmacher1-1/+1
metze (This used to be commit 21516dc5ac95e7e5d6a7d7f890d42742b36f2454)
2007-10-10r19126: Fix some uninitialized variable warningsVolker Lendecke1-4/+7
(This used to be commit 90bfa3461038f5d179525dec0cf5b3f137e927e0)
2007-10-10r19125: merge from samba4Andrew Tridgell3-45/+44
(This used to be commit 65e1500ae6b5ca6334a63f4a18272568202bc048)
2007-10-10r19124: merge from samba4:Stefan Metzmacher1-1/+1
pass LDFLAGS from configure to Makefile metze (This used to be commit 7ba9fddacb97153405bf0bec16b3a868e4e323e0)
2007-10-10r19121: try to get rid of the difference between in system/iconv.hStefan Metzmacher1-6/+16
between samba 3 and 4. metze (This used to be commit 04031a9fca037ad77cca0ba0da6801d5017521ba)
2007-10-10r19102: fix typo, thanks derrell!Stefan Metzmacher1-1/+1
metze (This used to be commit 0a516c3026114a32092f4a62fcbbfc4c410c0dea)
2007-10-10r19101: add sys_recv() wrapperStefan Metzmacher1-1/+14
metze (This used to be commit 2f146ec68344c4bc11e1a9d174bdf548e1a22d5a)
2007-10-10r19099: merge socket wrapper changes from samba4Stefan Metzmacher1-14/+306
including SOCKET_WRAPPER_PCAP_FILE support but I just noticed that samba don't use recv()/send() on the socket, so the capture only contain connect()/close() metze (This used to be commit b894e33023738b5d6121c56e9c0b34b12f3e0005)
2007-10-10r19085: merge from samba4:Stefan Metzmacher1-0/+242
- source and destination address handling - tcp handling metze (This used to be commit 98154fd43350f3edae54423756620a48e089f96d)
2007-10-10r19080: Fix a potential NULL dereferenceVolker Lendecke1-0/+7
(This used to be commit 682b490c23bb88a1a570bd1fcb7d2b6aa778dd14)
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
(This used to be commit 7b6738522a80740824f3b96e73e7c48a0623b1b1)
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
(This used to be commit c247cf3fba13ce1a32878efcc922eadfcbc2b092)
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
(This used to be commit 0ab5d7692c2c0fe798a067866cb236ea9c304463)
2007-10-10r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to ↵Volker Lendecke1-1/+1
4_0, I'd like you to comment. Volker (This used to be commit ba18c58f1fb618447ba39bae6ef8f4e6c00c4d32)
2007-10-10r19071: Backport to SAMBA_3_0 as wellSimo Sorce1-2/+2
(This used to be commit df148a5def06956ecd8392d259f1c408c62100fa)
2007-10-10r19067: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
(This used to be commit 6a8937ed03f0ee62eb81da798e0c38b405d44731)
2007-10-10r19054: Callers of gencache may not have the rights toJeremy Allison1-0/+18
open read/write. Allow them to fallback to read-only. Jeremy (This used to be commit ec526e1b882e3ade23f90c5e3d637c72b6839da5)
2007-10-10r19034: merge from samba4:Stefan Metzmacher1-4/+6
prepare libreplace testsuite for usage in smbtorture metze (This used to be commit 281677084e022336877dd141befd508a0b5c08a9)
2007-10-10r19031: merge from samba4:Stefan Metzmacher1-2/+6
add test that opendir() on files sets errno = ENOTDIR metze (This used to be commit fdad2ce7346678d29adf877b580e9285be286755)
2007-10-10r19030: merge missing stuff from samba4:Stefan Metzmacher2-2/+10
- strnlen() and strndup() are broken on AIX - we need some extra CFLAGS on HPUX 11.11 metze (This used to be commit 61aa60c60ffddcbad433b26d7f3a836e4fcd8732)
2007-10-10r19016: As per Samba4 coding standards, turn tabs into spacesVolker Lendecke2-20/+20
(This used to be commit 3f59c8ef0c3f2a27c1c46b48fe8ee5ccacb44b7b)
2007-10-10r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵Volker Lendecke2-0/+24
opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? Volker (This used to be commit 448d7c0c4b6a1d7d9c544d39d7b461dd1c69fd8e)