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