summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2007-10-101-0/+811
| | | | see discussion on samba-technical
* 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.
* r19415: oh la la, always compile before commit, I'm very sorry.Günther Deschner2007-10-101-6/+1
| | | | Guenther
* 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
* r19385: These replaced symbols should have a rep_ prefix.James Peach2007-10-102-5/+5
|
* r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher2007-10-101-1/+3
| | | | | | readline fixes for mac os 10 metze
* 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
* r19241: compile xattr wrappers on mac os 10Stefan Metzmacher2007-10-101-0/+52
| | | | | | patch from Bjoern Jacke and it fixes bug 3698 metze
* 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
* 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
* 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
* r19193: merge from samba4:Stefan Metzmacher2007-10-101-1/+3
| | | | | | | fixed another checker warning and a possible error on allocation failure metze
* 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
* r19191: merge from samba4:Stefan Metzmacher2007-10-102-1/+2
| | | | | | fix checker warnings metze
* 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
* r19185: merge comment from samba4Stefan Metzmacher2007-10-101-0/+4
| | | | metze
* r19183: merge from samba4:Stefan Metzmacher2007-10-101-3/+13
| | | | | | don't crash on invalid utf8 chars metze
* 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
* r19179: remove difference with samba4Stefan Metzmacher2007-10-101-0/+4
| | | | metze
* 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
* r19172: merge from samba4:Stefan Metzmacher2007-10-102-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 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
* r19145: talloc_reference() can fail!Stefan Metzmacher2007-10-101-1/+3
| | | | metze
* r19137: that looks nicer:-)Stefan Metzmacher2007-10-102-2/+2
| | | | metze
* 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
* r19133: More C++ warnings -- Merge across?Volker Lendecke2007-10-101-6/+12
|
* r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2007-10-106-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 Metzmacher2007-10-101-1/+1
| | | | metze
* r19126: Fix some uninitialized variable warningsVolker Lendecke2007-10-101-4/+7
|
* r19125: merge from samba4Andrew Tridgell2007-10-103-45/+44
|
* r19124: merge from samba4:Stefan Metzmacher2007-10-101-1/+1
| | | | | | pass LDFLAGS from configure to Makefile metze
* r19121: try to get rid of the difference between in system/iconv.hStefan Metzmacher2007-10-101-6/+16
| | | | | | between samba 3 and 4. metze
* r19102: fix typo, thanks derrell!Stefan Metzmacher2007-10-101-1/+1
| | | | metze
* r19101: add sys_recv() wrapperStefan Metzmacher2007-10-101-1/+14
| | | | metze
* r19099: merge socket wrapper changes from samba4Stefan Metzmacher2007-10-101-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 Metzmacher2007-10-101-0/+242
| | | | | | | - source and destination address handling - tcp handling metze
* r19080: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+7
|
* r19079: talloc_array can failVolker Lendecke2007-10-101-0/+1
|
* r19076: ldb_dn_copy_partial can failVolker Lendecke2007-10-101-0/+1
|
* r19075: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
|
* r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | 4_0, I'd like you to comment. Volker
* r19071: Backport to SAMBA_3_0 as wellSimo Sorce2007-10-101-2/+2
|
* r19067: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
|
* r19054: Callers of gencache may not have the rights toJeremy Allison2007-10-101-0/+18
| | | | | open read/write. Allow them to fallback to read-only. Jeremy
* r19034: merge from samba4:Stefan Metzmacher2007-10-101-4/+6
| | | | | | prepare libreplace testsuite for usage in smbtorture metze
* r19031: merge from samba4:Stefan Metzmacher2007-10-101-2/+6
| | | | | | add test that opendir() on files sets errno = ENOTDIR metze
* r19030: merge missing stuff from samba4:Stefan Metzmacher2007-10-102-2/+10
| | | | | | | - strnlen() and strndup() are broken on AIX - we need some extra CFLAGS on HPUX 11.11 metze
* r19016: As per Samba4 coding standards, turn tabs into spacesVolker Lendecke2007-10-102-20/+20
|
* r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵Volker Lendecke2007-10-102-0/+24
| | | | | | | | | opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? Volker
* r18998: - make more usage of PRINTF_ATTRIBUTE()Stefan Metzmacher2007-10-102-10/+9
| | | | | | - vsyslog takes a 'const char *format' metze