Age | Commit message (Expand) | Author | Files | Lines |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 1 | -1/+1 |
2004-01-06 | (merge from 3.0) | Andrew Bartlett | 1 | -1/+2 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -6/+0 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -25/+35 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 1 | -0/+2 |
2003-04-28 | Merge compile and other fixes from 3.0 to HEAD. | Andrew Bartlett | 1 | -1/+1 |
2003-04-09 | Rewrite of smbcontrol - it was a bit of a mess. It should now be much | Tim Potter | 1 | -530/+573 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -21/+1 |
2003-04-03 | Give warning if 'drvupgrade' doesn't get a parameter | Jelmer Vernooij | 1 | -0/+5 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 1 | -1/+1 |
2003-01-30 | The REQ_DEBUGLEVEL message returns a string not a list of integers. | Tim Potter | 1 | -4/+1 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -3/+3 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -0/+38 |
2002-12-16 | fix usage message | Gerald Carter | 1 | -2/+3 |
2002-11-26 | [print notify fixes from APP_HEAD] | Gerald Carter | 1 | -5/+49 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -1/+1 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -0/+3 |
2002-08-27 | add hook for MSG_PRINTER_DRVUPGRADE that numps the change_id on all printers ... | Gerald Carter | 1 | -0/+5 |
2002-08-11 | Merge some usage info from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+3 |
2002-08-02 | Merge of print notify fixes from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+17 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -14/+96 |
2002-05-19 | Keep the compiler happy | Andrew Bartlett | 1 | -1/+0 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 1 | -15/+31 |
2002-03-29 | added a shutdown command to smbcontrol. | Jean-François Micouleau | 1 | -0/+6 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -1/+1 |
2002-02-26 | Fixup the sending of printer change messages from job changes. | Jeremy Allison | 1 | -2/+8 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-10 | Quieten warning about uninitialized variable. | Martin Pool | 1 | -1/+3 |
2002-01-09 | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 1 | -6/+17 |
2002-01-07 | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 1 | -0/+5 |
2002-01-03 | Cleanup format. | Martin Pool | 1 | -1/+1 |
2002-01-03 | smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's pretty | Martin Pool | 1 | -1/+2 |
2002-01-03 | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 1 | -2/+0 |
2001-12-21 | smbcontrol in non-interactive mode was returning True for success -- | Martin Pool | 1 | -1/+4 |
2001-12-21 | Add option to pass NULL max_replies to wait_for_replies in case you | Martin Pool | 1 | -4/+7 |
2001-12-21 | Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.) | Martin Pool | 1 | -15/+57 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -1/+0 |
2001-11-20 | Merged in JohnR's ping messaging extension. | Jeremy Allison | 1 | -6/+9 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -3/+2 |
2001-09-21 | Added -s configfile to smbcontrol.c. | Volker Lendecke | 1 | -6/+9 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-09-05 | When sending a message via a tdb, it must be open read/write. | Jeremy Allison | 1 | -1/+1 |
2001-08-28 | Added samsync and samrepl (untested) message types to smbcontrol. | Tim Potter | 1 | -0/+38 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+0 |
2001-06-20 | added a close-share smbcontrol message that forcibly closes a share in smbd (... | Andrew Tridgell | 1 | -3/+17 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-06-01 | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 1 | -5/+7 |
2001-05-15 | remember to close tdb after use | Andrew Tridgell | 1 | -9/+13 |