summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+2
1998-11-12Fix fd leak in error condition in grantpt code case.Jeremy Allison1-5/+8
1998-11-11Fixed two debug prints.Jeremy Allison1-2/+2
1998-11-10include/local.h:Jeremy Allison1-6/+13
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-1/+1
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell2-2/+1
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-89/+73
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison3-21/+43
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison3-52/+117
1998-11-02removed comment line at end of fileLuke Leighton1-1/+0
1998-10-29Fixed bug (that I introduced when doing the "delete on close" workJeremy Allison1-7/+9
1998-10-28Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1-0/+1
1998-10-28Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1-1/+1
1998-10-27debug string with no %s parameter. oopsLuke Leighton1-1/+2
1998-10-26Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1-2/+5
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-0/+1
1998-10-23Handle the case where multiple smbd have the file open, some of whomJeremy Allison2-17/+76
1998-10-23possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1-9/+1
1998-10-23Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1-36/+39
1998-10-23Fixed debug reporting in the changed code.Jeremy Allison1-1/+6
1998-10-23Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1-3/+4
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison5-4/+109
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison6-67/+100
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1-1/+1
1998-10-22extern fstring global_myworkgroup should be a pstringLuke Leighton1-2/+2
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison3-34/+71
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton2-5/+5
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison4-17/+41
1998-10-21signed / unsigned issuesLuke Leighton2-2/+2
1998-10-21at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell1-1/+14
1998-10-20dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1-1/+1
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-19/+8
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison2-12/+76
1998-10-19- dce/rpc codeLuke Leighton4-138/+234
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison4-19/+70
1998-10-18check for lp_nt_pipe_support() in open callsAndrew Tridgell2-2/+2
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison2-0/+2
1998-10-16!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1-2/+2
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton3-28/+37
1998-10-16cli_nt_session_open() encrypt arg removedLuke Leighton1-1/+1
1998-10-16setup_groups() - code clarification. no functional change.Luke Leighton1-13/+19
1998-10-16only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1-6/+10
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+15
1998-10-16trans2.h: Added Thursby MAC extension.Jeremy Allison1-0/+7
1998-10-16trust passwordLuke Leighton1-3/+3
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton2-24/+3
1998-10-15bug-fixing against:Luke Leighton1-1/+40
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison4-8/+24
1998-10-14more warnings...Luke Leighton1-1/+1
1998-10-14unused variable in pipe_smb_write_XLuke Leighton1-1/+0