Age | Commit message (Expand) | Author | Files | Lines |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -116/+106 |
2001-09-14 | merge from appliance_head | Gerald Carter | 1 | -6/+6 |
2001-09-10 | cut-n-paste error | Gerald Carter | 1 | -1/+1 |
2001-09-10 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -12/+21 |
2001-09-04 | a fix for fussy compilers | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -96/+107 |
2001-09-03 | more NTSTATUS/WERROR conversion | Andrew Tridgell | 1 | -158/+156 |
2001-09-03 | the next step in our error code handling change | Andrew Tridgell | 1 | -232/+229 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -228/+224 |
2001-08-13 | merge from 2.2 | Gerald Carter | 1 | -0/+12 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -19/+50 |
2001-08-10 | Merge in the NT drivers changes from 2.2. | Jeremy Allison | 1 | -3/+24 |
2001-08-10 | Replaced the duplicate DOS constants with appropriate ones from doserr.h to | Tim Potter | 1 | -276/+279 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -61/+61 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -4/+4 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -41/+26 |
2001-06-26 | SGI compiler fixes. | Herb Lewis | 1 | -12/+0 |
2001-06-13 | Make message receive fn static. | Jeremy Allison | 1 | -1/+1 |
2001-06-02 | i18n bugfix merge from appliance. | Tim Potter | 1 | -1/+6 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -0/+82 |
2001-04-27 | More acl -> the_acl, %d with uid_t issues. | Jeremy Allison | 1 | -13/+13 |
2001-04-27 | fix a bug in printer name handling that jerry reported. | Jean-François Micouleau | 1 | -3/+8 |
2001-04-16 | Getting medieval with compiler warnings as Jeremy puts it. | Tim Potter | 1 | -1/+1 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -15/+11 |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 1 | -35/+23 |
2001-04-12 | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't | Jeremy Allison | 1 | -13/+9 |
2001-04-07 | Added 3 params to manipulate shares. "add share command/change share command/ | Jeremy Allison | 1 | -16/+0 |
2001-04-03 | Missed forms update - my CVS mistake. | Jeremy Allison | 1 | -21/+70 |
2001-04-03 | test commit for jeremy | Andrew Tridgell | 1 | -1/+1 |
2001-03-28 | rename of 16 new_smb_io functions to smb_io_* for consistency sake | Gerald Carter | 1 | -23/+23 |
2001-03-27 | merge from 2.2. | Gerald Carter | 1 | -16/+16 |
2001-03-13 | Move to a handle database per pipe name, not per pipe. | Jeremy Allison | 1 | -20/+33 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -236/+198 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -11/+3 |
2001-03-03 | Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o... | Jeremy Allison | 1 | -2/+4 |
2001-03-03 | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 1 | -57/+57 |
2001-03-02 | Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced | Jeremy Allison | 1 | -23/+36 |
2001-03-02 | Move to talloc controlled NT forms. | Jeremy Allison | 1 | -26/+9 |
2001-03-01 | Fix memory leaks introduced in restructure. | Jeremy Allison | 1 | -15/+13 |
2001-03-01 | When opening a printserver use a global snum of -1. | Jeremy Allison | 1 | -2/+2 |
2001-03-01 | rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring. | Jeremy Allison | 1 | -4/+7 |
2001-03-01 | Remove unused code. | Jeremy Allison | 1 | -3/+3 |
2001-03-01 | Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc | Jeremy Allison | 1 | -14/+62 |
2001-02-28 | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 1 | -49/+169 |
2001-02-28 | More converted to canonical format. Home now - do the rest tomorrow... | Jeremy Allison | 1 | -40/+96 |
2001-02-28 | Converted more to canonical format... save as I go., | Jeremy Allison | 1 | -10/+32 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 1 | -3/+14 |
2001-02-28 | Partial conversion of SPOOLSS code to canonical format. More to follow. | Jeremy Allison | 1 | -23/+80 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -25/+24 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -5/+31 |