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