Age | Commit message (Expand) | Author | Files | Lines |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 2 | -52/+43 |
2001-09-15 | Looks like it missed these. make_connection now no longer takes a 'username' | Andrew Bartlett | 1 | -41/+9 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -13/+13 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -4/+4 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2 | -119/+124 |
2001-09-03 | more NTSTATUS/WERROR conversion | Andrew Tridgell | 2 | -16/+16 |
2001-09-03 | the next step in our error code handling change | Andrew Tridgell | 1 | -12/+11 |
2001-09-02 | updated copyright for Michael Sweet | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -6/+6 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -1/+0 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -1/+1 |
2001-08-23 | Fixed detection of CUPS. We need to check for the presence of the cups | Tim Potter | 3 | -8/+8 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -9/+51 |
2001-08-10 | Merge in the NT drivers changes from 2.2. | Jeremy Allison | 2 | -400/+643 |
2001-08-10 | Replaced the duplicate DOS constants with appropriate ones from doserr.h to | Tim Potter | 2 | -26/+26 |
2001-08-10 | Fixed typo in patch. | Jeremy Allison | 1 | -1/+1 |
2001-08-09 | Added fix from Dan Thibadeau @ HP for parsing problem. | Jeremy Allison | 1 | -0/+13 |
2001-08-09 | Merged John's fix. | Jeremy Allison | 1 | -1/+1 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -6/+6 |
2001-07-30 | Fixup error returns in updating driver db version. | Jeremy Allison | 1 | -22/+40 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -3/+3 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -4/+4 |
2001-07-23 | Same fix for resume as for pause. | Jeremy Allison | 1 | -1/+2 |
2001-07-23 | Fix for CUPS pause/restart code. | Jeremy Allison | 1 | -2/+2 |
2001-07-23 | Fix for cups compile. | Jeremy Allison | 1 | -16/+17 |
2001-07-17 | iFix from "Shahms E. King" <shahms@shahms.com> to get cups user name | Jeremy Allison | 1 | -6/+6 |
2001-07-16 | Fix for incorrect creation of print job names, based on a patch by | Jeremy Allison | 1 | -2/+2 |
2001-07-16 | Fix from Jim Vopni - muliple definitions of "letter". | Jeremy Allison | 1 | -2/+0 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -1/+1 |
2001-07-10 | Removed unused local variables. | Tim Potter | 1 | -8/+0 |
2001-07-09 | split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups | Jean-François Micouleau | 1 | -32/+114 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 5 | -40/+40 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 6 | -35/+13 |
2001-07-02 | Fixed extra file_free calls - my fault :-(. | Jeremy Allison | 1 | -14/+4 |
2001-06-28 | Properly instrument print_job_start()/print_job_end() so every fail case | Jeremy Allison | 1 | -4/+20 |
2001-06-26 | SGI compiler fixes. | Herb Lewis | 1 | -0/+6 |
2001-06-22 | Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(), | Jeremy Allison | 1 | -5/+5 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2 | -2/+2 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -0/+101 |
2001-05-10 | Replaced a whole bunch of lookup_name() requests in | Tim Potter | 1 | -8/+11 |
2001-05-03 | Merging Gerald's "no printer driver" fix from 2.2. | Jeremy Allison | 1 | -0/+10 |
2001-04-27 | More debug %d -> %u issues. | Jeremy Allison | 1 | -6/+6 |
2001-04-18 | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 2 | -18/+9 |
2001-04-14 | configure: | Jeremy Allison | 2 | -16/+8 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -23/+4 |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 1 | -11/+20 |
2001-04-10 | Fixed missing HAVE_STDARG_H. | Jeremy Allison | 1 | -4/+20 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -10/+10 |
2001-04-08 | Added per-share security tdb. Tidied up many slprintfs (need -1 on length). | Jeremy Allison | 1 | -38/+39 |
2001-04-03 | Sync up with new NT forms code. | Jeremy Allison | 1 | -20/+155 |