Age | Commit message (Collapse) | Author | Files | Lines |
|
fixed another checker warning and a possible error on allocation
failure
metze
(This used to be commit d64583a763ffcff27f0bd6761196f7d554d44849)
|
|
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)
|
|
fix checker warnings
metze
(This used to be commit 93a0fe093b4614a18e99d0c3a71c5c8af2e57e4f)
|
|
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)
|
|
metze
(This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8)
|
|
don't crash on invalid utf8 chars
metze
(This used to be commit 71e1f8550f96eaaae7e4fc4d02eb36f1d894abc8)
|
|
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)
|
|
metze
(This used to be commit e97e1ffea8e124c8001cf33ecac7500ae875f42f)
|
|
fix the standalone build of socket_wrapper by not using
samba's DLIST_ macros
metze
(This used to be commit bc7b2e8db8fb34d6f321cd6b13b74e58945d7124)
|
|
change the socket wrapper license to
what heimdal uses...
metze
(This used to be commit d19c19ae4be3f3ad349b72ba3181051bb4da335e)
|
|
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)
|
|
metze
(This used to be commit e4f2183684da90a67bc6a635d008b72a6dd3d0dd)
|
|
metze
(This used to be commit db40552d9471f4a8ce2c5c724319a4eb242ed24a)
|
|
- 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)
|
|
(This used to be commit c879ed3d1edffeda629dc1e05031dca91c1a1e30)
|
|
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)
|
|
metze
(This used to be commit 21516dc5ac95e7e5d6a7d7f890d42742b36f2454)
|
|
(This used to be commit 90bfa3461038f5d179525dec0cf5b3f137e927e0)
|
|
(This used to be commit 65e1500ae6b5ca6334a63f4a18272568202bc048)
|
|
pass LDFLAGS from configure to Makefile
metze
(This used to be commit 7ba9fddacb97153405bf0bec16b3a868e4e323e0)
|
|
between samba 3 and 4.
metze
(This used to be commit 04031a9fca037ad77cca0ba0da6801d5017521ba)
|
|
metze
(This used to be commit 0a516c3026114a32092f4a62fcbbfc4c410c0dea)
|
|
metze
(This used to be commit 2f146ec68344c4bc11e1a9d174bdf548e1a22d5a)
|
|
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)
|
|
- source and destination address handling
- tcp handling
metze
(This used to be commit 98154fd43350f3edae54423756620a48e089f96d)
|
|
(This used to be commit 682b490c23bb88a1a570bd1fcb7d2b6aa778dd14)
|
|
(This used to be commit 7b6738522a80740824f3b96e73e7c48a0623b1b1)
|
|
(This used to be commit c247cf3fba13ce1a32878efcc922eadfcbc2b092)
|
|
(This used to be commit 0ab5d7692c2c0fe798a067866cb236ea9c304463)
|
|
4_0, I'd
like you to comment.
Volker
(This used to be commit ba18c58f1fb618447ba39bae6ef8f4e6c00c4d32)
|
|
(This used to be commit df148a5def06956ecd8392d259f1c408c62100fa)
|
|
(This used to be commit 6a8937ed03f0ee62eb81da798e0c38b405d44731)
|
|
open read/write. Allow them to fallback to read-only.
Jeremy
(This used to be commit ec526e1b882e3ade23f90c5e3d637c72b6839da5)
|
|
prepare libreplace testsuite for usage in smbtorture
metze
(This used to be commit 281677084e022336877dd141befd508a0b5c08a9)
|
|
add test that opendir() on files sets errno = ENOTDIR
metze
(This used to be commit fdad2ce7346678d29adf877b580e9285be286755)
|
|
- strnlen() and strndup() are broken on AIX
- we need some extra CFLAGS on HPUX 11.11
metze
(This used to be commit 61aa60c60ffddcbad433b26d7f3a836e4fcd8732)
|
|
(This used to be commit 3f59c8ef0c3f2a27c1c46b48fe8ee5ccacb44b7b)
|
|
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)
|
|
- vsyslog takes a 'const char *format'
metze
(This used to be commit 8899bc45f908a15fb496f5c0a29692e7494a56cc)
|
|
- fix bug 4078
- talloc_free(talloc_autofree_context()); should not result
in a SIGABORT on exit
- add a test for this, but this test can also pass in the standalone build
and samba3, as samba4 uses talloc_autofree_context()
metze
(This used to be commit f5b0924f975f58bba3c13a53388ea25af51d3bc8)
|
|
prepare SOCKET_WRAPPER_PCAP_FILE support
metze
(This used to be commit 372471cbad34b1d0d2159e75994c481de6eaed05)
|
|
(This used to be commit 00f09d851c734cb6450feac2d6efc71a540be11f)
|
|
use to reg_objects.h
* Remove unused rpc headers
(This used to be commit 4f79d8c83db5af80078114e9fb39171380d040b1)
|
|
fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...
metze
(This used to be commit c460f28b68b75342bfabe3b396dd06e07a668ec4)
|
|
we need to include unistd.h in system/network.h because
it contains the ioctl() prototype on some systems
and we need to make sure it gets included before socket_wrapper
defines ioctl swrap_ioctl
metze
(This used to be commit d8275347606cd183caea69837fd765b96d4bab71)
|
|
metze
(This used to be commit 77b0af43f0f7e52b9040a1d3edfb556a232e64f1)
|
|
metze
(This used to be commit 4cd59d47c8d21685cfab45f4bcfc005c5d7cf79e)
|
|
Samba4 smbd force the umask to 0, which meant we ended up with ldb
being world writable.
This isn't really an ideal fix, as it means ldb no longer honors umask
(as it should do, like all good libraries).
Unfortunately the 'proper' fix is too complex for now
this also merges a tiny code style fix from s4 to s3
(This used to be commit dd8ec8725f168f4286bbfc00d69cd56089ba3543)
|
|
metze
(This used to be commit b36d47c698b01a577af04205c9bdf0d588bd20e6)
|
|
string is zero length. This allows callers to not have to worry about
creating an invalid ldap attribute.
See extensive discussion on samba-technical list :-)
(This used to be commit 9e66df05a4df3d3c7b02048d80e2661103d1d40a)
|