Age | Commit message (Expand) | Author | Files | Lines |
1998-04-28 | First version that compiles. Much more to do..... | Jeremy Allison | 3 | -228/+178 |
1998-04-27 | Added SuSE packaging files. | Volker Lendecke | 2 | -0/+354 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 36 | -439/+341 |
1998-04-24 | ABOUT time. dce/rpc long packet format now works, server-side. | Luke Leighton | 3 | -5/+92 |
1998-04-24 | cli_pipe.c: Corrected cli_api_pipe() calls. | Jeremy Allison | 1 | -30/+41 |
1998-04-23 | Makefile: Added nterr.c into the mix. | Jeremy Allison | 6 | -19/+78 |
1998-04-23 | These don't compile yet - but they are the core code in what | Jeremy Allison | 3 | -1086/+1004 |
1998-04-23 | We will need this new nterr.c for the DOMAIN_CLIENT code. | Jeremy Allison | 1 | -3/+30 |
1998-04-23 | clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.c | Jeremy Allison | 4 | -124/+233 |
1998-04-23 | genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file(). | Jeremy Allison | 5 | -90/+359 |
1998-04-22 | Fixed bug found by Gerald Carter <cartegw@Eng.Auburn.EDU> where | Jeremy Allison | 3 | -4/+0 |
1998-04-22 | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 6 | -13/+93 |
1998-04-21 | many systems don't have /etc/shadow but do have another system for | Andrew Tridgell | 1 | -0/+12 |
1998-04-21 | improved the secret buffer generation a bit. It now uses /etc/shadow | Andrew Tridgell | 1 | -22/+39 |
1998-04-21 | put server-side long dce/rpc code in main branch. | Luke Leighton | 4 | -119/+167 |
1998-04-21 | Added cli_ulogoff() calls to all the exit code paths in security=server. | Jeremy Allison | 1 | -0/+5 |
1998-04-21 | clientgen.c: Added cli_ulogoff() call. | Jeremy Allison | 3 | -0/+21 |
1998-04-20 | genrand.c: Improved filename based random seed generation. | Jeremy Allison | 2 | -22/+58 |
1998-04-20 | Added 'passwd chat debug' parameter to allow admins to debug their | Jeremy Allison | 3 | -6/+9 |
1998-04-20 | Makefile: Added genrand.o | Jeremy Allison | 6 | -2/+160 |
1998-04-20 | Fixed bug that John found in WINS server code. When nmbd as a WINS | Jeremy Allison | 4 | -9/+111 |
1998-04-18 | includes.h: Added John's redhat fix for QSORT_CAST. | Jeremy Allison | 4 | -558/+120 |
1998-04-17 | clientgen.c: Changes 'cli_xxx_' calls to use the following | Jeremy Allison | 3 | -58/+114 |
1998-04-17 | Changing of machine passwords now works !!!!!! | Jeremy Allison | 4 | -43/+58 |
1998-04-17 | Just changed the date. | Christopher R. Hertel | 1 | -1/+1 |
1998-04-16 | reply.c: Fix bugs where debug statements were accessing the fd_ptr struct | Jeremy Allison | 2 | -20/+20 |
1998-04-16 | Minor change to the wording. It used to say "files with the prefix 'ubi_'" | Christopher R. Hertel | 1 | -6/+6 |
1998-04-15 | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 7 | -51/+187 |
1998-04-14 | Fixed some typecast and function pointer problems pointed out by a | Christopher R. Hertel | 2 | -10/+21 |
1998-04-14 | Modified interfaces to getting smb password entries from | Jeremy Allison | 10 | -38/+83 |
1998-04-13 | make it look for only the proper lines to uncomment. | Herb Lewis | 1 | -8/+8 |
1998-04-13 | Fixed aggregate initializer problem for gcc. | Jeremy Allison | 1 | -1/+1 |
1998-04-13 | Changes include: | Christopher R. Hertel | 4 | -421/+706 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 33 | -265/+243 |
1998-04-13 | Contributed software for Linux autofs support. | John Terpstra | 3 | -0/+524 |
1998-04-13 | fixed a memory leak in close_file(). Each time a file was opened | Andrew Tridgell | 1 | -1/+7 |
1998-04-13 | As it says. | John Terpstra | 1 | -0/+57 |
1998-04-12 | Added additional comments from Bruce Wood | John Terpstra | 1 | -0/+75 |
1998-04-12 | minor reformatting of debug messages (so people don't think there is a | Andrew Tridgell | 1 | -3/+3 |
1998-04-12 | some hacks to the torture code | Andrew Tridgell | 1 | -1/+10 |
1998-04-12 | support O_SYNC at open time in files (previously we only supported it | Andrew Tridgell | 1 | -0/+4 |
1998-04-12 | if the resolve order is blank then assume "host" | Andrew Tridgell | 1 | -0/+2 |
1998-04-12 | support O_SYNC in opens for smbtorture | Andrew Tridgell | 1 | -0/+4 |
1998-04-11 | Corrected the spelling of my Surname. Added several postscripts. | John Terpstra | 1 | -2/+27 |
1998-04-11 | created from a really useful discussion about Win95 / NT profiles. | Luke Leighton | 1 | -0/+285 |
1998-04-11 | Fix heaps of warnings when compiling with gcc under Digital UNIX. Include rou... | Richard Sharpe | 1 | -0/+4 |
1998-04-11 | Updated to include possible cause of failed TESTS 3/6 as bad broadcast address. | John Terpstra | 1 | -1/+7 |
1998-04-11 | Oops, fogot proto.h. It needs to be updated for changes to client.c | Richard Sharpe | 1 | -1/+1 |
1998-04-11 | smbclient.1 updated to reflect the new functionality and to document function... | Richard Sharpe | 1 | -2/+24 |
1998-04-11 | Changes to client.c support the need for directories to be processed by whatever | Richard Sharpe | 2 | -68/+298 |