Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed some memory leaks introduced by connection handling rewrite, as well | Tim Potter | 2001-10-19 | 4 | -20/+29 | |
| | | | | | | | | | | | | as one memory leak that has been there for ages! Changed the way talloc is used in get{pw,gr}nam routines. | |||||
| * | Converted some more functions to create and dispose of a talloc context on a | Tim Potter | 2001-10-19 | 5 | -87/+106 | |
| | | | | | | | | | | | | | | | | per-call basis rather than per-connection. Had a bit more of a reformatting fest. Still need to run it through insure and handle downed connections. | |||||
| * | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 2001-10-19 | 5 | -61/+280 | |
| | | | | | | | | Jeremy. | |||||
| * | client : Fixed error return. | Jeremy Allison | 2001-10-19 | 2 | -1/+3 | |
| | | | | | | | | | | uid.c: Added missing void. Jeremy. | |||||
| * | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 16 | -93/+197 | |
| | | | | | | | | | | Ensure make_conection() can only be called as root. Jeremy. | |||||
| * | Merge Gerry's %G change from 2.2.2. | Jeremy Allison | 2001-10-18 | 1 | -7/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | got rid of start_background_queue() | Andrew Tridgell | 2001-10-18 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | THIS WAS A DISASTER! it created hundreds of processes on the build farm machines, which we can't kill. | |||||
| * | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2001-10-18 | 7 | -15/+141 | |
| | | | | | | | | | | it should give something for others to hack on and possibly find what I'm doing wrong. | |||||
| * | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 2001-10-18 | 3 | -5/+5 | |
| | | ||||||
| * | Now compiles under head branch. | Tim Potter | 2001-10-18 | 1 | -89/+51 | |
| | | | | | | | | Funny, I don't remember using libtool in the original Makefile... | |||||
| * | removed some debug code | Andrew Tridgell | 2001-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 10 | -66/+606 | |
| | | | | | | | | | | | | loses things like username mapping. I wanted to get this in then discuss it a bit to see how we want to split up the existing session setup code | |||||
| * | Fixed inconsistent definitions of InBuf/OutBuf/last_char. | Jeremy Allison | 2001-10-17 | 1 | -3/+0 | |
| | | | | | | | | | | Noticed by albert chin (china@thewrittenword.com) . Jeremy. | |||||
| * | charset_initialise() doesn't exist anymore. | Tim Potter | 2001-10-17 | 1 | -2/+0 | |
| | | | | | | | | | | Why don't we build smbwrapper on a build farm machine to spot this sort of thing earlier? | |||||
| * | Optimisation to send only to correct processid. | Jeremy Allison | 2001-10-16 | 1 | -6/+16 | |
| | | | | | | | | Jeremy | |||||
| * | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 2001-10-16 | 3 | -2/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | To speed up operations with the lpq command, it's now run in a separate asynchronous process. Opening the Printers folder on NT is now fast ;-) I think even faster than with a ** server Jeremy, you should look at that patch to include it in 2.2.3 J.F. | |||||
| * | Fix some unicode string error. | Jean-François Micouleau | 2001-10-16 | 1 | -31/+42 | |
| | | | | | | | | | | | | | | | | I'm wondering if I have to audit *all* the rpc code for that kind of trouble ;-) Oh well I've done it twice already, I can do it a third time ;-) J.F. | |||||
| * | Don't core dump when using spinlocks on a read-only tdb. Unfortunately this | Jeremy Allison | 2001-10-16 | 1 | -4/+16 | |
| | | | | | | | | | | | | | | | | | | | | means that a read-write opener and a read-only opener are using different locking mechanisms - this needs to be addressed, but it's hard as the read-write opener using the spinlocks is usually first, so there's no way to force them to change down to the fcntl method. Read only access is less important anyway and can never corrupt the tdb anyway, so errors in read-only record reads are more tolerable. Jeremy | |||||
| * | added Italian message file from Simo Source | Motonobu Takahashi | 2001-10-16 | 1 | -0/+1707 | |
| | | ||||||
| * | fix heimdal compilation | Andrew Tridgell | 2001-10-16 | 1 | -1/+2 | |
| | | ||||||
| * | fix linking of k5crypto library on openbsd | Andrew Tridgell | 2001-10-16 | 2 | -72/+172 | |
| | | ||||||
| * | Fix for connectinos.tdb error message from "Richard Bollinger" ↵ | Jeremy Allison | 2001-10-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | <rabollinger@home.com> Jeremy. | |||||
| * | fixed finding the resolv library | Andrew Tridgell | 2001-10-16 | 2 | -448/+392 | |
| | | ||||||
| * | remove zh_CN.msg because there is no maintainer. | Motonobu Takahashi | 2001-10-15 | 2 | -1572/+13 | |
| | | | | | | | | and correct some strings in ja.msg | |||||
| * | updated copyright notices | Andrew Tridgell | 2001-10-15 | 3 | -6/+30 | |
| | | ||||||
| * | - renamed *.po message files to *.msg | Andrew Tridgell | 2001-10-15 | 6 | -12/+15 | |
| | | | | | | | | | | | | | | - fixed minor bug in lang_tdb.c the msg files are still in a po/ directory, but unfortunately that is not easy to fix given the terrible handling of directories in CVS. | |||||
| * | split session setup code out of reply.c in preparation for adding | Andrew Tridgell | 2001-10-15 | 3 | -345/+357 | |
| | | | | | | | | NTLMSSP and kerberos support in smbd | |||||
| * | always install swat language files | Andrew Tridgell | 2001-10-15 | 1 | -13/+5 | |
| | | ||||||
| * | removed unused gettext code | Andrew Tridgell | 2001-10-15 | 33 | -7614/+0 | |
| | | ||||||
| * | include more libs needed for kerberos5 on some systems (eg. solaris) | Andrew Tridgell | 2001-10-15 | 3 | -892/+776 | |
| | | | | | | | | removed some no longer needed i18n stuff from configure.in | |||||
| * | fixed the --with-krb5=dir option. | Andrew Tridgell | 2001-10-14 | 2 | -87/+92 | |
| | | | | | | | | thanks to monyo for pointing out the problem | |||||
| * | fixed typo | Andrew Tridgell | 2001-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | forgot to add intl.h | Andrew Tridgell | 2001-10-14 | 1 | -0/+25 | |
| | | ||||||
| * | return of vsnprintf doesn't include termination | Andrew Tridgell | 2001-10-14 | 1 | -1/+1 | |
| | | | | | | | | thanks to simo for spotting this | |||||
| * | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 2001-10-14 | 16 | -794/+525 | |
| | | | | | | | | | | | | | | and also completes the switch to lang_tdb.c. SWAT should now work with a po file in the lib/ directory also removed useless SYSLOG defines in many files | |||||
| * | bit neater talloc_asprintf() implementation | Andrew Tridgell | 2001-10-14 | 1 | -19/+11 | |
| | | ||||||
| * | minor Realloc() fix - pedantic | Andrew Tridgell | 2001-10-14 | 1 | -2/+5 | |
| | | ||||||
| * | Some reformatting. | Tim Potter | 2001-10-14 | 1 | -6/+10 | |
| | | ||||||
| * | Pass domain structure around in cache code rather than the domain name. | Tim Potter | 2001-10-14 | 3 | -32/+29 | |
| | | ||||||
| * | Resurrected sam sequence number code. | Tim Potter | 2001-10-14 | 1 | -117/+175 | |
| | | | | | | | | | | | | Pass domain structure around in cache code rather than the domain name. Some misc reformatting to make things look prettier. | |||||
| * | fixed NTLMSSP with XP servers (who don't send the duplicate challenge | Andrew Tridgell | 2001-10-14 | 2 | -3/+17 | |
| | | | | | | | | in the asn1 spnego structures) | |||||
| * | fixed two bugs in the NTLMSSP code | Andrew Tridgell | 2001-10-14 | 1 | -2/+8 | |
| | | | | | | | | | | - handle servers that don't send a kerberos principle (non-member servers) - enable spnego without KRB5 | |||||
| * | introduce mangle backward compatibility functions | Simo Sorce | 2001-10-13 | 2 | -2/+178 | |
| | | | | | | | | add talloc_asprintf() | |||||
| * | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 2001-10-12 | 3 | -31/+59 | |
| | | | | | | | | Jeremy. | |||||
| * | Converted a few winbind functions to use a talloc context that is destroyed | Tim Potter | 2001-10-12 | 1 | -32/+72 | |
| | | | | | | | | immediately after the call. | |||||
| * | fixed compiler warning. | Tim Potter | 2001-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | This file is really old and not used anymore. | Tim Potter | 2001-10-12 | 1 | -1375/+0 | |
| | | ||||||
| * | Moved from include subdir. | Tim Potter | 2001-10-12 | 1 | -0/+35 | |
| | | ||||||
| * | Moved to rpcclient subdirectory. | Tim Potter | 2001-10-12 | 1 | -33/+0 | |
| | | ||||||
| * | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 2001-10-12 | 9 | -1045/+292 | |
| | | | | | | | | | | | | rpcclient code. Refactored cmd_* functions to move common mem_ctx and pipe opening stuff up one level. Moved rpcclient.h into rpcclient directory and out of includes/smb.h |