summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Large commit which restructures the local password storage API.Gerald Carter2000-11-1329-2186/+2554
* Fetch authentication info before actually using it.Tim Potter2000-11-111-2/+2
* Merge of Herb's profiling code.Jeremy Allison2000-11-114-0/+69
* Merge in Herb's changes from 2.2.Jeremy Allison2000-11-103-4/+19
* Added Tim's changes to lock DB during update.Jeremy Allison2000-11-101-3/+18
* rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2000-11-102-1/+4
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-105-92/+97
* Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison2000-11-101-2/+2
* an attempt to get the handling of fields in printer info structuresAndrew Tridgell2000-11-082-48/+30
* Merge fest!!!Tim Potter2000-11-081-24/+20
* make protoTim Potter2000-11-081-3/+3
* More merging of printing stuff from appliance.Tim Potter2000-11-081-3/+3
* Merge of latest round of printing fixes from appliance branch.Tim Potter2000-11-071-30/+69
* make protoTim Potter2000-11-071-353/+360
* Merge of printer security descriptor, info level and printerdataTim Potter2000-11-073-95/+426
* 64 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison2000-11-061-3/+3
* Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex...Jeremy Allison2000-11-061-0/+1
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-063-8/+24
* Merge from Tim - don't reinsert UNIX job if already exists.Jeremy Allison2000-11-041-0/+8
* Fix some compiler warnings.Tim Potter2000-11-041-6/+6
* Merge of printing improvements/fixes from appliance branch.Tim Potter2000-11-041-1/+60
* Fix for admin user being ignored.Jeremy Allison2000-11-041-0/+1
* Sync up with Tim's changes in applience-head for SACLs.Jeremy Allison2000-11-041-49/+44
* Remove CGI logging code. Make username/password lookups takeJeremy Allison2000-11-011-29/+28
* Added a authentication hook to smbwrapper which allows a (username,Tim Potter2000-11-012-11/+56
* Added smbsh to list of ignored files.Tim Potter2000-11-011-0/+1
* Merge of comment repair.Tim Potter2000-10-301-8/+8
* Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison2000-10-301-6/+18
* Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison2000-10-301-1/+2
* Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison2000-10-301-0/+2
* proto.h was out of date.Tim Potter2000-10-291-353/+353
* Patches from John Reilly @ HP for print job time bugs.Jeremy Allison2000-10-291-6/+16
* Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison2000-10-281-4/+2
* David Lee's utmp patch (finally). Thanks David !Jeremy Allison2000-10-285-90/+625
* Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison2000-10-281-1/+1
* Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison2000-10-271-1/+60
* Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison2000-10-263-7/+10
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-264-22/+49
* TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-2610-652/+1324
* Even when looking up a users groups via winbindd even if the lookup forJeremy Allison2000-10-251-2/+2
* We already have a perfectly good next_token() function we should be usingJeremy Allison2000-10-251-6/+3
* Fix for uidtoname not returning DOMAIN\name but just name. This causedJeremy Allison2000-10-251-2/+9
* John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-253-56/+189
* Removed erroneous +1's on length of unicode domain names for variousTim Potter2000-10-251-2/+2
* Yeah - not setting getwd_cache to True as default, that'd do it for a 5xJeremy Allison2000-10-241-1/+1
* Fixes from David Lee for utmp handling.Jeremy Allison2000-10-214-495/+1137
* Fix for vfs_fstat() crash with new stat code.Jeremy Allison2000-10-201-0/+3
* Merge from appliance-headTim Potter2000-10-201-1/+5
* Fixed missing bracket on debug statement.Tim Potter2000-10-191-1/+1
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-199-234/+207