summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-303-2/+12
* Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison2000-08-301-2/+24
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-308-13/+112
* missed removing the static declaration of strwicmp()Gerald Carter2000-08-291-1/+0
* make protoGerald Carter2000-08-291-0/+2
* added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-293-33/+103
* added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter2000-08-291-0/+1
* fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter2000-08-291-16/+17
* added -A <authfile> option to smbclient for the reading of username /Gerald Carter2000-08-291-9/+71
* needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2000-08-292-31/+30
* make rpcclent by default.Gerald Carter2000-08-291-1/+1
* This doesn't compile but is a placeholder for moving the UNIXJeremy Allison2000-08-291-0/+618
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-282-3/+2
* Merge bug - still getting used to dirdiff.Tim Potter2000-08-281-1/+0
* Oops - missed a file.Tim Potter2000-08-281-0/+42
* Merge from appliance branch.Tim Potter2000-08-283-0/+12
* yipee!Andrew Tridgell2000-08-285-6/+24
* made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell2000-08-281-37/+34
* arrgh.Andrew Tridgell2000-08-281-0/+4
* vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2000-08-252-3/+3
* Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter2000-08-251-1/+1
* - fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell2000-08-251-2/+13
* Updated file with version in TNG.Tim Potter2000-08-251-2/+3
* Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACLJeremy Allison2000-08-241-8/+9
* Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2000-08-233-10/+16
* Documentation on NT_USER_TOKEN. Requested by Sander.Jeremy Allison2000-08-231-0/+5
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-235-26/+266
* Patch from John Reilly <jreilly@hp.com> for not processing duplicate filesTim Potter2000-08-221-0/+8
* Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison2000-08-211-5/+6
* oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton2000-08-181-13/+16
* fixed an off by one error where I was tromping on memoryGerald Carter2000-08-181-1/+1
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton2000-08-181-10/+13
* changing some debug message levelsGerald Carter2000-08-181-12/+12
* Fix for Win9x driver downloads when information isGerald Carter2000-08-171-83/+153
* added comment for my own memory purposesGerald Carter2000-08-171-0/+1
* hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter2000-08-161-2/+19
* - fixed memcpy bug in copy_unistr2()Gerald Carter2000-08-161-7/+21
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Tidied up extra ()'s.Jeremy Allison2000-08-151-12/+12
* Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2000-08-142-18/+7
* fixed a few bugs in new_smb_io_relarraystr().Gerald Carter2000-08-141-2/+5
* restored IS_BITS_SET_xxx macros.Luke Leighton2000-08-141-0/+5
* hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton2000-08-141-2/+4
* jeremy,Luke Leighton2000-08-141-11/+15
* minor formatting fixes.Gerald Carter2000-08-141-9/+9
* fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter2000-08-141-2/+2
* removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter2000-08-121-3/+36
* fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter2000-08-121-29/+37