summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett3-3/+3
2002-03-01Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch)Andrew Bartlett1-55/+55
2002-03-01Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.Andrew Bartlett1-4/+14
2002-03-01Attempt to fix Solaris winbind nss build.Jeremy Allison3-30/+53
2002-03-01This should kill off the 'cannot convert' error messages on non-iconv hosts.Andrew Bartlett1-1/+1
2002-02-28enable locking on the idmap database to make it safe to dump/restoreAndrew Tridgell1-1/+1
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison3-47/+47
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell6-119/+186
2002-02-27Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO...Jeremy Allison1-1/+1
2002-02-27Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison1-11/+11
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison6-28/+37
2002-02-27Fixed usage of uninitialised variable in strict_allocate_ftruncate()Tim Potter1-1/+3
2002-02-27Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison1-0/+1
2002-02-27Fixed dumb typo caught by Herb.Jeremy Allison1-1/+1
2002-02-27This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett1-1/+1
2002-02-27"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett1-1/+1
2002-02-27This apparently makes winbind work on Solaris againAndrew Bartlett1-1/+1
2002-02-27Make this function staticAndrew Bartlett1-1/+1
2002-02-27fix a few definesGerald Carter1-0/+1
2002-02-26FIXME: Use next_token rather than strtok!Martin Pool1-0/+1
2002-02-26merge from 2.2 - fix parsing of optionsHerb Lewis1-14/+16
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