summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-07-31Fix for rare tdb pattern store failure. Found & fixed by Rusty.Jeremy Allison1-1/+4
2001-07-30Fixup error returns in updating driver db version.Jeremy Allison1-22/+40
2001-07-30Added "use mmap" for HPUX.Jeremy Allison16-22/+27
2001-07-30Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison1-57/+6
2001-07-30uint -> uint32.Jeremy Allison1-1/+1
2001-07-30Fixes for varargs problems with std c.Jeremy Allison4-13/+13
2001-07-28Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison1-2/+1
2001-07-28Fix for potential crash bug with bad fid.Jeremy Allison1-1/+13
2001-07-27Return an exit code when connect failed.Tim Potter1-1/+1
2001-07-26better debug messages + fix typo in debug messageSimo Sorce1-2/+2
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison7-622/+810
2001-07-25Always check fstat for error.Jeremy Allison1-10/+13
2001-07-25Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison1-1/+1
2001-07-25we need to pull passwords in client charset for crypto to workAndrew Tridgell1-1/+1
2001-07-25need to push smb_search strings in client charsetAndrew Tridgell1-5/+5
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter11-154/+153
2001-07-25- don't try to print pointersAndrew Tridgell2-13/+2
2001-07-25Re-ran autoconf.Tim Potter1-548/+593
2001-07-25Merge of change machine account password race fix from appliance branch.Tim Potter1-1/+17
2001-07-25got rid of INFO: msgs at debug level 1Andrew Tridgell1-2/+2
2001-07-25nicer smbtree outputAndrew Tridgell1-2/+4
2001-07-25ucs2 is always a multiple of 2 bytesAndrew Tridgell1-0/+6
2001-07-25a better test for unix domain socketsAndrew Tridgell5-6/+24
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell3-724/+824
2001-07-25build smbtree by default. It's a very useful utility.Andrew Tridgell1-1/+8
2001-07-24Store winbindd in the sbin directory. Make the winbind pam module also asTim Potter3-612/+624
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce4-85/+184
2001-07-24Make sure that a shared library build of libsmbclient causes buildRichard Sharpe1-1/+1
2001-07-24make nsswitch target wasn't building the winbind pam module.Tim Potter1-1/+1
2001-07-24Commit an updated configure, but the build_farm should run autoconf!Richard Sharpe1-723/+738
2001-07-24We were making an assumption in the oplockJeremy Allison1-1/+0
2001-07-24Another fine mess, err, fine tune to the Slowaris build ...Richard Sharpe1-2/+1
2001-07-24Make the Slowaris build a bit nicer with ccRichard Sharpe1-1/+1
2001-07-23Fix case insensitive password change code.Jeremy Allison5-38/+47
2001-07-23Same fix for resume as for pause.Jeremy Allison1-1/+2
2001-07-23Fix for CUPS pause/restart code.Jeremy Allison1-2/+2
2001-07-23Fix for cups compile.Jeremy Allison1-16/+17
2001-07-23Fix some fscked up things that I added to the Solaris CC build of shared libsRichard Sharpe2-3/+3
2001-07-23One more possible fix for Solaris CC and GCCRichard Sharpe1-1/+2
2001-07-23Fix the POOBAD_CC on Slowaris so we can handle things correctly ...Richard Sharpe2-3/+13
2001-07-23Try and build shared on SCO. Assume that it is like others, but usesRichard Sharpe1-0/+2
2001-07-23In wb_samr_query_dispinfo() pass back the 32-bit status code fromTim Potter1-10/+10
2001-07-23cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't anTim Potter1-1/+4
2001-07-23OK, I think I have fscking IRIX figured out for building PIC code.Richard Sharpe1-1/+5
2001-07-23Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashingTim Potter1-8/+42
2001-07-23Added a warning debug if cli_samr_lookup_rids is called with more than 1000Tim Potter1-1/+7
2001-07-22if EILSEQ doesn't exist then use EIO. It doesn't really matter whatAndrew Tridgell1-2/+3
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell4-79/+195
2001-07-22switch from UCS2 to UCS-2LEAndrew Tridgell2-18/+3
2001-07-21This patch fixes up a few issues where we would do lookups in the local systemAndrew Bartlett1-38/+42