summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-05-06compiler warning for unimportant uninitialised variableLuke Leighton1-4/+4
1998-05-06Real fix for clitar.c problems. Have now made all the rightRichard Sharpe2-28/+385
1998-05-06much faster pstrcpy() and fstrcpy()Andrew Tridgell1-16/+24
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison9-25/+38
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison11-26/+28
1998-05-05Rolling clitar.c back to the previous rev 1.22 as the current oneJeremy Allison1-382/+25
1998-05-05Added bug fixes to clitar to ensure proper longfile name restoresRichard Sharpe1-25/+382
1998-05-05patches from jean francois: couple of minor bugsLuke Leighton2-3/+2
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison9-12/+56
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison7-47/+343
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison8-33/+66
1998-04-29password.c:Luke Leighton2-10/+21
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison14-172/+234
1998-04-28Fixed checked in code that didn't compile.Jeremy Allison1-9/+5
1998-04-28added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>Luke Leighton1-0/+59
1998-04-28First version that compiles. Much more to do.....Jeremy Allison3-228/+178
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-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-13fixed a memory leak in close_file(). Each time a file was openedAndrew Tridgell1-1/+7
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