Age | Commit message (Expand) | Author | Files | Lines |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -2/+16 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -4/+5 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -7/+24 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -17/+6 |
2002-11-09 | Last sync with HEAD | Jelmer Vernooij | 1 | -105/+27 |
2002-10-31 | Fix slowdown because of enumerating all print queues on every smbd startup. | Jeremy Allison | 1 | -4/+7 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -5/+5 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -59/+98 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -13/+10 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -1/+1 |
2002-04-08 | Reintroduce the 2.2 name mangling code, until we get are more flexible solution. | Andrew Bartlett | 1 | -4/+0 |
2002-03-29 | added shutdown to smbd | Jean-François Micouleau | 1 | -0/+6 |
2002-03-14 | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 1 | -42/+49 |
2002-03-05 | Added Herb's fix to override log level from command line. | Jeremy Allison | 1 | -0/+2 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-30 | merge from 2.2 | Gerald Carter | 1 | -1/+8 |
2002-01-29 | Since we have dynamic initialisation in the group mapping code, make | Tim Potter | 1 | -5/+0 |
2002-01-26 | Fix up a security issue with the way we handle domain groups retuned on the | Andrew Bartlett | 1 | -0/+3 |
2002-01-18 | Ensure (C) message is output on startup. | Jeremy Allison | 1 | -2/+2 |
2002-01-16 | Roll back PSTR insertion. | Martin Pool | 1 | -23/+21 |
2002-01-15 | Convert to the new pstring interface. This diff is a pretty good | Martin Pool | 1 | -26/+29 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 1 | -16/+9 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -0/+1 |
2002-01-09 | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 1 | -0/+1 |
2002-01-09 | Better explanation message for dmalloc. | Martin Pool | 1 | -1/+1 |
2002-01-09 | Add UNUSED(paramname) macro to be used in parameter lists, to quieten | Martin Pool | 1 | -1/+2 |
2002-01-09 | Fixed up atomic update code. | Jeremy Allison | 1 | -2/+2 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -2/+4 |
2002-01-03 | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 1 | -0/+1 |
2001-12-30 | When running interactive we want to set our own process group for | Jeremy Allison | 1 | -0/+9 |
2001-12-29 | Fixup -i interactive modes. | Jeremy Allison | 1 | -6/+12 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -5/+7 |
2001-12-03 | added a tdb to store the account policy informations. | Jean-François Micouleau | 1 | -4/+9 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -1/+3 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -7/+7 |
2001-10-22 | lets try the new mangling code | Simo Sorce | 1 | -0/+5 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -4/+5 |
2001-10-18 | got rid of start_background_queue() | Andrew Tridgell | 1 | -1/+6 |
2001-10-16 | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 1 | -0/+2 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -0/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-19 | Add the ability to display Samba's build options with smbd -b and as a level 4 | Andrew Bartlett | 1 | -16/+23 |
2001-09-19 | printf() -> d_printf() | Andrew Bartlett | 1 | -1/+1 |
2001-09-19 | added a hook to reopen all tdb's after the server fork | Andrew Tridgell | 1 | -0/+3 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -5/+0 |
2001-08-28 | Added dummy handlers for SAM_SYNC and SAM_REPL messages. | Tim Potter | 1 | -0/+30 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -6/+2 |
2001-08-09 | Try to set the socket options early for some OSs (like Sol 8) where they | Andrew Bartlett | 1 | -1/+8 |