Age | Commit message (Expand) | Author | Files | Lines |
2003-04-15 | Fix build of VFS modules statically (we used Makefile variables before settin... | Jelmer Vernooij | 1 | -6/+6 |
2003-04-15 | Use picobjs when building python extensions. Spotted by Steve Langasek. | Tim Potter | 1 | -6/+12 |
2003-04-14 | Make a libbigballofmud.so.0 link, so that the linker can find the | Martin Pool | 1 | -0/+2 |
2003-04-14 | Build and run the lib/snprintf.c test cases from "make check". | Martin Pool | 1 | -1/+1 |
2003-04-14 | Add rules to build bin/t_snprintf, which exposes the snprintf test code. | Martin Pool | 1 | -0/+3 |
2003-04-11 | smbcquota patch from metze | Gerald Carter | 1 | -6/+18 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 1 | -3/+12 |
2003-04-10 | Fixes to linker flags for AIX winbind client from Stephen Roylance. | Tim Potter | 1 | -1/+2 |
2003-04-09 | bin/smbcontrol needs to be built to run tpot's new tests of it. | Martin Pool | 1 | -2/+4 |
2003-04-09 | poptify smbcontrol | Tim Potter | 1 | -4/+4 |
2003-04-09 | Install libsmbclient.h from $(srcdir) | Tim Potter | 1 | -1/+1 |
2003-04-09 | Autoconfiscate the name of the winbind shared library file. Under | Tim Potter | 1 | -9/+4 |
2003-04-08 | Integrate abartlet's t_push_ucs2 test into test framework: | Martin Pool | 1 | -1/+1 |
2003-04-07 | Decode the PAC! This patch just decodes it and then frees it, so it's just | Jim McDonough | 1 | -1/+1 |
2003-04-07 | make installclientlib depend on the shared-linked or statically-linked version | Jelmer Vernooij | 1 | -1/+1 |
2003-04-07 | Don't make installclientlib depend on the shared-linked version of libsmbclie... | Jelmer Vernooij | 1 | -1/+1 |
2003-04-07 | Fix build of static libsmbclient | Jelmer Vernooij | 1 | -2/+2 |
2003-04-06 | Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2. | Andrew Bartlett | 1 | -1/+4 |
2003-04-06 | Fix building on platforms without ldap | Jelmer Vernooij | 1 | -3/+2 |
2003-04-04 | t_doschar: Test harness that exercises check_dos_char() | Martin Pool | 1 | -0/+3 |
2003-04-04 | Updated warning messages for when configure.in is updated. | Tim Potter | 1 | -2/+2 |
2003-04-03 | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 1 | -3/+6 |
2003-04-02 | winbindd should depend on IDMAP_OBJ too, not just link with it | Jelmer Vernooij | 1 | -3/+3 |
2003-04-02 | Commit some more fixes for Coolo ... | Richard Sharpe | 1 | -2/+2 |
2003-04-02 | Add KRB5LIBS to smbmount | Jelmer Vernooij | 1 | -1/+1 |
2003-04-02 | Link in lib/snprintf.o with editreg for use on systems that don't have snprintf | Jelmer Vernooij | 1 | -1/+1 |
2003-04-02 | Add EDITREG_OBJ | Jelmer Vernooij | 1 | -2/+3 |
2003-04-02 | Only link in popt when we need it | Jelmer Vernooij | 1 | -21/+21 |
2003-04-02 | Only link in libs when they are actually used. Works great here and on | Jelmer Vernooij | 1 | -31/+35 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 1 | -8/+15 |
2003-03-31 | - Support absolute paths in vfs and charset modules | Jelmer Vernooij | 1 | -1/+1 |
2003-03-31 | Cleanup of winbind client side code. | Tim Potter | 1 | -2/+1 |
2003-03-31 | Break the current build dependency on perl. Perl is required for | Tim Potter | 1 | -3/+8 |
2003-03-30 | distclean fixups from Paul Green. | Tim Potter | 1 | -2/+5 |
2003-03-30 | Fix installation of auth and charset modules (reported by Stephan Kulow) | Jelmer Vernooij | 1 | -2/+2 |
2003-03-27 | Compile @VFS_STATIC@ into smbd and vfstest | Jelmer Vernooij | 1 | -1/+1 |
2003-03-27 | Also rebuild smbd/vfs.o after reconfiguring | Jelmer Vernooij | 1 | -1/+1 |
2003-03-27 | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 1 | -13/+11 |
2003-03-26 | Remove LDAP_LIBS and just use LIBS again as before. I'll | Jelmer Vernooij | 1 | -1/+1 |
2003-03-25 | Don't do $(MAKE) modules_clean twice in a row - it breaks the build... | Jelmer Vernooij | 1 | -1/+0 |
2003-03-25 | Give PARAMS_OBJ more priority | Jelmer Vernooij | 1 | -27/+26 |
2003-03-25 | Do $(MAKE) modules_clean when compiling dynconfig.o. It's not the | Jelmer Vernooij | 1 | -2/+4 |
2003-03-25 | Always rebuild modules after running ./configure (to prevent | Jelmer Vernooij | 1 | -3/+8 |
2003-03-25 | - Support building all auth modules as .so's | Jelmer Vernooij | 1 | -3/+38 |
2003-03-24 | - Add support to auth/ for the new modules system | Jelmer Vernooij | 1 | -2/+6 |
2003-03-24 | Add modules support to charset | Jelmer Vernooij | 1 | -16/+20 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -4/+4 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -2/+2 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -3/+3 |
2003-03-23 | Convert to popt. | Jelmer Vernooij | 1 | -3/+3 |