Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -1/+1 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r11855: patch from Aruna Prabakar for checking that the spooler si running ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+29 |
| | | | | on HP-UX | ||||
* | r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> ↵ | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | to define 'lpstat' printcap output on HPUX | ||||
* | r4539: patch from Rob -- adding real printcap name cache function to speed ↵ | Gerald Carter | 2007-10-10 | 1 | -57/+12 |
| | | | | up printcap reloads | ||||
* | r4306: Couple more MALLOC fixes from albert chin (china@thewrittenword.com). | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r4234: More malloc fixes to use the macros. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Merge a bunch of trivial changes from HEAD. The difference remaining | Tim Potter | 2002-11-29 | 1 | -1/+0 |
| | | | | | | | | | should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code | ||||
* | sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -1/+1 |
| | |||||
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
| | |||||
* | Fixed typo in patch. | Jeremy Allison | 2001-08-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Added fix from Dan Thibadeau @ HP for parsing problem. | Jeremy Allison | 2001-08-09 | 1 | -0/+13 |
| | | | | Jeremy. | ||||
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵ | Andrew Tridgell | 2001-07-04 | 1 | -4/+4 |
| | | | | can't redefine them. damn. | ||||
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -2/+2 |
| | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. | ||||
* | file_lines_load/file_lines_pload can now optionally convert unix_to_dos() | Jeremy Allison | 2000-12-07 | 1 | -2/+2 |
| | | | | | on read. Jeremy. | ||||
* | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 2000-04-16 | 1 | -42/+41 |
| | | | | | | | to support some of this I added the following functions in util_file.c file_lines_pload : load lines from a pipe file_pload : load a pipe into memory | ||||
* | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 2000-03-16 | 1 | -1/+1 |
| | | | | Jeremy | ||||
* | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 2000-02-15 | 1 | -6/+2 |
| | | | | | | | | | on the glibc source code and are safer than the traditional popen as they don't use a shell to exec the requested command. Now we have these functions they can be tightened up (environment etc.) as required to make a safe popen. It should now be safe to add the environement variable loading code to loadparm.c Jeremy. | ||||
* | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 2000-01-29 | 1 | -0/+4 |
| | | | | | env patch. Jeremy. | ||||
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -2/+15 |
| | |||||
* | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1998-10-17 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1998-09-05 | 1 | -1/+1 |
| | |||||
* | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1998-04-13 | 1 | -2/+2 |
| | | | | | | with gcc. (Not a big change although it looks like it :-). Jeremy. | ||||
* | fix bug when using lpstat as printcap file - remove space at start of | Herb Lewis | 1998-01-30 | 1 | -1/+1 |
| | | | | printer names generated | ||||
* | This is *not* a big change (although it looks like one). | Jeremy Allison | 1998-01-22 | 1 | -2/+2 |
| | | | | | | | This is merely updating the Copyright statements from 1997 to 1998. It's a once a year thing :-). NO OTHER CHANGES WERE MADE. Jeremy. | ||||
* | includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes. | Jeremy Allison | 1998-01-07 | 1 | -2/+2 |
| | | | | | | | | | | interface.c: Added netmask fix. nmbd_nameregister.c: Fixed unitialised variable warnings. nmbd_winsproxy.c: Fixed unitialised variable warnings. nmbd_winsserver.c: Fixed DEC warnings. print_svid.c: Fixed DEC warnings. printing.c: Added LPRng fixes. Jeremy. | ||||
* | applied a patch from Norm Jacobs to allow "printcap name = lpstat" | Andrew Tridgell | 1997-12-03 | 1 | -0/+121 |
to use lpstat to obtain the printer list on systemV systems. I've now made this the default on all SYSV systems. Jeremy, you were a little worried about the security of this patch. I believe it's OK as the user has no control over the options given to popen() and the pipe is only open for reading. |