Age | Commit message (Expand) | Author | Files | Lines |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 1 | -1/+1 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2 | -5/+5 |
2001-03-23 | Fix insure-found parameter size missmatch. | Jeremy Allison | 1 | -2/+2 |
2001-03-21 | added option "enhanced browsing" | Andrew Tridgell | 1 | -2/+6 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -1/+1 |
2001-03-08 | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 1 | -2/+0 |
2001-02-15 | samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead | Herb Lewis | 1 | -1/+1 |
2001-01-25 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+6 |
2001-01-04 | I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had | Richard Sharpe | 1 | -4/+5 |
2001-01-03 | We only want to mark mailslot packets as loopback packets if they are to | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Make the use of generate_name_trn_id conform to the usage elsewhere ... | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Comment out unused generate_name_trn_id ... | Richard Sharpe | 1 | -1/+1 |
2000-11-17 | John Reillys fix for de-registering broadcast names (NT doesn't do this). | Jeremy Allison | 1 | -0/+4 |
2000-10-12 | Ignore SIGUSR2. Terminate nmbd if we have no interfaces. | Jeremy Allison | 1 | -5/+19 |
2000-10-07 | Ensure browse.dat is written and read in UNIX character set format. | Jeremy Allison | 1 | -3/+13 |
2000-09-12 | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 3 | -14/+25 |
2000-09-11 | debug messages now work for nmbd | Andrew Tridgell | 2 | -82/+79 |
2000-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 2 | -31/+0 |
2000-08-30 | Fix for bind interfaces only sometimes picking the wrong IP address | Jeremy Allison | 1 | -2/+24 |
2000-07-19 | Instead of handing back a string (which might be a DNS name or an IP | Christopher R. Hertel | 1 | -8/+9 |
2000-07-19 | First cut toward adding WINS server failover. | Christopher R. Hertel | 1 | -1/+5 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+1 |
2000-05-10 | more merging | Andrew Tridgell | 1 | -2/+1 |
2000-05-02 | Fixed wild pointer diff found by insure. | Jeremy Allison | 1 | -1/+1 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 5 | -6/+6 |
2000-04-25 | don't qsort a list less than 2 entries | Andrew Tridgell | 1 | -1/+3 |
2000-04-24 | fixed a parameter bug found by insure | Andrew Tridgell | 1 | -1/+1 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -3/+8 |
2000-04-18 | updates from the TNG branch | Andrew Tridgell | 1 | -10/+6 |
2000-04-12 | logic for domainsidsize is if size is zero, there's no sid, so don't | Luke Leighton | 1 | -1/+0 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -3/+3 |
2000-04-11 | add a comment | Andrew Tridgell | 1 | -1/+1 |
2000-04-11 | some updates to the process logon code to reflect lukes latest | Andrew Tridgell | 1 | -20/+38 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -1/+0 |
2000-04-03 | Additional fix for nmbd and 127.0.0.1 interface. | Jeremy Allison | 1 | -0/+12 |
2000-03-29 | Cause nmbd to ignore loopback interface when constructing its interface ... | Jeremy Allison | 1 | -0/+14 |
2000-03-28 | damn, the test was the wrong way around for short_resuest | Andrew Tridgell | 1 | -1/+1 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -9/+4 |
2000-03-27 | the final part of the nmbd merge between head and tng - this gets the | Andrew Tridgell | 2 | -30/+38 |
2000-03-27 | fixed the hanlding of recursion desired when sending packets from | Andrew Tridgell | 1 | -23/+22 |
2000-03-27 | rename static reload_services function to reload_nmbd_services because | Luke Leighton | 1 | -6/+6 |
2000-03-26 | when doing a "secure nbns" wack response and check with owner for a | Andrew Tridgell | 1 | -1/+4 |
2000-03-26 | merge from tng ... | Andrew Tridgell | 1 | -1/+1 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -2/+2 |
2000-02-22 | richard got the short request for GETDC right (hooray!) win9x _and_ nt | Luke Leighton | 1 | -11/+24 |
2000-01-28 | Modified auto alignment of ud[] struct on stack to be declared as an | Jeremy Allison | 2 | -4/+4 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 15 | -63/+38 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 1 | -0/+3 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -9/+12 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -2/+0 |