Age | Commit message (Expand) | Author | Files | Lines |
2002-03-19 | Take out autobuild dependency on proto.h; breaks some proprietary Makes. | Martin Pool | 1 | -8/+4 |
2002-03-19 | Refactor for systems like Solaris that cannot handle wildcards on the | Martin Pool | 1 | -4/+8 |
2002-03-19 | Change the Makefile to rebuild proto.h as necessary -- note that this | Martin Pool | 1 | -16/+55 |
2002-03-17 | Added dos_errstr() function. Not all errors in list yet. | Tim Potter | 1 | -2/+2 |
2002-03-13 | Move the directory creation process outside the 'installbin.sh' script, and | Andrew Bartlett | 1 | -3/+2 |
2002-03-12 | Aack. Don't change too much. vfs.c still won't build, but this should fix so... | Jim McDonough | 1 | -9/+9 |
2002-03-12 | Fix up location of libsmbclient.so so it always goes to /usr/lib. | John Terpstra | 1 | -1/+1 |
2002-03-12 | Added wins entry. | John Terpstra | 1 | -0/+2 |
2002-03-11 | Another program converted to popt...smbstatus this time. | Jim McDonough | 1 | -7/+7 |
2002-03-10 | yipee! Finally put in the patch from Alexey Kotovich | Andrew Tridgell | 1 | -1/+1 |
2002-03-09 | build tdbbackup by default | Andrew Tridgell | 1 | -1/+1 |
2002-03-07 | Update Makefile.in for rpcclient build on machines without libpopt or request... | Jim McDonough | 1 | -2/+2 |
2002-03-07 | added a tdb backup utility | Andrew Tridgell | 1 | -1/+8 |
2002-03-01 | Missed the Makefile.in update... | Andrew Bartlett | 1 | -2/+2 |
2002-03-01 | Attempt to fix Solaris winbind nss build. | Jeremy Allison | 1 | -3/+2 |
2002-02-27 | This apparently makes winbind work on Solaris again | Andrew Bartlett | 1 | -1/+1 |
2002-02-22 | Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>. | Andrew Bartlett | 1 | -12/+13 |
2002-02-17 | Remove dynconfig.{o,po} in clean target. | Tim Potter | 1 | -1/+5 |
2002-02-07 | smbsh need CC not SHLD | Herb Lewis | 1 | -1/+1 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 1 | -1/+2 |
2002-02-01 | Add ldap_printer.c build for ADS printer objects. | Jim McDonough | 1 | -1/+2 |
2002-01-30 | An attempt at producing the correct Makefile magic for wrepld_proto.h to be | Andrew Bartlett | 1 | -8/+9 |
2002-01-25 | that's the wins replication daemon ! | Jean-François Micouleau | 1 | -2/+17 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -1/+1 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -2/+4 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -2/+4 |
2002-01-12 | Thanks to vance for spotting the missing Makefile.in commit. | Andrew Bartlett | 1 | -1/+1 |
2002-01-09 | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 1 | -1/+1 |
2002-01-08 | - fixed my breakage of CPPFLAGS | Andrew Tridgell | 1 | -1/+2 |
2002-01-07 | - use CFLAGS when linking shared libs (for things like -64 on irix) | Andrew Tridgell | 1 | -3/+2 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -1/+1 |
2002-01-03 | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 1 | -0/+1 |
2002-01-02 | We should be SHLD not LINK when creating shared libraries. | Jeremy Allison | 1 | -7/+7 |
2002-01-02 | Removed reference to rpc_client/cli_netlogon.o from dependencies for | Tim Potter | 1 | -1/+1 |
2002-01-01 | Further rpc_client removal, this time from winbindd. | Andrew Bartlett | 1 | -6/+1 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 1 | -3/+1 |
2001-12-30 | Make Samba compile on RH 6.2 again. | Andrew Bartlett | 1 | -1/+2 |
2001-12-21 | merge from 2.2 | Gerald Carter | 1 | -8/+0 |
2001-12-21 | remove duplicate lines | Herb Lewis | 1 | -3/+0 |
2001-12-20 | added net lookup command | Andrew Tridgell | 1 | -1/+1 |
2001-12-20 | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 1 | -1/+1 |
2001-12-19 | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 1 | -3/+3 |
2001-12-19 | Add a very trivial talloc torture program, bin/talloctort. Not built | Martin Pool | 1 | -0/+7 |
2001-12-15 | Allow HPUX to link with new ACL code. | Jeremy Allison | 1 | -2/+2 |
2001-12-14 | Added the group enum code from 2.2 | Jeremy Allison | 1 | -4/+3 |
2001-12-13 | -Insswitch/ breaks the build by preventing include of <nss.h> from working | Andrew Tridgell | 1 | -1/+1 |
2001-12-12 | allow IRIX to build nsswitch/libnss_wins.so | Herb Lewis | 1 | -5/+5 |
2001-12-12 | added a -V[erbose] option to samsync. Decode a lot of information | Jean-François Micouleau | 1 | -1/+1 |
2001-12-11 | add PATH_FLAGS to .po32 objects so dynconfig builds with smbwrapper | Herb Lewis | 1 | -1/+1 |
2001-12-11 | added a net time command. Allow display or set of system time based on | Andrew Tridgell | 1 | -2/+3 |