Age | Commit message (Expand) | Author | Files | Lines |
2002-03-26 | OpenPrinter() merge from 2.2 | Gerald Carter | 5 | -27/+282 |
2002-03-26 | Removed unused variable. | Jeremy Allison | 1 | -3/+0 |
2002-03-26 | Tests for insane open semantics. | Jeremy Allison | 1 | -7/+68 |
2002-03-26 | Matched W2K *insane* open semantics.... | Jeremy Allison | 1 | -0/+18 |
2002-03-26 | Added 5 *NASTY* non-io open tests.... | Jeremy Allison | 1 | -0/+169 |
2002-03-25 | add {push,pull}_ucs2{allocate,talloc}() functions. | Andrew Bartlett | 1 | -0/+58 |
2002-03-25 | Roll back proto.h changes -- to hard to do them portably. Leave | Martin Pool | 1 | -55/+16 |
2002-03-24 | Spelling fixes. | Tim Potter | 3 | -3/+3 |
2002-03-23 | Extra parinoa and DEBUG()s for the make_user_info_map() code. | Andrew Bartlett | 1 | -4/+18 |
2002-03-23 | Correctly store the hostname of the remote machine if so configured. If the | Andrew Bartlett | 1 | -4/+6 |
2002-03-23 | rerun autoconf | Andrew Bartlett | 1 | -312/+313 |
2002-03-23 | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 4 | -15/+15 |
2002-03-23 | Update some of the DEBUG()s in Get_Pwnam_internal() | Andrew Bartlett | 1 | -8/+11 |
2002-03-23 | Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and talloc | Andrew Bartlett | 1 | -1/+86 |
2002-03-23 | Minor fixes: | Andrew Bartlett | 2 | -13/+17 |
2002-03-23 | Various winbind updates: | Andrew Bartlett | 5 | -9/+11 |
2002-03-23 | Join as a server trust account if the server role is either PDC or BDC. | Andrew Bartlett | 1 | -1/+1 |
2002-03-23 | Forgot torture hacks... | Jeremy Allison | 1 | -5/+1 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 11 | -209/+314 |
2002-03-22 | Stomped on some header file version numbers that have crept back in. | Tim Potter | 9 | -16/+9 |
2002-03-22 | Make debug statment less confusing. | Tim Potter | 1 | -2/+5 |
2002-03-22 | cut and paste inserted spaces instead of tab. Some versions of make don't | Herb Lewis | 1 | -1/+1 |
2002-03-22 | Added enumerate trusted domains and check secret. | Tim Potter | 1 | -1/+112 |
2002-03-22 | add a -n maxloops option so this can be run in a script and end after a | Herb Lewis | 1 | -1/+8 |
2002-03-21 | make install should also install the default dat files from codepages | Herb Lewis | 2 | -1/+27 |
2002-03-21 | Missed a couple of fetch/store_ints. | Jeremy Allison | 1 | -4/+4 |
2002-03-21 | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 4 | -111/+53 |
2002-03-21 | When upgrading from an old idmap tdb, remember to overwrite the reverse | Jeremy Allison | 1 | -0/+5 |
2002-03-21 | merge fix for core dump when called with no args from 2.2 | Herb Lewis | 1 | -1/+1 |
2002-03-21 | Fix stupid typo ! | Jeremy Allison | 1 | -2/+2 |
2002-03-21 | add .proto.check | Herb Lewis | 1 | -0/+1 |
2002-03-21 | update usage message with other options. Add a -d debuglevel option | Herb Lewis | 1 | -1/+11 |
2002-03-21 | must use native endian index when creating default valid.dat table so it | Herb Lewis | 1 | -2/+2 |
2002-03-21 | return . and .. first in readdir - this fixes masktest on IRIX which | Herb Lewis | 1 | -1/+13 |
2002-03-21 | There is no reason we can't join a domain with secuirty=user. In fact we | Andrew Bartlett | 1 | -5/+0 |
2002-03-21 | make net ads info work with -S | Andrew Tridgell | 1 | -4/+5 |
2002-03-21 | Compile fix for --with-profiling-data | Tim Potter | 1 | -0/+2 |
2002-03-21 | Don't leak memory on failure. | Andrew Bartlett | 1 | -1/+3 |
2002-03-21 | Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam() | Andrew Bartlett | 2 | -6/+6 |
2002-03-21 | fixed the secondary group mappings for ADS users | Andrew Tridgell | 1 | -8/+56 |
2002-03-20 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -12/+1 |
2002-03-20 | Ensure we don't do lp_servicename()'s in tdb traverse as this | Jeremy Allison | 1 | -5/+7 |
2002-03-20 | Print queue entries *must* have queue names, not numbers - numbers are | Jeremy Allison | 2 | -9/+32 |
2002-03-20 | John's patch changed the size of a structure stored in the tdb - we | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | Make ldapsam compile again. | Andrew Bartlett | 1 | -20/+0 |
2002-03-20 | BUFFER_SIZE Should be 128k if large read write tests are to work. | Jeremy Allison | 1 | -0/+5 |
2002-03-20 | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 4 | -4/+15 |
2002-03-20 | Actually use flags passed in PYTHON_CFLAGS variable. | Tim Potter | 1 | -21/+33 |
2002-03-20 | Added enum domain users and enum domain groups. | Tim Potter | 1 | -22/+77 |