summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-14restored IS_BITS_SET_xxx macros.Luke Leighton1-0/+5
2000-08-14hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton1-2/+4
2000-08-14jeremy,Luke Leighton1-11/+15
2000-08-14minor formatting fixes.Gerald Carter1-9/+9
2000-08-14fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter1-2/+2
2000-08-12removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter1-3/+36
2000-08-12fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter1-29/+37
2000-08-12FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter3-200/+163
2000-08-12fixed unistr_to_ascii to deal with NULL src stringsGerald Carter1-14/+14
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter2-25/+32
2000-08-12removed (void) typecast from SMB_ASSERTGerald Carter1-1/+1
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2-53/+25
2000-08-11First shot at actually *doing* WINS failover.Christopher R. Hertel1-1/+8
2000-08-11Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison1-2/+6
2000-08-10Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison1-62/+68
2000-08-10Tidied up security rights definitions.Jeremy Allison7-39/+30
2000-08-10Removed requirement that sid have an owner before being interpreted.Jeremy Allison1-18/+9
2000-08-10Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2-6/+21
2000-08-10working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter1-2/+9
2000-08-10code formatting cleanupGerald Carter1-6/+0