Age | Commit message (Expand) | Author | Files | Lines |
1998-08-16 | server.c: fixed a bug in close_file() with the new files.c handling code | Andrew Tridgell | 1 | -0/+121 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 6 | -13/+10 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 3 | -10/+269 |
1998-08-14 | Makefile.in: Changed so that make proto will work with ldap & nisplus. | Jeremy Allison | 1 | -3/+134 |
1998-08-13 | Uh... I'm checking stuff in. Jeremy will by *so* pleased :) | John Blair | 1 | -0/+159 |
1998-08-12 | I've added a dbgflush() function to debug.c. Calling this will cause the | Christopher R. Hertel | 1 | -5/+31 |
1998-08-11 | Cleaned up some lint warnings (functions with return values that were | Christopher R. Hertel | 1 | -12/+13 |
1998-08-11 | I've added a test for lp_loaded() so that timestamps *will* be output | Christopher R. Hertel | 1 | -4/+9 |
1998-08-11 | fixed a nasty bug in debug.c | Andrew Tridgell | 1 | -1/+1 |
1998-08-11 | make sure that a fault cannot occur twice. The new Debug1() code is | Andrew Tridgell | 1 | -18/+22 |
1998-08-10 | moved access.c into lib/ from smbd/ as it is needed by testparm. I | Andrew Tridgell | 1 | -216/+169 |
1998-08-09 | this gets smbd compiling and linking correctly with the new layout. | Andrew Tridgell | 1 | -0/+1 |
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-08 | added --with-nisplus-home option | Andrew Tridgell | 1 | -4/+4 |
1998-08-03 | More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD() | Christopher R. Hertel | 1 | -3/+4 |
1998-08-03 | First implementation of ChangeNotify - this version only checks | Jeremy Allison | 2 | -3/+4 |
1998-08-03 | This is the remaining set of changes needed to replace the changes lost | Christopher R. Hertel | 1 | -11/+7 |
1998-08-03 | I have fixed some of the autoconfigure problems. I'm studying the diffs | Christopher R. Hertel | 1 | -9/+13 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -3/+3 |
1998-07-31 | Debugging functions are now in their own module. | Christopher R. Hertel | 1 | -0/+533 |
1998-07-31 | This is the checkin of the debug changes. | Christopher R. Hertel | 1 | -278/+1 |
1998-07-31 | added test for getpwanam(). | Andrew Tridgell | 1 | -1/+1 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 1 | -35/+45 |
1998-07-29 | fixed a bug in the replacement inet_ntoa | Andrew Tridgell | 1 | -1/+1 |
1998-07-29 | test for a broken inet_ntoa and replace it if necessary (for | Andrew Tridgell | 1 | -0/+15 |
1998-07-29 | get rid of the runtime test for broken getgroups() and add a compile | Andrew Tridgell | 1 | -7/+7 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 13 | -564/+757 |
1998-07-23 | locking.c: Added lock type to is_locked() and do_lock() | Jeremy Allison | 1 | -27/+54 |
1998-07-16 | Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com. | Jeremy Allison | 1 | -1/+29 |
1998-07-15 | util.c: I've added a function called mem_dup(). Similar to strdup(), | Christopher R. Hertel | 1 | -0/+13 |
1998-07-10 | Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de> | Jeremy Allison | 1 | -1/+1 |
1998-07-07 | Fixed (hopefully) last bug with username mapping. | Jeremy Allison | 1 | -4/+5 |
1998-07-02 | Fix for pidfile startup message. | Jeremy Allison | 1 | -35/+34 |
1998-06-30 | nttrans.c: More code towards NT protocol. | Jeremy Allison | 1 | -2/+6 |
1998-06-16 | clientgen: Added USE_SSL for client shutdown. | Jeremy Allison | 1 | -19/+0 |
1998-06-16 | CLITAR changes to overcome some reported problems and add Jay's changes | Richard Sharpe | 1 | -0/+19 |
1998-06-16 | Added SSL support from Christian Starkjohann <cs@obdev.at> | Jeremy Allison | 1 | -16/+64 |
1998-06-13 | Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group... | Jeremy Allison | 1 | -212/+127 |
1998-06-12 | ipc.c: map_username is now a BOOL function. | Jeremy Allison | 1 | -16/+187 |
1998-06-10 | Minor changes as I've now discovered gcc -pedantic-errors. This | Jeremy Allison | 1 | -1/+1 |
1998-06-10 | De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam | Jeremy Allison | 1 | -26/+27 |
1998-06-04 | Fixed file descriptor leak in open_socket_out - this could | Jeremy Allison | 1 | -0/+1 |
1998-05-29 | Added Paul Eggerts LocalTime patch. | Jeremy Allison | 1 | -8/+28 |
1998-05-27 | Ooops - fixed Win95 crash bugs with earlier code. | Jeremy Allison | 1 | -3/+7 |
1998-05-27 | Newly re-written do_match and mask_match functions, with the | Jeremy Allison | 1 | -103/+235 |
1998-05-26 | smb.h: More NT SMB stuff (just defines). | Jeremy Allison | 1 | -1/+7 |
1998-05-20 | fix slprintf for sunos4 in head branch | Andrew Tridgell | 1 | -1/+2 |
1998-05-19 | Fix to do NT wildcard matching. | Jeremy Allison | 1 | -2/+24 |
1998-05-19 | passdb.c: Fixed typo in coment. | Jeremy Allison | 1 | -31/+22 |