Age | Commit message (Expand) | Author | Files | Lines |
2001-10-19 | Add additional client RAP calls | Jim McDonough | 1 | -0/+1832 |
2001-10-19 | Add rap.h for net utility and libsmb | Jim McDonough | 1 | -0/+2 |
2001-10-19 | Add header for common RAP definitions | Jim McDonough | 1 | -0/+478 |
2001-10-19 | Fixed issues with changenotify only being called once in VC++. | Jeremy Allison | 1 | -4/+29 |
2001-10-19 | Tidy up debug in notify code. | Jeremy Allison | 2 | -24/+35 |
2001-10-19 | Fixed some memory leaks introduced by connection handling rewrite, as well | Tim Potter | 4 | -20/+29 |
2001-10-19 | Converted some more functions to create and dispose of a talloc context on a | Tim Potter | 5 | -87/+106 |
2001-10-19 | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 5 | -61/+280 |
2001-10-19 | client : Fixed error return. | Jeremy Allison | 2 | -1/+3 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 16 | -93/+197 |
2001-10-18 | Merge Gerry's %G change from 2.2.2. | Jeremy Allison | 1 | -7/+8 |
2001-10-18 | got rid of start_background_queue() | Andrew Tridgell | 1 | -1/+6 |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 7 | -15/+141 |
2001-10-18 | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 3 | -5/+5 |
2001-10-17 | removed some debug code | Andrew Tridgell | 1 | -2/+2 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 10 | -66/+606 |
2001-10-17 | Fixed inconsistent definitions of InBuf/OutBuf/last_char. | Jeremy Allison | 1 | -3/+0 |
2001-10-17 | charset_initialise() doesn't exist anymore. | Tim Potter | 1 | -2/+0 |
2001-10-16 | Optimisation to send only to correct processid. | Jeremy Allison | 1 | -6/+16 |
2001-10-16 | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 3 | -2/+53 |
2001-10-16 | Fix some unicode string error. | Jean-François Micouleau | 1 | -31/+42 |
2001-10-16 | Don't core dump when using spinlocks on a read-only tdb. Unfortunately this | Jeremy Allison | 1 | -4/+16 |
2001-10-16 | added Italian message file from Simo Source | Motonobu Takahashi | 1 | -0/+1707 |
2001-10-16 | fix heimdal compilation | Andrew Tridgell | 1 | -1/+2 |
2001-10-16 | fix linking of k5crypto library on openbsd | Andrew Tridgell | 2 | -72/+172 |
2001-10-16 | Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h... | Jeremy Allison | 1 | -2/+3 |
2001-10-16 | fixed finding the resolv library | Andrew Tridgell | 2 | -448/+392 |
2001-10-15 | remove zh_CN.msg because there is no maintainer. | Motonobu Takahashi | 2 | -1572/+13 |
2001-10-15 | updated copyright notices | Andrew Tridgell | 3 | -6/+30 |
2001-10-15 | - renamed *.po message files to *.msg | Andrew Tridgell | 6 | -12/+15 |
2001-10-15 | split session setup code out of reply.c in preparation for adding | Andrew Tridgell | 3 | -345/+357 |
2001-10-15 | always install swat language files | Andrew Tridgell | 1 | -13/+5 |
2001-10-15 | removed unused gettext code | Andrew Tridgell | 33 | -7614/+0 |
2001-10-15 | include more libs needed for kerberos5 on some systems (eg. solaris) | Andrew Tridgell | 3 | -892/+776 |
2001-10-14 | fixed the --with-krb5=dir option. | Andrew Tridgell | 2 | -87/+92 |
2001-10-14 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-10-14 | forgot to add intl.h | Andrew Tridgell | 1 | -0/+25 |
2001-10-14 | return of vsnprintf doesn't include termination | Andrew Tridgell | 1 | -1/+1 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 16 | -794/+525 |
2001-10-14 | bit neater talloc_asprintf() implementation | Andrew Tridgell | 1 | -19/+11 |
2001-10-14 | minor Realloc() fix - pedantic | Andrew Tridgell | 1 | -2/+5 |
2001-10-14 | Some reformatting. | Tim Potter | 1 | -6/+10 |
2001-10-14 | Pass domain structure around in cache code rather than the domain name. | Tim Potter | 3 | -32/+29 |
2001-10-14 | Resurrected sam sequence number code. | Tim Potter | 1 | -117/+175 |
2001-10-14 | fixed NTLMSSP with XP servers (who don't send the duplicate challenge | Andrew Tridgell | 2 | -3/+17 |
2001-10-14 | fixed two bugs in the NTLMSSP code | Andrew Tridgell | 1 | -2/+8 |
2001-10-13 | introduce mangle backward compatibility functions | Simo Sorce | 2 | -2/+178 |
2001-10-12 | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 3 | -31/+59 |
2001-10-12 | Converted a few winbind functions to use a talloc context that is destroyed | Tim Potter | 1 | -32/+72 |
2001-10-12 | fixed compiler warning. | Tim Potter | 1 | -1/+1 |