| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 2000-04-12 | 1 | -0/+4 |
* | changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are | Jean-François Micouleau | 2000-04-05 | 1 | -0/+9 |
* | Fix for compiler warning about invalid structure type. | Jeremy Allison | 2000-04-03 | 1 | -1/+1 |
* | Fix for coredump in testparm. | Jeremy Allison | 2000-03-30 | 1 | -1/+1 |
* | Fixed crash bug in new handle_netbios_name code. | Jeremy Allison | 2000-03-27 | 1 | -2/+2 |
* | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 2000-03-16 | 1 | -1/+19 |
* | include/smb.h: | Jeremy Allison | 2000-03-13 | 1 | -1/+1 |
* | Cleaning up the warnings from configure.developer. | Shirish Kalele | 2000-03-10 | 1 | -4/+0 |
* | dded Microsoft Dfs services. | Shirish Kalele | 2000-03-08 | 1 | -2/+37 |
* | added a tcon test: make two tconXs with the same user/pass, open a file | Luke Leighton | 2000-03-07 | 1 | -1/+1 |
* | Added "source environment" parameter from Nicolas Williams <Nicolas.Williams@... | Jeremy Allison | 2000-02-16 | 1 | -1/+136 |
* | Jeremy can you check lib/util_unistr.c for codepages support ? | Jean-François Micouleau | 2000-02-07 | 1 | -0/+9 |
* | Added 'vfs object' and 'vfs options' smb.conf parameters. | Tim Potter | 2000-02-03 | 1 | -0/+25 |
* | made "enable" and "disable" the default "lpresume" and "lppause" commands | Herb Lewis | 2000-01-30 | 1 | -4/+1 |
* | Fix from Motonobu TAKAHASHI to sort code page parameters first. | Jeremy Allison | 2000-01-29 | 1 | -2/+2 |
* | Moved Herb's global -> local changes to HEAD. | Jeremy Allison | 2000-01-20 | 1 | -2/+2 |
* | Added Herb's swat fixes. | Jeremy Allison | 2000-01-18 | 1 | -2/+2 |
* | use string_set() instead of string_init() | Andrew Tridgell | 2000-01-16 | 1 | -36/+26 |
* | Added "inherit permissions" patch. | Jeremy Allison | 2000-01-14 | 1 | -0/+4 |
* | Added missing #ifdef for WITH_UTMP. | Jeremy Allison | 2000-01-13 | 1 | -0/+2 |
* | Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>. | Jeremy Allison | 2000-01-12 | 1 | -0/+23 |
* | netbios scope is a DOS_STRING | Andrew Tridgell | 2000-01-07 | 1 | -1/+1 |
* | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2000-01-07 | 1 | -0/+2 |
* | Removed unneeded #define. | Jeremy Allison | 2000-01-06 | 1 | -2/+0 |
* | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 2000-01-06 | 1 | -0/+1 |
* | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 2000-01-05 | 1 | -39/+27 |
* | Added "crap" fix for rotating string buffers. (Increased to 20, added #define). | Jeremy Allison | 2000-01-04 | 1 | -4/+5 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -498/+365 |
* | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1999-12-12 | 1 | -1/+1 |
* | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1999-11-16 | 1 | -0/+6 |
* | Support for arbitrary VFS options in smb.conf. Options are of the | Tim Potter | 1999-07-22 | 1 | -1/+69 |
* | code from bertl to allow remap of default built-in names to anything. | Luke Leighton | 1999-07-14 | 1 | -1/+4 |
* | Jean-Francois Micouleau's rewritten DFS patch, originally written by | Luke Leighton | 1999-07-12 | 1 | -1/+3 |
* | improving authentication code (tidyup). | Luke Leighton | 1999-06-29 | 1 | -2/+6 |
* | added server ntlmv2 false/auto/true parameter, defaults to off. | Luke Leighton | 1999-05-01 | 1 | -1/+12 |
* | rpc_parse/parse_misc.c : defined a new BUFFER5 struct | Jean-François Micouleau | 1999-04-27 | 1 | -1/+18 |
* | Allow "Yes" and "No" as well as "True" and "False" in the three-state | Matthew Chapman | 1999-04-11 | 1 | -1/+1 |
* | Trying to improve DC location & browsing performance for the average user | Matthew Chapman | 1999-04-11 | 1 | -43/+81 |
* | Added configuration parameter 'vfs object' to specify loadable object | Tim Potter | 1999-04-04 | 1 | -0/+20 |
* | Benjamin Kuit's latest mysql mods. issue with "make proto" needs to be | Luke Leighton | 1999-03-03 | 1 | -5/+5 |
* | Benjamin Kuit's MYSQL SAM Database implementation. | Luke Leighton | 1999-03-01 | 1 | -0/+30 |
* | server type announcements modified to include the "role" of the server: | Luke Leighton | 1999-02-02 | 1 | -9/+58 |
* | Adding first of the fixes for SSL. | Richard Sharpe | 1999-01-24 | 1 | -9/+14 |
* | matthew chapman's ldap code, to date. plus docs! | Luke Leighton | 1998-12-07 | 1 | -9/+8 |
* | weekend work. user / group database API. | Luke Leighton | 1998-11-29 | 1 | -0/+18 |
* | jean-francois pointed out problem with "lp_domain_role()" code, you | Luke Leighton | 1998-11-24 | 1 | -2/+2 |
* | unix instance of group database API | Luke Leighton | 1998-11-23 | 1 | -0/+40 |
* | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1998-11-17 | 1 | -26/+30 |
* | include/local.h: | Jeremy Allison | 1998-11-10 | 1 | -0/+27 |
* | Default for SMB_PASSWD program was set to smbpasswd ! This explained the prob... | Jeremy Allison | 1998-11-10 | 1 | -1/+1 |