summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Mask off the aDIR on setfileinfo.Jeremy Allison3-0/+10
2002-03-05Spelling fixes.Tim Potter2-4/+4
2002-03-05Removed unused static function.Tim Potter1-18/+0
2002-03-05Fixed compiler warning about unused variables.Tim Potter1-5/+5
2002-03-04Canonicalise pathnames returned to Windows directory separators.Jeremy Allison1-0/+1
2002-03-04dos2unix not used in HEAD anymore.Jeremy Allison1-2/+2
2002-03-04fix for IRIX compile errorHerb Lewis1-3/+4
2002-03-04allow setting of lock range and base in locktestAndrew Tridgell1-10/+14
2002-03-04added -k options for kerberos to smbtorture and locktestAndrew Tridgell2-2/+28
2002-03-03Fixed typo for winbind on solaris and hpux.Tim Potter1-2/+2
2002-03-03make default unix charset UTF8Andrew Tridgell1-0/+3
2002-03-03handle clock skew in getatr testAndrew Tridgell1-3/+3
2002-03-03fixed -c option to NBENCH testAndrew Tridgell1-1/+1
2002-03-03Some more fixes to enusre we execute the same code pathes as before thisAndrew Bartlett1-8/+8
2002-03-03Matching header files for the last netlogon cleanup.Andrew Bartlett1-0/+7
2002-03-03This patch allows NT4 domains to trust Samba.Andrew Bartlett1-84/+81
2002-03-02compile fix from vanceSimo Sorce1-0/+2
2002-03-02Move these inside the #ifdef to fix the compile on non-LDAPsam systems.Andrew Bartlett1-4/+5
2002-03-02This is now unusedAndrew Bartlett1-1/+0
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett9-290/+794
2002-03-02more constAndrew Bartlett1-2/+2
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett7-27/+139
2002-03-02Remove util_list.h, as its matching .c file has already gone, and nobody isAndrew Bartlett3-61/+3
2002-03-02Missing include file update for the secrets.c trustdom changesAndrew Bartlett1-1/+1
2002-03-02Fix up the trusted domains secrets code so as to have a slight chance ofAndrew Bartlett1-12/+10
2002-03-02And a little more const.Andrew Bartlett1-3/+3
2002-03-02Add a dash of const here and there...Andrew Bartlett2-6/+6
2002-03-02Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison2-18/+19
2002-03-01SECURITY FIXES:Andrew Bartlett2-7/+11
2002-03-01Added requested cast for splint.Jeremy Allison1-1/+1
2002-03-01Fixed EXTRA vs EXTGRA typo. Thanks Mike :-).Jeremy Allison2-2/+2
2002-03-01merge from 2.2Gerald Carter1-2/+7
2002-03-01Missed the Makefile.in update...Andrew Bartlett1-2/+2
2002-03-01Cause nmbd to take signal processing in-band, rather than inJeremy Allison1-339/+368
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett6-20/+629
2002-03-01Another comment fix for mirmirAndrew Bartlett1-1/+1
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