Age | Commit message (Expand) | Author | Files | Lines |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 6 | -168/+10 |
1998-09-02 | we are never interested in SIGPIPE so just ignore (block) it | Andrew Tridgell | 1 | -12/+2 |
1998-08-31 | I looked at the refresh issue a bit more and discovered that Samba | Andrew Tridgell | 1 | -3/+4 |
1998-08-31 | minor fixes to the DMB<->DMB sync code. We now get the dmb name from | Andrew Tridgell | 1 | -5/+10 |
1998-08-31 | I realised that my DMB<->DMB sync code has the property that the | Andrew Tridgell | 2 | -2/+20 |
1998-08-31 | set a maximum name refresh time of 20 minutes. | Andrew Tridgell | 2 | -3/+3 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 4 | -16/+16 |
1998-08-30 | added a dest_port parameter to send_mailslot() so we send replies to | Andrew Tridgell | 6 | -21/+25 |
1998-08-30 | a couple of debug lines | Andrew Tridgell | 1 | -0/+2 |
1998-08-30 | finished the asynchronous browse synchronisation code. It even seems | Andrew Tridgell | 3 | -141/+337 |
1998-08-30 | we we have successfully done a query on *<1b> from a wins server and | Andrew Tridgell | 1 | -7/+25 |
1998-08-30 | changed the way that name query records are sorted in replies. They | Andrew Tridgell | 2 | -36/+9 |
1998-08-30 | include our netbios names list and our workgroup in the wins.dat hash | Andrew Tridgell | 1 | -2/+22 |
1998-08-30 | changed the format of the wins.dat file slightly. | Andrew Tridgell | 1 | -0/+16 |
1998-08-30 | added some defensive programming to nmbd. This mostly means zeroing | Andrew Tridgell | 9 | -13/+29 |
1998-08-29 | don't exit on a SIGPIPE | Andrew Tridgell | 1 | -2/+1 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -1/+1 |
1998-08-28 | nmbd would core dump if a large number of netbios aliases is set. The | Andrew Tridgell | 1 | -2/+3 |
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 | 2 | -11/+5 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 6 | -6/+8 |
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-09 | added ignore rules for the dummy files | Andrew Tridgell | 1 | -0/+1 |
1998-08-09 | these dummy files are needed for autoconf processing | Andrew Tridgell | 1 | -0/+0 |
1998-08-03 | More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD() | Christopher R. Hertel | 3 | -14/+22 |
1998-08-03 | One more minor change to the format of a DEBUG message. I broke up a | Christopher R. Hertel | 1 | -4/+9 |
1998-08-03 | I finished removing timestring() calls from DEBUG() messages. Also went | Christopher R. Hertel | 5 | -18/+47 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 2 | -21/+46 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 2 | -14/+12 |
1998-07-27 | chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. | Jeremy Allison | 1 | -1/+1 |
1998-07-25 | Cleaned up some testing code and made it more "permanent" looking. The | Christopher R. Hertel | 1 | -38/+32 |
1998-07-24 | Converted the browser database to a ubi_dLinkList. This should reduce code | Christopher R. Hertel | 2 | -124/+161 |
1998-07-14 | loadparm.c: | Jeremy Allison | 1 | -1/+1 |
1998-07-02 | chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIX | Jeremy Allison | 1 | -2/+2 |
1998-06-29 | nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. | Jeremy Allison | 3 | -4/+22 |
1998-06-27 | Added code to do elections when told to do so. | Jeremy Allison | 1 | -2/+9 |
1998-06-27 | nisppass.c: Fixed incorrect parameter usage. | Jeremy Allison | 7 | -45/+122 |
1998-06-25 | clitar.c: Fixed gcc warning with comment in /* */ code. | Jeremy Allison | 1 | -12/+22 |
1998-06-23 | The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns a | Christopher R. Hertel | 6 | -21/+24 |
1998-06-10 | I've replaced the linked list used to manage the subnet namelists with a | Christopher R. Hertel | 5 | -181/+229 |
1998-06-09 | Fixed compile problem after make proto. | Jeremy Allison | 1 | -3/+2 |
1998-06-09 | This is a first step toward moving long namelists into a database. I | Christopher R. Hertel | 11 | -222/+292 |
1998-06-08 | Added code to add the Samba names onto the remote_broadcast subnet, | Jeremy Allison | 2 | -5/+11 |
1998-06-08 | Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() since | Christopher R. Hertel | 1 | -5/+5 |
1998-05-19 | Forgot to add the initialize_password_db() call to nmbd also. | Jeremy Allison | 1 | -0/+3 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -1/+1 |
1998-05-12 | includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't | Jeremy Allison | 1 | -1/+1 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 9 | -35/+35 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 2 | -9/+9 |
1998-05-07 | created "passdb.c" which is an interface point to (at present) either | Luke Leighton | 1 | -1/+1 |