Age | Commit message (Expand) | Author | Files | Lines |
2000-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 1 | -19/+0 |
2000-05-10 | more merging | Andrew Tridgell | 1 | -2/+1 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -1/+0 |
2000-03-29 | Cause nmbd to ignore loopback interface when constructing its interface ... | Jeremy Allison | 1 | -0/+14 |
2000-03-27 | rename static reload_services function to reload_nmbd_services because | Luke Leighton | 1 | -6/+6 |
2000-03-26 | merge from tng ... | Andrew Tridgell | 1 | -1/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -9/+2 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 1 | -0/+3 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -2/+0 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -0/+5 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -36/+127 |
1998-12-09 | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 1 | -1/+1 |
1998-12-09 | need to initialise global_myworkgroup | Luke Leighton | 1 | -0/+5 |
1998-12-09 | removed the SID stuff from the head branch as well. | Andrew Tridgell | 1 | -12/+0 |
1998-12-03 | jean-f spotted race condition on generation of sam sid, from starting | Luke Leighton | 1 | -1/+1 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1 | -1/+1 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -14/+15 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -3/+3 |
1998-11-02 | client/client.c: Patch to tidy up file size output. | Jeremy Allison | 1 | -4/+1 |
1998-11-02 | removed comment line at end of file | Luke Leighton | 1 | -2/+4 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -1/+1 |
1998-09-21 | replace getpass() with getsmbpass() if getsmbpass.c compiles | Alexandre Oliva | 1 | -1/+1 |
1998-09-17 | fixed a potential problem with wins_write_database() child processes. | Andrew Tridgell | 1 | -1/+1 |
1998-09-09 | Copyright notices written to debug logs are now through 1998. | Christopher R. Hertel | 1 | -1/+1 |
1998-09-02 | we are never interested in SIGPIPE so just ignore (block) it | Andrew Tridgell | 1 | -12/+2 |
1998-08-31 | I realised that my DMB<->DMB sync code has the property that the | Andrew Tridgell | 1 | -0/+2 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -2/+2 |
1998-08-30 | finished the asynchronous browse synchronisation code. It even seems | Andrew Tridgell | 1 | -0/+10 |
1998-08-29 | don't exit on a SIGPIPE | Andrew Tridgell | 1 | -2/+1 |
1998-08-21 | nmbd and smbd had different behavior with respect to log files. nmbd would | Christopher R. Hertel | 1 | -5/+11 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -8/+4 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -1/+2 |
1998-08-11 | Quick fix for a small problem. If you run 'nmbd -?' you'd get the usage | Christopher R. Hertel | 1 | -1/+2 |
1998-08-03 | More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD() | Christopher R. Hertel | 1 | -1/+1 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -4/+4 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -9/+7 |
1998-05-19 | Forgot to add the initialize_password_db() call to nmbd also. | Jeremy Allison | 1 | -0/+3 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -4/+4 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -1/+1 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -16/+16 |
1998-04-15 | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1 | -0/+2 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -3/+3 |
1998-03-16 | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1 | -0/+3 |
1998-03-14 | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1 | -36/+3 |
1998-03-14 | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1 | -1/+1 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -0/+3 |
1998-02-12 | make the initial logfile names consistent. This should mean that smbd | Andrew Tridgell | 1 | -1/+1 |
1998-01-23 | nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1 | Jeremy Allison | 1 | -0/+4 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |