Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Rerun configure. | Tim Potter | 2002-12-05 | 1 | -770/+739 | |
| | | ||||||
| * | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 2002-12-04 | 8 | -33/+13 | |
| | | ||||||
| * | FUNCTION_MACRO change broke the Python modules. | Tim Potter | 2002-12-04 | 2 | -8/+18 | |
| | | | | | | | | Also fix up string pasting (I thought this should only be a warning?) | |||||
| * | Added Volker's directory fix - save the attributes | Jeremy Allison | 2002-12-04 | 1 | -0/+3 | |
| | | | | | | | | | | from the first call. Jeremy. | |||||
| * | More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ ↵ | Jim McDonough | 2002-12-04 | 2 | -3/+65 | |
| | | | | | | | | ones should be published now. | |||||
| * | Janitor for tpot yet again... Merging in memory leak fix. | Jeremy Allison | 2002-12-04 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | change_trust_account_password() must always use the PDC for rpc | Gerald Carter | 2002-12-04 | 2 | -88/+80 | |
| | | | | | | | | | | | | password changes. jerry | |||||
| * | Make sure we have a default st_blocksize. | Jeremy Allison | 2002-12-04 | 2 | -395/+404 | |
| | | | | | | | | Jeremy. | |||||
| * | cleaning up some friendly error messages | Gerald Carter | 2002-12-04 | 1 | -22/+26 | |
| | | ||||||
| * | [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277 | Gerald Carter | 2002-12-04 | 1 | -182/+22 | |
| | | ||||||
| * | Need brackets around macro args. Spotted by Patrick Welche ↵ | Jeremy Allison | 2002-12-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | <prlw1@newn.cam.ac.uk>. Jeremy. | |||||
| * | Doing janitorial duty for tpot - memory leak fix. | Jeremy Allison | 2002-12-04 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Automatic printer publishing when using APW or choosing 'list in the ↵ | Jim McDonough | 2002-12-04 | 3 | -19/+267 | |
| | | | | | | | | directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients. | |||||
| * | ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2 | Gerald Carter | 2002-12-04 | 1 | -2/+1 | |
| | | ||||||
| * | Missed the removal of the incorrect ifdef. | Jeremy Allison | 2002-12-04 | 1 | -3/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 2002-12-04 | 8 | -1745/+2138 | |
| | | | | | | | | Jeremy. | |||||
| * | THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaks | Jeremy Allison | 2002-12-04 | 1 | -0/+237 | |
| | | | | | | | | | | autoconf 2.13. Jeremy. | |||||
| * | [merge from app_head] | Gerald Carter | 2002-12-04 | 1 | -2/+15 | |
| | | | | | | | | | | XP sends GetPrinterData("ChangeId"). So we now respond accordingly. Possible fix for CR 1147. | |||||
| * | Reformat of reply.c before Volker's patch. | Jeremy Allison | 2002-12-03 | 1 | -1059/+1029 | |
| | | | | | | | | Jeremy. | |||||
| * | Rerun autoconf. | Tim Potter | 2002-12-03 | 1 | -18889/+8987 | |
| | | ||||||
| * | Defaulting python breaks the clean target it python isn't installed. | Tim Potter | 2002-12-03 | 1 | -6/+3 | |
| | | ||||||
| * | use FILE_MACRO instead of __FILE__ | Herb Lewis | 2002-12-03 | 7 | -60/+60 | |
| | | | | | | | | use FUNCTION_MACRO instead of __FUNCTION_ | |||||
| * | use the new IVAL_TO_SMB_OFF_T for file_info size member | Herb Lewis | 2002-12-03 | 1 | -4/+4 | |
| | | | | | | | | dir now shows correct size on large files | |||||
| * | Support printer info 7, used for publishing | Jim McDonough | 2002-12-03 | 2 | -0/+79 | |
| | | ||||||
| * | Stop using hardcoded key/value strings, be more forgiving of ↵ | Jim McDonough | 2002-12-03 | 1 | -70/+74 | |
| | | | | | | | | dsspooler/dsdriver info existence. | |||||
| * | Stop using hacks for dns host/domain names. | Jim McDonough | 2002-12-03 | 1 | -3/+5 | |
| | | ||||||
| * | fns for retrieving dns host name and domain name (get rid of lp_realm hacks). | Jim McDonough | 2002-12-03 | 1 | -0/+56 | |
| | | ||||||
| * | Add defines for standard DsSpooler/DsDriver values that get published. | Jim McDonough | 2002-12-03 | 1 | -0/+54 | |
| | | ||||||
| * | Don't segfault when trying to delete a key when none exist. | Jim McDonough | 2002-12-03 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 2002-12-03 | 4 | -23/+26 | |
| | | | | | | | | | | | | | | | | | | | | 0x80000000 -> 0xFFFFFFFF would fail as they were being cast from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types). The sign extension would cause the offset to be treated as negative. Thanks to Herb for helping me track this one down (IRIX is good for large file tests :-). Jeremy. PS. That horrid EXEXIST thing has broken configure..... | |||||
| * | Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to | Tim Potter | 2002-12-03 | 1 | -4/+4 | |
| | | | | | | | | be used. | |||||
| * | As per Jeremy's request back this out, so as to re-gain the implicit length | Andrew Bartlett | 2002-12-01 | 1 | -7/+5 | |
| | | | | | | | | | | | | check. Andrew Bartlett | |||||
| * | Link less with smbmnt and smbumount. Also change from a pstrcpy() to a | Andrew Bartlett | 2002-12-01 | 2 | -5/+5 | |
| | | | | | | | | | | | | strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. Andrew Bartlett | |||||
| * | No need for fstring manipulation here (Tcon&X), just use string pointers. | Andrew Bartlett | 2002-12-01 | 1 | -5/+7 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 2002-12-01 | 7 | -7/+7 | |
| | | | | | | | | | | | | can't create the socket. Andrew Bartlett | |||||
| * | Dereference the correct thing here, so we don't segfault | Andrew Bartlett | 2002-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | Make it clear that we might not be talking to a PDC here. | Andrew Bartlett | 2002-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | POSIX indicates that this is always in network byte order, so we don't need the | Andrew Bartlett | 2002-12-01 | 1 | -5/+0 | |
| | | | | | | | | | | | | little-endian case (tested on Intel-linux). Andrew Bartlett | |||||
| * | Patch from Paul Green to detect exe extensions, needed for Stratus VOS. | Andrew Bartlett | 2002-12-01 | 3 | -8961/+18968 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵ | Jeremy Allison | 2002-12-01 | 1 | -27/+10 | |
| | | | | | | | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy. | |||||
| * | Ignore ntlm_auth binary. | Tim Potter | 2002-11-29 | 1 | -4/+5 | |
| | | ||||||
| * | Fixed silly bug. | Tim Potter | 2002-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Rerun autoconf. | Tim Potter | 2002-11-29 | 1 | -866/+872 | |
| | | ||||||
| * | Fix up smbwrapper target. | Tim Potter | 2002-11-29 | 2 | -1/+3 | |
| | | ||||||
| * | merge in some changes from metze's patches (rest follows later, after | Jelmer Vernooij | 2002-11-28 | 1 | -2/+2 | |
| | | | | | | | | some issues in the new module system have been resolved) | |||||
| * | Add PDBLIBDIR, just like VFSLIBDIR | Jelmer Vernooij | 2002-11-28 | 1 | -3/+9 | |
| | | ||||||
| * | Fix comment - 850 -> iso8859-1 | Jeremy Allison | 2002-11-27 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Remove use of 'F' - make 'f' and 'p' do unix (iso8859-1) encoding. | Jeremy Allison | 2002-11-27 | 1 | -10/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | Test was reversed for ERRmoredata in cli_read. | Jeremy Allison | 2002-11-27 | 1 | -0/+10 | |
| | | | | | | | | Jeremy. | |||||
| * | merging changes from SAMBA_3_0 relating to RPM packaging | Gerald Carter | 2002-11-27 | 3 | -20519/+9284 | |
| | |