Age | Commit message (Expand) | Author | Files | Lines |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -2/+2 |
2001-09-04 | Fixed some compiler warnings. | Tim Potter | 1 | -2/+0 |
2001-09-03 | more NTSTATUS/WERROR conversion | Andrew Tridgell | 1 | -3/+3 |
2001-08-28 | Merge from TNG - function to initialise NTTIME structure. | Tim Potter | 1 | -0/+9 |
2001-08-28 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 3 | -8/+8 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -6/+11 |
2001-08-26 | bzero is not used (deprecated) as it's a BSDism. | Jeremy Allison | 1 | -62/+52 |
2001-08-26 | Small changes to get ready for adding WINS failover to smbd and clients. | Christopher R. Hertel | 1 | -5/+76 |
2001-08-26 | Fussing with debug lines in open_socket_in(). I cleaned up some slightly | Christopher R. Hertel | 1 | -32/+56 |
2001-08-24 | fixes big endian unistring problems. Need to check that it didn't | Herb Lewis | 1 | -2/+9 |
2001-08-24 | get rid of old debug code and possible socket leak | Herb Lewis | 1 | -9/+1 |
2001-08-23 | better error reporting for servers that don't do port 445 | Andrew Tridgell | 1 | -1/+1 |
2001-08-20 | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 3 | -15/+26 |
2001-08-19 | More Realloc fixes. | Jeremy Allison | 1 | -4/+3 |
2001-08-16 | removed unused file | Andrew Tridgell | 1 | -113/+0 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 4 | -14/+32 |
2001-08-10 | Added Mike Davidsons Tru64 ACL patch. | Jeremy Allison | 1 | -13/+23 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -2/+2 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 2 | -2/+2 |
2001-08-05 | me stupid. | Simo Sorce | 1 | -1/+1 |
2001-08-05 | Some fixes about malloc/Realloc and mem leak | Simo Sorce | 3 | -6/+15 |
2001-08-01 | Oops. Typo. | Jeremy Allison | 1 | -1/+1 |
2001-08-01 | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 1 | -6/+6 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -1/+1 |
2001-07-26 | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 1 | -6/+152 |
2001-07-25 | need to push smb_search strings in client charset | Andrew Tridgell | 1 | -5/+5 |
2001-07-25 | got rid of INFO: msgs at debug level 1 | Andrew Tridgell | 1 | -2/+2 |
2001-07-25 | ucs2 is always a multiple of 2 bytes | Andrew Tridgell | 1 | -0/+6 |
2001-07-24 | Convert other parameters (read list, write list, valid users...) to the P_LIS... | Simo Sorce | 1 | -21/+33 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -0/+13 |
2001-07-22 | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 2 | -73/+186 |
2001-07-22 | switch from UCS2 to UCS-2LE | Andrew Tridgell | 2 | -18/+3 |
2001-07-20 | ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap | Tim Potter | 1 | -13/+34 |
2001-07-20 | It looks like the rpc client code in libsmb hasn't been converted to the | Tim Potter | 1 | -0/+10 |
2001-07-18 | removed some unnecessary code | Andrew Tridgell | 1 | -10/+0 |
2001-07-10 | much better handling of broken DNS servers | Andrew Tridgell | 1 | -16/+2 |
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-07 | Add backend encryption support for NTLMv2. | Andrew Bartlett | 4 | -6/+387 |
2001-07-06 | fixed strrchr_m | Andrew Tridgell | 1 | -4/+3 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -0/+9 |
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 | fixed a silly bug in the internal UTF8 implementation | Andrew Tridgell | 1 | -1/+14 |
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 | use alpha_strcpy on DNS names | Andrew Tridgell | 1 | -0/+6 |
2001-07-05 | optimised the 7 bit case for utf8 conversion | Andrew Tridgell | 1 | -4/+4 |