summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-09-01Fix for swat to return correct MIME type for text files. From "RonTim Potter1-0/+2
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison6-3/+152
2000-08-31make sure a couple of variables are initialisedAndrew Tridgell1-2/+2
2000-08-31fixed "admin users" option with new security codeAndrew Tridgell1-0/+5
2000-08-31Removed compiler warning.Tim Potter1-5/+5
2000-08-30Fixed overrun write error when using debuglevel > 50.Jeremy Allison1-1/+1
2000-08-30Fixed error returns for moving printer driver files around so genericJeremy Allison3-11/+22
2000-08-30Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison3-2/+12
2000-08-30Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison1-2/+24
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison8-13/+112
2000-08-29missed removing the static declaration of strwicmp()Gerald Carter1-1/+0
2000-08-29make protoGerald Carter1-0/+2
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter3-33/+103
2000-08-29added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter1-0/+1
2000-08-29fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter1-16/+17
2000-08-29added -A <authfile> option to smbclient for the reading of username /Gerald Carter1-9/+71
2000-08-29needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2-31/+30
2000-08-29make rpcclent by default.Gerald Carter1-1/+1
2000-08-29This doesn't compile but is a placeholder for moving the UNIXJeremy Allison1-0/+618
2000-08-28smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2-3/+2
2000-08-28Merge bug - still getting used to dirdiff.Tim Potter1-1/+0
2000-08-28Oops - missed a file.Tim Potter1-0/+42
2000-08-28Merge from appliance branch.Tim Potter3-0/+12
2000-08-28yipee!Andrew Tridgell5-6/+24
2000-08-28made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell1-37/+34
2000-08-28arrgh.Andrew Tridgell1-0/+4
2000-08-25vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2-3/+3
2000-08-25Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter1-1/+1
2000-08-25- fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell1-2/+13
2000-08-25Updated file with version in TNG.Tim Potter1-2/+3
2000-08-24Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACLJeremy Allison1-8/+9
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison3-10/+16
2000-08-23Documentation on NT_USER_TOKEN. Requested by Sander.Jeremy Allison1-0/+5
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison5-26/+266
2000-08-22Patch from John Reilly <jreilly@hp.com> for not processing duplicate filesTim Potter1-0/+8
2000-08-21Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison1-5/+6
2000-08-18oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton1-13/+16
2000-08-18fixed an off by one error where I was tromping on memoryGerald Carter1-1/+1
2000-08-18fixed initialization errors (again!) I must have forgot toGerald Carter1-0/+6
2000-08-18getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton1-10/+13
2000-08-18changing some debug message levelsGerald Carter1-12/+12
2000-08-17Fix for Win9x driver downloads when information isGerald Carter1-83/+153
2000-08-17added comment for my own memory purposesGerald Carter1-0/+1
2000-08-16hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter1-2/+19
2000-08-16- fixed memcpy bug in copy_unistr2()Gerald Carter1-7/+21
2000-08-16fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter1-1/+5
2000-08-15Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter1-4/+1
2000-08-15Tidied up extra ()'s.Jeremy Allison1-12/+12
2000-08-14Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2-18/+7
2000-08-14fixed a few bugs in new_smb_io_relarraystr().Gerald Carter1-2/+5