Age | Commit message (Expand) | Author | Files | Lines |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -2/+2 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -3/+89 |
1998-08-14 | Makefile.in: Changed so that make proto will work with ldap & nisplus. | Jeremy Allison | 1 | -3/+134 |
1998-08-08 | added --with-nisplus-home option | Andrew Tridgell | 1 | -4/+4 |
1998-08-03 | First implementation of ChangeNotify - this version only checks | Jeremy Allison | 1 | -1/+1 |
1998-07-31 | This is the checkin of the debug changes. | Christopher R. Hertel | 1 | -278/+1 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 1 | -35/+45 |
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 | 1 | -194/+79 |
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-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-04 | Fixed file descriptor leak in open_socket_out - this could | Jeremy Allison | 1 | -0/+1 |
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-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 |
1998-05-19 | Fixed signed/unsigned warning. | Jeremy Allison | 1 | -1/+1 |
1998-05-18 | Makefile: | Luke Leighton | 1 | -4/+4 |
1998-05-15 | util.c: Re-seed the crypto random number generator after a fork, so all | Jeremy Allison | 1 | -0/+10 |
1998-05-14 | some pretty horrible formatting in standard_sub_basic(): makes the function | Luke Leighton | 1 | -48/+56 |
1998-05-14 | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 1 | -8/+64 |
1998-05-12 | includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't | Jeremy Allison | 1 | -64/+7 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -65/+125 |
1998-05-11 | ldap back-end database development | Luke Leighton | 1 | -26/+0 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -3/+3 |
1998-05-07 | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 1 | -0/+27 |
1998-05-07 | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 1 | -0/+16 |
1998-05-06 | loadparm.c: Added #ifdef USE_LDAP around ldap code. | Jeremy Allison | 1 | -16/+0 |
1998-05-06 | much faster pstrcpy() and fstrcpy() | Andrew Tridgell | 1 | -16/+24 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -2/+2 |
1998-04-15 | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1 | -1/+4 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -2/+2 |
1998-04-12 | minor reformatting of debug messages (so people don't think there is a | Andrew Tridgell | 1 | -3/+3 |
1998-04-09 | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1 | -0/+57 |
1998-04-07 | want all of data in show_msg at log levels > 50. | Luke Leighton | 1 | -27/+33 |
1998-03-25 | Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> - | Jeremy Allison | 1 | -1/+1 |
1998-03-24 | Fixed 'unused variable' warnings found with gcc -Wall -Werror. | Jeremy Allison | 1 | -2/+2 |
1998-03-24 | ypserver not available: AUTOMOUNT server and path don't work. | Samba Release Account | 1 | -14/+10 |
1998-03-24 | clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb). | Jeremy Allison | 1 | -0/+4 |
1998-03-23 | a pointless commit to check on a problem Luke reported with CVS | Andrew Tridgell | 1 | -2/+2 |
1998-03-17 | this isn't a big commit, it just looks like it :-) | Andrew Tridgell | 1 | -59/+67 |
1998-03-16 | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1 | -0/+9 |
1998-03-14 | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1 | -1/+1 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1 | -0/+25 |