summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison4-9/+13
2002-02-26This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2-16/+53
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison3-28/+45
2002-02-25Merge of printing performance fixes from appliance.Tim Potter3-47/+68
2002-02-25add required flags to "nt acl support" so it will show up in SWATHerb Lewis1-1/+1
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter3-21/+346
2002-02-25Added error for invalid form size.Tim Potter1-0/+1
2002-02-25This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell1-4/+6
2002-02-24added a "XCOPY" test that simulates the open calls made by xcopy /OAndrew Tridgell1-0/+45
2002-02-23Only set smb_read_error if not already set.Jeremy Allison1-6/+20
2002-02-22Rerun configureAndrew Bartlett1-310/+309
2002-02-22We can't build shared libs on sco, so no point attempting to export dynamicAndrew Bartlett1-1/+0
2002-02-22Get rid of the unused WL variable from the previous patch. I think these wereAndrew Bartlett2-793/+813
2002-02-22made the domain secret key in secrets.tdb domain specific. This allowsAndrew Tridgell1-2/+14
2002-02-22don't do an ADS init when not in ADS modeAndrew Tridgell1-5/+4
2002-02-22Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett5-20/+122
2002-02-22rerun autoconfAndrew Bartlett1-649/+619
2002-02-22Try to catch the compilers that don't handle immidiate structures as well as weAndrew Bartlett1-2/+13
2002-02-21merge from 2.2Gerald Carter1-1/+1
2002-02-21added a cli_qfilename() test to the trans2 testsAndrew Tridgell1-0/+13
2002-02-21this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell1-19/+12
2002-02-21added cli_qfilename(), used in trans2 torture testAndrew Tridgell1-0/+43
2002-02-21merge from 2.2Gerald Carter1-0/+5
2002-02-20merge from 2.2Gerald Carter1-5/+8
2002-02-20enable large readwrite by defaultAndrew Tridgell1-1/+1
2002-02-20This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett1-4/+9
2002-02-20Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spottingAndrew Bartlett1-1/+1
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2-202/+188
2002-02-20fixed the gssapi lib configure test to not do the test twiceAndrew Tridgell1-4/+2
2002-02-19Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett2-3/+69
2002-02-19in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett1-1/+1
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2-63/+68
2002-02-19make protoTim Potter1-1/+0
2002-02-19 merge from 2.2Gerald Carter1-2/+2
2002-02-19Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter1-13/+14
2002-02-19Added cli_spoolss_initialise() function.Tim Potter1-61/+72
2002-02-18we definately don't want RCS $id tags in Samba. They make merging muchAndrew Tridgell1-2/+0
2002-02-18fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell1-0/+1
2002-02-18serialise all domain auth requestsAndrew Tridgell2-1/+40
2002-02-18reverted tims patch that broke configureAndrew Tridgell1-13/+0
2002-02-17Whoops, typo.Tim Potter1-4/+4
2002-02-17Remove dynconfig.{o,po} in clean target.Tim Potter1-1/+5
2002-02-17Do a smb_panic() if sec_initial_[ug]id() or non_root_mode() is calledTim Potter1-0/+13
2002-02-17int -> uint32Tim Potter1-2/+1
2002-02-16dont strdup() possibly null values.Andrew Bartlett1-1/+3
2002-02-16int -> uint32 fixes from andreasTim Potter1-4/+4
2002-02-16Added some splint annotations from andreas.Tim Potter2-0/+14
2002-02-16Added comment in lp_string() about debugging memory problems.Tim Potter1-0/+9
2002-02-16Removed some random crap that isn't used anymore.Tim Potter2-48/+0
2002-02-15Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett1-2/+12