summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* andrej spotted that entries _not_ in domain map user were being refused.Luke Leighton1998-12-011-10/+6
* hm. removed the "if failed to map nt name to unix name, fail tcon call"Luke Leighton1998-12-011-8/+2
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-301-34/+56
* - adding builtin[alias]db.Luke Leighton1998-11-301-0/+5
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-291-638/+1
* weekend work. user / group database API.Luke Leighton1998-11-293-25/+26
* don't allow ".." in service name when doing "default service"Andrew Tridgell1998-11-291-1/+3
* fixing group database issuesLuke Leighton1998-11-251-35/+52
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-257-31/+31
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-11/+2
* fixing domain join and domain login problemsLuke Leighton1998-11-251-1/+1
* Fixed oplock test path spec bug.Jeremy Allison1998-11-241-1/+1
* Fixed -Wall -Wshadow warning.Jeremy Allison1998-11-231-2/+1
* remove / add / attempt to stop remove didn't work.Luke Leighton1998-11-231-0/+651
* unix instance of group database APILuke Leighton1998-11-233-627/+3
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-4/+4
* try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1998-11-211-13/+11
* formatting changeAndrew Tridgell1998-11-211-1/+1
* smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1998-11-211-1/+9
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
* Sync up with 2.0 code.Jeremy Allison1998-11-193-9/+94
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-183-6/+12
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-172-2/+26
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-179-18/+18
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-176-295/+609
* Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1998-11-161-2/+1
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-163-3/+6
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-152-7/+7
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-132-2/+2
* 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