Age | Commit message (Expand) | Author | Files | Lines |
2000-11-17 | Delete queue on empty. | Jeremy Allison | 1 | -2/+7 |
2000-11-17 | John Reillys fix for de-registering broadcast names (NT doesn't do this). | Jeremy Allison | 1 | -0/+4 |
2000-11-17 | Fix for incorrect break using wrong offset when updating a form. | Jeremy Allison | 1 | -6/+4 |
2000-11-17 | the duplicate checking code will cause unaligned accesses on non-intel | Andrew Tridgell | 1 | -4/+4 |
2000-11-17 | use process_exists() not kill(pid, 0) | Andrew Tridgell | 1 | -1/+1 |
2000-11-16 | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 9 | -36/+99 |
2000-11-16 | Fix for plaintext passwords from Pat Sandfort @ HP. | Jeremy Allison | 1 | -3/+6 |
2000-11-16 | Fix from Jim McDonough @ IBM for OS/2 clients. | Jeremy Allison | 2 | -0/+11 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 14 | -165/+360 |
2000-11-15 | Uninitialized memory read fixes. | Jeremy Allison | 1 | -3/+7 |
2000-11-15 | Tuyrn debug timestamps on by default. | Jeremy Allison | 2 | -5/+17 |
2000-11-14 | Merge from appliance head of JR's changes for driver versioning. | Jeremy Allison | 9 | -269/+869 |
2000-11-14 | - fix "declaration of 'time' shadows global declaration" warning. | David O'Neill | 2 | -18/+18 |
2000-11-14 | Changes from APPLIANCE_HEAD: | David O'Neill | 4 | -2/+74 |
2000-11-14 | printing/nt_printing.c: After long soul searching and making both Andrew and my | Jeremy Allison | 2 | -15/+14 |
2000-11-14 | Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory. | Jeremy Allison | 1 | -2/+2 |
2000-11-13 | Tims fixes for non-local lookup. | Jeremy Allison | 1 | -23/+22 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 29 | -2186/+2554 |
2000-11-11 | Fetch authentication info before actually using it. | Tim Potter | 1 | -2/+2 |
2000-11-11 | Merge of Herb's profiling code. | Jeremy Allison | 4 | -0/+69 |
2000-11-10 | Merge in Herb's changes from 2.2. | Jeremy Allison | 3 | -4/+19 |
2000-11-10 | Added Tim's changes to lock DB during update. | Jeremy Allison | 1 | -3/+18 |
2000-11-10 | rpc_parse/parse_spoolss.c: Updated comment for old version of W2K. | Jeremy Allison | 2 | -1/+4 |
2000-11-10 | printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames. | Jeremy Allison | 5 | -92/+97 |
2000-11-10 | Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan. | Jeremy Allison | 1 | -2/+2 |
2000-11-08 | an attempt to get the handling of fields in printer info structures | Andrew Tridgell | 2 | -48/+30 |
2000-11-08 | Merge fest!!! | Tim Potter | 1 | -24/+20 |
2000-11-08 | make proto | Tim Potter | 1 | -3/+3 |
2000-11-08 | More merging of printing stuff from appliance. | Tim Potter | 1 | -3/+3 |
2000-11-07 | Merge of latest round of printing fixes from appliance branch. | Tim Potter | 1 | -30/+69 |
2000-11-07 | make proto | Tim Potter | 1 | -353/+360 |
2000-11-07 | Merge of printer security descriptor, info level and printerdata | Tim Potter | 3 | -95/+426 |
2000-11-06 | 64 bit fix from Uros Prestor <uros@turbolinux.com>. | Jeremy Allison | 1 | -3/+3 |
2000-11-06 | Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex... | Jeremy Allison | 1 | -0/+1 |
2000-11-06 | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 3 | -8/+24 |
2000-11-04 | Merge from Tim - don't reinsert UNIX job if already exists. | Jeremy Allison | 1 | -0/+8 |
2000-11-04 | Fix some compiler warnings. | Tim Potter | 1 | -6/+6 |
2000-11-04 | Merge of printing improvements/fixes from appliance branch. | Tim Potter | 1 | -1/+60 |
2000-11-04 | Fix for admin user being ignored. | Jeremy Allison | 1 | -0/+1 |
2000-11-04 | Sync up with Tim's changes in applience-head for SACLs. | Jeremy Allison | 1 | -49/+44 |
2000-11-01 | Remove CGI logging code. Make username/password lookups take | Jeremy Allison | 1 | -29/+28 |
2000-11-01 | Added a authentication hook to smbwrapper which allows a (username, | Tim Potter | 2 | -11/+56 |
2000-11-01 | Added smbsh to list of ignored files. | Tim Potter | 1 | -0/+1 |
2000-10-30 | Merge of comment repair. | Tim Potter | 1 | -8/+8 |
2000-10-30 | Only use prs_uint8s on marshalling as we know we're little endian. On | Jeremy Allison | 1 | -6/+18 |
2000-10-30 | Fixed double btyte-swap problems with bigendian architectures. | Jeremy Allison | 1 | -1/+2 |
2000-10-30 | Call standard_sub_advanced() after lp_logon_XX() calls. | Jeremy Allison | 1 | -0/+2 |
2000-10-29 | proto.h was out of date. | Tim Potter | 1 | -353/+353 |
2000-10-29 | Patches from John Reilly @ HP for print job time bugs. | Jeremy Allison | 1 | -6/+16 |
2000-10-28 | Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re... | Jeremy Allison | 1 | -4/+2 |