Age | Commit message (Expand) | Author | Files | Lines |
2008-02-14 | Add support for building and using shared and static libtdb library. | Michael Adam | 1 | -1/+66 |
2008-02-14 | Fix a typo. | Michael Adam | 1 | -1/+1 |
2008-02-14 | Try and fix the Darwin build with dynamic libs. | Michael Adam | 1 | -1/+3 |
2008-02-13 | Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead. | Michael Adam | 1 | -7/+5 |
2008-02-13 | Use --with-static-libs=libtalloc instead of --with-static-libs=talloc | Michael Adam | 1 | -4/+4 |
2008-02-13 | Link in libnetapi as shared or static library (same mechanism as talloc). | Michael Adam | 1 | -38/+39 |
2008-02-13 | Add -L./bin to LDFLAGS when building shared libs. | Michael Adam | 1 | -1/+4 |
2008-02-13 | Change hand written configure help strings to use AS_HELP_STRING(). | Michael Adam | 1 | -62/+61 |
2008-02-13 | Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING. | Michael Adam | 1 | -1/+1 |
2008-02-13 | Fix some comment typos. | Michael Adam | 1 | -5/+5 |
2008-02-13 | Remove some unneded variables: we always build and install some talloc libs. | Michael Adam | 1 | -9/+0 |
2008-02-13 | Put talloc lib targets into variables and uses these. | Michael Adam | 1 | -3/+7 |
2008-02-13 | Simplify code by moving duplicate assignment to common place. | Michael Adam | 1 | -2/+1 |
2008-02-13 | Add support for linking talloc library statically or dynamically into samba. | Michael Adam | 1 | -0/+42 |
2008-02-13 | Use data from lib/talloc/libtalloc.m4 instead of hard coded data. | Michael Adam | 1 | -1/+9 |
2008-02-13 | Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS. | Michael Adam | 1 | -2/+2 |
2008-02-13 | Add support for building libtalloc.a and libtalloc.so. | Michael Adam | 1 | -0/+47 |
2008-02-12 | w00t! SAMR server-side conversion to pidl is finished. | Günther Deschner | 1 | -2/+2 |
2008-02-06 | Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug. | Michael Adam | 1 | -0/+15 |
2008-02-06 | Don't use the deprecated form of AC_INIT. | Michael Adam | 1 | -1/+4 |
2008-02-01 | NetBSD defines innetgr() in <netgroup.h> | Volker Lendecke | 1 | -0/+1 |
2008-01-31 | Let _samr_Close() use pidl generated server code. | Günther Deschner | 1 | -2/+2 |
2008-01-25 | Use generated DSSETUP client & server rpc functions and remove the hand-writt... | Günther Deschner | 1 | -2/+2 |
2008-01-21 | Link smbd on AIX with -bexpfull instead of -bexpall | Volker Lendecke | 1 | -1/+1 |
2008-01-19 | vfs_streams_depot | Volker Lendecke | 1 | -0/+1 |
2008-01-19 | vfs_streams_xattr module | Volker Lendecke | 1 | -1/+2 |
2008-01-18 | Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor... | Stefan Metzmacher | 1 | -9/+0 |
2008-01-16 | Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module i... | Alexander Bokovoy | 1 | -1/+10 |
2008-01-15 | rename vfs_ea_tdb to vfs_xattr_tdb | Volker Lendecke | 1 | -2/+2 |
2008-01-15 | Implement vfs_ea_tdb | Volker Lendecke | 1 | -1/+2 |
2008-01-15 | libwbclient: add wbclient.pc.in | Stefan Metzmacher | 1 | -1/+4 |
2008-01-10 | --enable-libwbclient-shared | Volker Lendecke | 1 | -1/+12 |
2008-01-10 | Enable building the notify_fam module. | Michael Adam | 1 | -0/+2 |
2008-01-05 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 1 | -2/+17 |
2008-01-05 | selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s... | Jelmer Vernooij | 1 | -0/+2 |
2008-01-03 | Use -g instead of -gstabs as many have reported gdb problems with -gstabs. | Günther Deschner | 1 | -1/+1 |
2008-01-03 | Fix configure output for libnetapi. | Günther Deschner | 1 | -1/+1 |
2007-12-25 | Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage | Volker Lendecke | 1 | -0/+9 |
2007-12-25 | AIX iface test needs rep_vasprintf | Volker Lendecke | 1 | -0/+1 |
2007-12-25 | ifreq needs more from lib/replace | Volker Lendecke | 1 | -0/+2 |
2007-12-25 | Next try to fix get_interfaces detection | Volker Lendecke | 1 | -0/+3 |
2007-12-25 | Revert "Attempt to fix the ifreq detection" | Volker Lendecke | 1 | -2/+0 |
2007-12-25 | Attempt to fix the ifreq detection | Volker Lendecke | 1 | -0/+2 |
2007-12-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -0/+1 |
2007-12-21 | Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}. | Günther Deschner | 1 | -0/+1 |
2007-12-21 | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 1 | -1/+21 |
2007-12-21 | Add getdc.c, a libnetapi example (incl. Makefile). | Günther Deschner | 1 | -1/+4 |
2007-12-21 | Build libnetapi shared and static if possible. | Günther Deschner | 1 | -0/+49 |
2007-12-17 | Add smbclient support for basic mDNS browsing. | Rishi Srivatsavai | 1 | -0/+1 |
2007-12-15 | Added patch originally by Andreas Schneider <anschneider@suse.de> | Jeremy Allison | 1 | -0/+24 |