Age | Commit message (Expand) | Author | Files | Lines |
2002-12-05 | Add some const | Jim McDonough | 1 | -3/+3 |
2002-12-05 | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 6 | -16/+59 |
2002-12-05 | fix stat reporting on put command | Herb Lewis | 1 | -1/+1 |
2002-12-05 | Rerun configure. | Tim Potter | 1 | -770/+739 |
2002-12-04 | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 8 | -33/+13 |
2002-12-04 | FUNCTION_MACRO change broke the Python modules. | Tim Potter | 2 | -8/+18 |
2002-12-04 | Added Volker's directory fix - save the attributes | Jeremy Allison | 1 | -0/+3 |
2002-12-04 | More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one... | Jim McDonough | 2 | -3/+65 |
2002-12-04 | Janitor for tpot yet again... Merging in memory leak fix. | Jeremy Allison | 1 | -2/+2 |
2002-12-04 | change_trust_account_password() must always use the PDC for rpc | Gerald Carter | 2 | -88/+80 |
2002-12-04 | Make sure we have a default st_blocksize. | Jeremy Allison | 2 | -395/+404 |
2002-12-04 | cleaning up some friendly error messages | Gerald Carter | 1 | -22/+26 |
2002-12-04 | [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277 | Gerald Carter | 1 | -182/+22 |
2002-12-04 | Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac... | Jeremy Allison | 1 | -1/+1 |
2002-12-04 | Doing janitorial duty for tpot - memory leak fix. | Jeremy Allison | 1 | -0/+2 |
2002-12-04 | Automatic printer publishing when using APW or choosing 'list in the director... | Jim McDonough | 3 | -19/+267 |
2002-12-04 | ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2 | Gerald Carter | 1 | -2/+1 |
2002-12-04 | Missed the removal of the incorrect ifdef. | Jeremy Allison | 1 | -3/+1 |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 8 | -1745/+2138 |
2002-12-04 | THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaks | Jeremy Allison | 1 | -0/+237 |
2002-12-04 | [merge from app_head] | Gerald Carter | 1 | -2/+15 |
2002-12-03 | Reformat of reply.c before Volker's patch. | Jeremy Allison | 1 | -1059/+1029 |
2002-12-03 | Rerun autoconf. | Tim Potter | 1 | -18889/+8987 |
2002-12-03 | Defaulting python breaks the clean target it python isn't installed. | Tim Potter | 1 | -6/+3 |
2002-12-03 | use FILE_MACRO instead of __FILE__ | Herb Lewis | 7 | -60/+60 |
2002-12-03 | use the new IVAL_TO_SMB_OFF_T for file_info size member | Herb Lewis | 1 | -4/+4 |
2002-12-03 | Support printer info 7, used for publishing | Jim McDonough | 2 | -0/+79 |
2002-12-03 | Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv... | Jim McDonough | 1 | -70/+74 |
2002-12-03 | Stop using hacks for dns host/domain names. | Jim McDonough | 1 | -3/+5 |
2002-12-03 | fns for retrieving dns host name and domain name (get rid of lp_realm hacks). | Jim McDonough | 1 | -0/+56 |
2002-12-03 | Add defines for standard DsSpooler/DsDriver values that get published. | Jim McDonough | 1 | -0/+54 |
2002-12-03 | Don't segfault when trying to delete a key when none exist. | Jim McDonough | 1 | -0/+2 |
2002-12-03 | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 4 | -23/+26 |
2002-12-03 | Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to | Tim Potter | 1 | -4/+4 |
2002-12-01 | As per Jeremy's request back this out, so as to re-gain the implicit length | Andrew Bartlett | 1 | -7/+5 |
2002-12-01 | Link less with smbmnt and smbumount. Also change from a pstrcpy() to a | Andrew Bartlett | 2 | -5/+5 |
2002-12-01 | No need for fstring manipulation here (Tcon&X), just use string pointers. | Andrew Bartlett | 1 | -5/+7 |
2002-12-01 | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 7 | -7/+7 |
2002-12-01 | Dereference the correct thing here, so we don't segfault | Andrew Bartlett | 1 | -1/+1 |
2002-12-01 | Make it clear that we might not be talking to a PDC here. | Andrew Bartlett | 1 | -1/+1 |
2002-12-01 | POSIX indicates that this is always in network byte order, so we don't need the | Andrew Bartlett | 1 | -5/+0 |
2002-12-01 | Patch from Paul Green to detect exe extensions, needed for Stratus VOS. | Andrew Bartlett | 3 | -8961/+18968 |
2002-12-01 | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni... | Jeremy Allison | 1 | -27/+10 |
2002-11-29 | Ignore ntlm_auth binary. | Tim Potter | 1 | -4/+5 |
2002-11-29 | Fixed silly bug. | Tim Potter | 1 | -1/+1 |
2002-11-29 | Rerun autoconf. | Tim Potter | 1 | -866/+872 |
2002-11-29 | Fix up smbwrapper target. | Tim Potter | 2 | -1/+3 |
2002-11-28 | merge in some changes from metze's patches (rest follows later, after | Jelmer Vernooij | 1 | -2/+2 |
2002-11-28 | Add PDBLIBDIR, just like VFSLIBDIR | Jelmer Vernooij | 1 | -3/+9 |
2002-11-27 | Fix comment - 850 -> iso8859-1 | Jeremy Allison | 1 | -1/+1 |