Age | Commit message (Expand) | Author | Files | Lines |
2002-01-11 | Round and round we go.... | Jeremy Allison | 1 | -1/+1 |
2002-01-11 | Latest attempt at changeid. | Jeremy Allison | 1 | -4/+5 |
2002-01-09 | When re-writing tdb version numbers as little endian int32, we must | Jeremy Allison | 1 | -15/+18 |
2002-01-09 | Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian | Jeremy Allison | 2 | -20/+33 |
2002-01-08 | My previous fix had a bug.... | Jeremy Allison | 1 | -6/+11 |
2002-01-08 | Another attempt at getting changeid correct. Jerry / JF please check ! | Jeremy Allison | 1 | -7/+14 |
2002-01-08 | Caught one problem where a BOOL fn was returning 3 different values :-). | Jeremy Allison | 1 | -11/+12 |
2002-01-08 | Added get_called_name() function, which replaces global_myname in printing | Jeremy Allison | 1 | -10/+4 |
2002-01-07 | Return called NetBIOS name if present in preference to global_myname. | Jeremy Allison | 1 | -5/+9 |
2002-01-07 | Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERROR | Tim Potter | 1 | -1/+1 |
2002-01-03 | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 2 | -2/+2 |
2001-12-29 | Removed extra lp_adduser() call. | Jeremy Allison | 1 | -0/+4 |
2001-12-21 | Factor out a broadcast_printer_notify() routine. | Martin Pool | 1 | -7/+17 |
2001-12-18 | Fixed uninitialised variable warning. | Tim Potter | 1 | -1/+1 |
2001-12-14 | ChangeID fixe from APPLIANCE_HEAD | Gerald Carter | 1 | -9/+37 |
2001-12-05 | Use print_queue_length() by preference if we don't need a queue | Jeremy Allison | 1 | -0/+1 |
2001-12-05 | Improved efficiency of enumerating print queue's under a particular | Jeremy Allison | 1 | -9/+18 |
2001-12-03 | Writing decimal constants as "02" has been shown to cause cancer in | Martin Pool | 1 | -1/+1 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -1/+1 |
2001-11-26 | Merge from appliance-head: when creating a default security descriptor | Tim Potter | 1 | -1/+11 |
2001-11-24 | added "net join" command | Andrew Tridgell | 1 | -2/+1 |
2001-11-22 | merge oops fix from 2.2 | Gerald Carter | 1 | -4/+4 |
2001-11-22 | merge from 2.2 | Gerald Carter | 1 | -12/+30 |
2001-11-17 | Tidyups when I was doing the big merge... | Jeremy Allison | 2 | -1/+2 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -6/+6 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -7/+6 |
2001-10-16 | Optimisation to send only to correct processid. | Jeremy Allison | 1 | -6/+16 |
2001-10-16 | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 1 | -2/+50 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 8 | -16/+0 |
2001-09-26 | Added Elrond patch to make se_access_check use NT datastructures, not Samba. | Jeremy Allison | 1 | -2/+3 |
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 |