| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util.c: I've added a function called mem_dup(). Similar to strdup(), | Christopher R. Hertel | 1998-07-15 | 1 | -0/+13 |
* | Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de> | Jeremy Allison | 1998-07-10 | 1 | -1/+1 |
* | Fixed (hopefully) last bug with username mapping. | Jeremy Allison | 1998-07-07 | 1 | -4/+5 |
* | Fix for pidfile startup message. | Jeremy Allison | 1998-07-02 | 1 | -35/+34 |
* | nttrans.c: More code towards NT protocol. | Jeremy Allison | 1998-06-30 | 1 | -2/+6 |
* | clientgen: Added USE_SSL for client shutdown. | Jeremy Allison | 1998-06-16 | 1 | -19/+0 |
* | CLITAR changes to overcome some reported problems and add Jay's changes | Richard Sharpe | 1998-06-16 | 1 | -0/+19 |
* | Added SSL support from Christian Starkjohann <cs@obdev.at> | Jeremy Allison | 1998-06-16 | 1 | -16/+64 |
* | Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group... | Jeremy Allison | 1998-06-13 | 1 | -212/+127 |
* | ipc.c: map_username is now a BOOL function. | Jeremy Allison | 1998-06-12 | 1 | -16/+187 |
* | Minor changes as I've now discovered gcc -pedantic-errors. This | Jeremy Allison | 1998-06-10 | 1 | -1/+1 |
* | De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam | Jeremy Allison | 1998-06-10 | 1 | -26/+27 |
* | Fixed file descriptor leak in open_socket_out - this could | Jeremy Allison | 1998-06-04 | 1 | -0/+1 |
* | Added Paul Eggerts LocalTime patch. | Jeremy Allison | 1998-05-29 | 1 | -8/+28 |
* | Ooops - fixed Win95 crash bugs with earlier code. | Jeremy Allison | 1998-05-27 | 1 | -3/+7 |
* | Newly re-written do_match and mask_match functions, with the | Jeremy Allison | 1998-05-27 | 1 | -103/+235 |
* | smb.h: More NT SMB stuff (just defines). | Jeremy Allison | 1998-05-26 | 1 | -1/+7 |
* | fix slprintf for sunos4 in head branch | Andrew Tridgell | 1998-05-20 | 1 | -1/+2 |
* | Fix to do NT wildcard matching. | Jeremy Allison | 1998-05-19 | 1 | -2/+24 |
* | passdb.c: Fixed typo in coment. | Jeremy Allison | 1998-05-19 | 1 | -31/+22 |
* | Fixed signed/unsigned warning. | Jeremy Allison | 1998-05-19 | 1 | -1/+1 |
* | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1998-05-18 | 1 | -1/+1 |
* | Makefile: | Luke Leighton | 1998-05-18 | 1 | -4/+4 |
* | util.c: Re-seed the crypto random number generator after a fork, so all | Jeremy Allison | 1998-05-15 | 1 | -0/+10 |
* | some pretty horrible formatting in standard_sub_basic(): makes the function | Luke Leighton | 1998-05-14 | 1 | -48/+56 |
* | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 1998-05-14 | 2 | -22/+79 |
* | includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't | Jeremy Allison | 1998-05-12 | 1 | -64/+7 |
* | a new slprintf() function. This one is totally portable but a bit of a | Andrew Tridgell | 1998-05-12 | 1 | -27/+41 |
* | This is a security audit change of the main source. | Jeremy Allison | 1998-05-12 | 7 | -84/+152 |
* | ldap back-end database development | Luke Leighton | 1998-05-11 | 1 | -26/+0 |
* | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1998-05-11 | 6 | -10/+100 |
* | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 1998-05-07 | 1 | -0/+27 |
* | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 1998-05-07 | 1 | -0/+16 |
* | loadparm.c: Added #ifdef USE_LDAP around ldap code. | Jeremy Allison | 1998-05-06 | 1 | -16/+0 |
* | much faster pstrcpy() and fstrcpy() | Andrew Tridgell | 1998-05-06 | 1 | -16/+24 |
* | genrand.c: SGI compile warning fix. | Jeremy Allison | 1998-05-05 | 1 | -1/+1 |
* | This looks like a big change but really isn't. | Jeremy Allison | 1998-04-25 | 1 | -2/+2 |
* | genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file(). | Jeremy Allison | 1998-04-23 | 1 | -1/+1 |
* | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 1998-04-22 | 1 | -9/+32 |
* | many systems don't have /etc/shadow but do have another system for | Andrew Tridgell | 1998-04-21 | 1 | -0/+12 |
* | improved the secret buffer generation a bit. It now uses /etc/shadow | Andrew Tridgell | 1998-04-21 | 1 | -22/+39 |
* | genrand.c: Improved filename based random seed generation. | Jeremy Allison | 1998-04-20 | 1 | -18/+55 |
* | Makefile: Added genrand.o | Jeremy Allison | 1998-04-20 | 1 | -0/+137 |
* | reply.c: Fix bugs where debug statements were accessing the fd_ptr struct | Jeremy Allison | 1998-04-16 | 1 | -14/+14 |
* | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1998-04-15 | 1 | -1/+4 |
* | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1998-04-13 | 8 | -19/+17 |
* | minor reformatting of debug messages (so people don't think there is a | Andrew Tridgell | 1998-04-12 | 1 | -3/+3 |
* | includes.h: Moved HPUX undefine of SEMMSL to where it actually does something. | Jeremy Allison | 1998-04-10 | 1 | -2/+2 |
* | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1998-04-09 | 1 | -0/+57 |
* | Missed compile error when compiling with KANJI=true. | Jeremy Allison | 1998-04-09 | 1 | -1/+1 |