Age | Commit message (Expand) | Author | Files | Lines |
2001-07-10 | Andrew B and I were commiting the same fix at the same time in different | Christopher R. Hertel | 1 | -4/+1 |
2001-07-10 | Fix tree breakage, the last change was entirly non-portable, and we already | Andrew Bartlett | 1 | -1/+3 |
2001-07-10 | This fixes security=domain, which has been broke since the big charset | Andrew Bartlett | 3 | -20/+60 |
2001-07-10 | Fix from John Malmberg. When I added the additional information to the | Christopher R. Hertel | 1 | -0/+3 |
2001-07-10 | Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h, | Andrew Bartlett | 1 | -0/+4 |
2001-07-10 | Change the order of the -fPIC and -KPIC tests to ensure that UnixWare | Richard Sharpe | 1 | -6/+7 |
2001-07-10 | much better handling of broken DNS servers | Andrew Tridgell | 1 | -16/+2 |
2001-07-10 | added winbind_exclude_domain() so smbd can tell the winbind client | Andrew Tridgell | 2 | -0/+22 |
2001-07-10 | Removed unused local variables. | Tim Potter | 1 | -8/+0 |
2001-07-09 | implement: | Jean-François Micouleau | 4 | -3/+1032 |
2001-07-09 | add query user info level 20 (for RAS) | Jean-François Micouleau | 3 | -22/+297 |
2001-07-09 | when converting ascii to unicode, if the ascii string is NULL, don't | Jean-François Micouleau | 1 | -0/+7 |
2001-07-09 | split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookups | Jean-François Micouleau | 1 | -32/+114 |
2001-07-09 | when retrieving by sid fill also the map.sid field | Jean-François Micouleau | 1 | -5/+6 |
2001-07-09 | allow to rename an NT group | Jean-François Micouleau | 1 | -2/+5 |
2001-07-08 | fixed anonymous login in rpcclient | Andrew Tridgell | 1 | -4/+7 |
2001-07-08 | removed remnants of libtool | Andrew Tridgell | 5 | -8316/+729 |
2001-07-08 | improved the command line parsing of rpcclient | Andrew Tridgell | 1 | -16/+17 |
2001-07-08 | allow winbindd to run as non-root so we can test it more easily | Andrew Tridgell | 2 | -9/+7 |
2001-07-08 | formatting fix | Andrew Tridgell | 1 | -1/+1 |
2001-07-08 | added sec_initial_uid() function so we can ask if a file is owned by | Andrew Tridgell | 1 | -0/+8 |
2001-07-08 | fixed the auto-initialisation of the iconv descriptors | Andrew Tridgell | 1 | -11/+11 |
2001-07-08 | Update tests, start testing password server code, now I have it working and | Andrew Bartlett | 4 | -4/+4 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 7 | -41/+24 |
2001-07-08 | Fix the loading of configuration files using the include syntax. | Andrew Bartlett | 1 | -15/+19 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first/next | Andrew Tridgell | 1 | -39/+3 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first | Andrew Tridgell | 1 | -103/+77 |
2001-07-07 | Add a new paramater: add machine script | Andrew Bartlett | 2 | -3/+15 |
2001-07-07 | Add backend encryption support for NTLMv2. | Andrew Bartlett | 10 | -13/+546 |
2001-07-07 | You can't dump_data() a function pointer... | Andrew Bartlett | 1 | -1/+1 |
2001-07-07 | Update smbtorture in line with SAMBA_2_2 | Andrew Bartlett | 1 | -5/+34 |
2001-07-06 | Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!! | Jeremy Allison | 2 | -4/+38 |
2001-07-06 | fixed strrchr_m | Andrew Tridgell | 1 | -4/+3 |
2001-07-06 | Don't try and open tdb secrets file in non-root/local mode. | Jeremy Allison | 1 | -2/+1 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 3 | -3/+12 |
2001-07-06 | Added JF's fix for max_entries being 0. | Jeremy Allison | 1 | -0/+15 |
2001-07-06 | formatting fixes | Andrew Tridgell | 1 | -7/+7 |
2001-07-06 | check for initialisation in convert_string() | Andrew Tridgell | 1 | -0/+6 |
2001-07-06 | A program to display a tree of domains, servers and shares similar to the | Tim Potter | 1 | -0/+419 |
2001-07-06 | fixed a silly bug in the internal UTF8 implementation | Andrew Tridgell | 1 | -1/+14 |
2001-07-06 | fixed bug where we looked at the first byte of a password to determine | Andrew Tridgell | 1 | -12/+2 |
2001-07-06 | got rid of insanely verbose debug messages on startup | Andrew Tridgell | 1 | -1/+1 |
2001-07-06 | fixed inetd operation as non-root | Andrew Tridgell | 1 | -4/+0 |
2001-07-06 | added some comments and removed an unnecessary check | Andrew Tridgell | 1 | -3/+2 |
2001-07-05 | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 1 | -0/+8 |
2001-07-05 | Fix for enumerating large numbers of users. | Jeremy Allison | 3 | -35/+50 |
2001-07-05 | Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB | Jeremy Allison | 1 | -0/+6 |
2001-07-05 | Allow user to specify CFLAGS even when using configure.developer | Andrew Bartlett | 1 | -1/+1 |
2001-07-05 | removed an unreachable statement | Andrew Tridgell | 1 | -1/+0 |
2001-07-05 | Allow us to vary the log-level, so we can run at level 1 normally, | Andrew Bartlett | 4 | -8/+12 |