Age | Commit message (Expand) | Author | Files | Lines |
2002-10-21 | Give better error messages for TypeError, which will arise if e.g. you | Martin Pool | 1 | -10/+24 |
2002-10-21 | More cleanups of validation functions. | Tim Potter | 2 | -19/+66 |
2002-10-21 | Zero some more return values. | Tim Potter | 1 | -1/+2 |
2002-10-21 | add a 'mangle prefix' option to allow people to tune the number of | Andrew Tridgell | 3 | -21/+61 |
2002-10-21 | level should be a uint32 in enum_ports function. | Tim Potter | 1 | -1/+1 |
2002-10-21 | Stricter validation in python->C conversion functions. | Tim Potter | 1 | -9/+16 |
2002-10-21 | Fixed DRIVER_INFO_3 conversion function to check for dependent_files | Tim Potter | 1 | -3/+29 |
2002-10-21 | Fix a silly memset typo. | Tim Potter | 1 | -2/+2 |
2002-10-21 | reverted an incorrect fix. What I was trying to do was fix a problem | Andrew Tridgell | 1 | -1/+1 |
2002-10-21 | a space is a standard valid character in a filename | Andrew Tridgell | 1 | -1/+1 |
2002-10-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 |
2002-10-21 | Bugfix for pidfile_create() from Kelledin. | Tim Potter | 1 | -1/+1 |
2002-10-20 | Added stubs for query/set security descriptors on files. Not even close to | Tim Potter | 1 | -0/+52 |
2002-10-19 | Fix full_name for info23 as well. Thanks, Andrew. | Volker Lendecke | 1 | -1/+1 |
2002-10-19 | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 3 | -9/+33 |
2002-10-18 | must add one to the extra_data size to transfer the 0 string terminator. | Herb Lewis | 1 | -1/+2 |
2002-10-18 | Don't encourage people to use -P - it's obsolete | Jelmer Vernooij | 1 | -1/+0 |
2002-10-18 | It seems that I'm meant to be using the helper function here, not the struct | Andrew Bartlett | 1 | -1/+1 |
2002-10-18 | Document parameters that have been added in 3.0 | Jelmer Vernooij | 4 | -5/+15 |
2002-10-18 | Update for 3.0 (document -B, -s, -n options). Is now current | Jelmer Vernooij | 1 | -1/+30 |
2002-10-18 | smb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION section | Jelmer Vernooij | 1 | -1/+1 |
2002-10-18 | Try to put some questions from the mailinglist in | Jelmer Vernooij | 1 | -0/+8 |
2002-10-18 | Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of al... | Jelmer Vernooij | 2 | -0/+13 |
2002-10-18 | Document %D. Make a difference between sub_basic and sub_advanced substitutions | Jelmer Vernooij | 1 | -54/+59 |
2002-10-18 | Format objectGUIDs on ads dumps. | Jim McDonough | 2 | -5/+53 |
2002-10-18 | Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse... | Jeremy Allison | 2 | -48/+106 |
2002-10-18 | Add note to HP-UX: use gcc or HP's ansi C compiler and not the freely supplie... | Jelmer Vernooij | 1 | -0/+6 |
2002-10-18 | NULL enum_local_groups for ads winbindd (temporary workaround). | Gerald Carter | 2 | -1/+2 |
2002-10-18 | Add extra parm to cli_full_connection call. Tim, you should probably look at... | Jim McDonough | 1 | -1/+1 |
2002-10-18 | Remove note about the howto being in 'htmldocs' - this notice has | Jelmer Vernooij | 1 | -2/+0 |
2002-10-18 | Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c. | Jim McDonough | 1 | -1/+2 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 10 | -29/+99 |
2002-10-17 | Revert changes | Volker Lendecke | 2 | -25/+17 |
2002-10-17 | Revert changes | Volker Lendecke | 1 | -24/+22 |
2002-10-17 | When unmarshalling a relstr, don't unmarshall the string data if the | Tim Potter | 1 | -0/+3 |
2002-10-17 | Ignore python build directory. | Tim Potter | 1 | -0/+1 |
2002-10-17 | Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is out | Tim Potter | 1 | -2/+3 |
2002-10-17 | make proto | Tim Potter | 1 | -1/+1 |
2002-10-17 | open_pipe_creds() now takes a pipe index instead of a pipe name. | Tim Potter | 5 | -10/+9 |
2002-10-17 | Fix for new arguments of cli_nt_session_open() | Tim Potter | 1 | -4/+3 |
2002-10-16 | Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-). | Jeremy Allison | 1 | -1/+3 |
2002-10-16 | fix from APP_HEAD to commit a re-init'd printer to disk | Gerald Carter | 1 | -0/+6 |
2002-10-16 | No functional change. I'm trying to understand pdb_ldap.c and | Volker Lendecke | 1 | -22/+24 |
2002-10-16 | Create group mappings on the fly. | Volker Lendecke | 2 | -17/+25 |
2002-10-16 | SMB_ASSERT to check list terminates. | Jeremy Allison | 1 | -0/+3 |
2002-10-15 | - we need to rescan the trusted domain list regularly to cope with | Andrew Tridgell | 2 | -1/+5 |
2002-10-15 | Change default of max_xmit to match W2K. Ensure NT negprot uses it. | Jeremy Allison | 2 | -2/+4 |
2002-10-15 | Fix spelling of background_process. | Jeremy Allison | 2 | -6/+6 |
2002-10-15 | Change to use sys_read/sys_write. | Jeremy Allison | 1 | -10/+4 |
2002-10-15 | Added cli_set_timeout() call. | Jeremy Allison | 1 | -0/+11 |