summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* we don't need the separate lp_status() connection records any moreAndrew Tridgell2000-11-171-12/+0
* fixed the problem with messages not getting throughAndrew Tridgell2000-11-173-37/+28
* Fix for memory leak when adding driver.Jeremy Allison2000-11-174-12/+14
* support smbcontrol sending messages to itself (for testing purposes)Andrew Tridgell2000-11-171-0/+2
* save and restore errno in selectAndrew Tridgell2000-11-171-1/+5
* Delete queue on empty.Jeremy Allison2000-11-171-2/+7
* John Reillys fix for de-registering broadcast names (NT doesn't do this).Jeremy Allison2000-11-171-0/+4
* Fix for incorrect break using wrong offset when updating a form.Jeremy Allison2000-11-171-6/+4
* the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell2000-11-171-4/+4
* use process_exists() not kill(pid, 0)Andrew Tridgell2000-11-171-1/+1
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-169-36/+99
* Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison2000-11-161-3/+6
* Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2000-11-162-0/+11
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-1614-165/+360
* Uninitialized memory read fixes.Jeremy Allison2000-11-151-3/+7
* Tuyrn debug timestamps on by default.Jeremy Allison2000-11-152-5/+17
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-149-269/+869
* - fix "declaration of 'time' shadows global declaration" warning.David O'Neill2000-11-142-18/+18
* Changes from APPLIANCE_HEAD:David O'Neill2000-11-144-2/+74
* printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison2000-11-142-15/+14
* Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison2000-11-141-2/+2
* Tims fixes for non-local lookup.Jeremy Allison2000-11-131-23/+22
* 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