summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * r19491: backport changes from samba4Simo Sorce2006-10-258-35/+44
| |
| * r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2006-10-241-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
| * r19485: Fix Coverity # 319Volker Lendecke2006-10-241-1/+1
| |
| * r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2006-10-212-4/+34
| |
| * r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2006-10-213-594/+660
| |
| * r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-2126-108/+170
| | | | | | | | and significant speedups
| * r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2006-10-201-0/+811
| | | | | | | | see discussion on samba-technical
| * r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off Gerald Carter2006-10-191-10/+5
| | | | | | | | winbindd and fail to disable the _NO_WINBIND environment.
| * r19415: oh la la, always compile before commit, I'm very sorry.Günther Deschner2006-10-191-6/+1
| | | | | | | | Guenther
| * r19414: gencache is getting really important now, make sure that lp_lockdirGünther Deschner2006-10-191-1/+1
| | | | | | | | | | | | always exists so that the gencache.tdb can get created there. Guenther
| * r19385: These replaced symbols should have a rep_ prefix.James Peach2006-10-182-5/+5
| |
| * r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher2006-10-111-1/+3
| | | | | | | | | | | | readline fixes for mac os 10 metze
| * r19244: fix the build on systems with broken krb5Stefan Metzmacher2006-10-111-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
| * r19241: compile xattr wrappers on mac os 10Stefan Metzmacher2006-10-111-0/+52
| | | | | | | | | | | | patch from Bjoern Jacke and it fixes bug 3698 metze
| * r19240: move the NO_CONFIG_H check to libreplaceStefan Metzmacher2006-10-111-0/+2
| | | | | | | | | | | | | | this fixes the quota detection configure and maybe more configure tests metze
| * r19235: merge from samba4:Stefan Metzmacher2006-10-111-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
| * r19232: merge from samba4:Stefan Metzmacher2006-10-112-16/+19
| | | | | | | | | | | | | | - machine/sys/getppdp.h workaround for HPUX 11.23 - more verbose check for net/if.h metze
| * r19193: merge from samba4:Stefan Metzmacher2006-10-091-1/+3
| | | | | | | | | | | | | | fixed another checker warning and a possible error on allocation failure metze
| * r19192: merge from samba4:Stefan Metzmacher2006-10-091-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
| * r19191: merge from samba4:Stefan Metzmacher2006-10-092-1/+2
| | | | | | | | | | | | fix checker warnings metze
| * r19190: merge from samba4:Stefan Metzmacher2006-10-091-6/+1
| | | | | | | | | | | | | | remove wrong check and statement. to manipulate rootDSE we use ldb_dn_new() as base and that has 0 elements. metze
| * r19185: merge comment from samba4Stefan Metzmacher2006-10-091-0/+4
| | | | | | | | metze
| * r19183: merge from samba4:Stefan Metzmacher2006-10-091-3/+13
| | | | | | | | | | | | don't crash on invalid utf8 chars metze
| * r19182: merge from samba4:Stefan Metzmacher2006-10-094-1/+16
| | | | | | | | | | | | | | add ldb_set_create_perms() function to set the create_perms after ldb_init() and before ldb_connect() metze
| * r19179: remove difference with samba4Stefan Metzmacher2006-10-081-0/+4
| | | | | | | | metze
| * r19177: merge from samba4:Stefan Metzmacher2006-10-081-9/+34
| | | | | | | | | | | | | | fix the standalone build of socket_wrapper by not using samba's DLIST_ macros metze
| * r19172: merge from samba4:Stefan Metzmacher2006-10-082-36/+72
| | | | | | | | | | | | | | change the socket wrapper license to what heimdal uses... metze
| * r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2006-10-075-20/+23
| | | | | | | | | | | | | | It would be nice if someone can merge that to samba4, otherwise I'll merge that to samba4 on monday metze
| * r19145: talloc_reference() can fail!Stefan Metzmacher2006-10-061-1/+3
| | | | | | | | metze
| * r19137: that looks nicer:-)Stefan Metzmacher2006-10-062-2/+2
| | | | | | | | metze
| * r19135: fix bugs...Stefan Metzmacher2006-10-061-5/+4
| | | | | | | | | | | | | | - passing mem_ctx as ldb_context is a bad idea! - naming a static function talloc_ is also bad and misleading metze
| * r19133: More C++ warnings -- Merge across?Volker Lendecke2006-10-061-6/+12
| |
| * r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2006-10-066-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
| * r19130: fix the logic for the AC_PROG_CC_C99 checkStefan Metzmacher2006-10-061-1/+1
| | | | | | | | metze
| * r19126: Fix some uninitialized variable warningsVolker Lendecke2006-10-061-4/+7
| |
| * r19125: merge from samba4Andrew Tridgell2006-10-063-45/+44
| |
| * r19124: merge from samba4:Stefan Metzmacher2006-10-061-1/+1
| | | | | | | | | | | | pass LDFLAGS from configure to Makefile metze
| * r19121: try to get rid of the difference between in system/iconv.hStefan Metzmacher2006-10-061-6/+16
| | | | | | | | | | | | between samba 3 and 4. metze
| * r19102: fix typo, thanks derrell!Stefan Metzmacher2006-10-051-1/+1
| | | | | | | | metze
| * r19101: add sys_recv() wrapperStefan Metzmacher2006-10-051-1/+14
| | | | | | | | metze
| * r19099: merge socket wrapper changes from samba4Stefan Metzmacher2006-10-051-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
| * r19085: merge from samba4:Stefan Metzmacher2006-10-051-0/+242
| | | | | | | | | | | | | | - source and destination address handling - tcp handling metze
| * r19080: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+7
| |
| * r19079: talloc_array can failVolker Lendecke2006-10-041-0/+1
| |
| * r19076: ldb_dn_copy_partial can failVolker Lendecke2006-10-041-0/+1
| |
| * r19075: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
| |
| * r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to ↵Volker Lendecke2006-10-041-1/+1
| | | | | | | | | | | | | | | | 4_0, I'd like you to comment. Volker
| * r19071: Backport to SAMBA_3_0 as wellSimo Sorce2006-10-041-2/+2
| |
| * r19067: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
| |
| * r19054: Callers of gencache may not have the rights toJeremy Allison2006-10-021-0/+18
| | | | | | | | | | open read/write. Allow them to fallback to read-only. Jeremy