Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |||||
| | * | moved some OIDs to the ASN.1 header | Andrew Tridgell | 2001-10-12 | 3 | -8/+10 | |
| | | | ||||||
| | * | added NTLMSSP authentication to libsmb. It seems to work well so I have ↵ | Andrew Tridgell | 2001-10-12 | 9 | -275/+590 | |
| | | | | | | | | | | | | enabled it by default if the server supports it. Let me know if this breaks anything. Choose kerberos with the -k flag to smbclient, otherwise it will use SPNEGO/NTLMSSP/NTLM | |||||
| | * | Removed some unused code from the recent cleanup. | Tim Potter | 2001-10-12 | 2 | -291/+2 | |
| | | | ||||||
| | * | Fix for tdb_oob() on TDB_INTERNAL databases. | Jeremy Allison | 2001-10-12 | 1 | -2/+7 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | merge from 2.2 | Gerald Carter | 2001-10-11 | 2 | -10/+10 | |
| | | | ||||||
| | * | improve the error handling in the ASN1 code a bit | Andrew Tridgell | 2001-10-11 | 1 | -14/+22 | |
| | | | ||||||
| | * | added a ASN.1 parser, so now I can properly parse the negTokenInit | Andrew Tridgell | 2001-10-11 | 4 | -78/+324 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | packet which means I can extract the service and realm, so we should now work with realms other than the local realm. it also means we now check the list of OIDs given by the server just in case it says that it doesn't support kerberos. In that case we should fall back to NTLMSSP but that isn't written yet. | |||||
| | * | remove unused function in mangle.c | Simo Sorce | 2001-10-11 | 3 | -17/+10 | |
| | | | | | | | | | | | | fix some alloc leaks spotted by andreas moroder. | |||||
| | * | fixed some memory leaks, started adding asn1 decoder for server side | Andrew Tridgell | 2001-10-11 | 2 | -12/+42 | |
| | | | ||||||
| | * | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 2001-10-11 | 12 | -2745/+803 | |
| | | | | | | | | | | | | of gettext for internationalisation support. There is more to do | |||||
| | * | profile.h is now known as smbprofile.h due to a conflict with badly | Andrew Tridgell | 2001-10-11 | 1 | -461/+0 | |
| | | | | | | | | | | | | written MIT kerberos5 header files :( | |||||
| | * | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 19 | -980/+2306 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth | |||||
| | * | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 2001-10-11 | 2 | -0/+11 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | Merge from 2.2 | Tim Potter | 2001-10-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | Got the rest of the group functions working. Did some reformatting (man | Tim Potter | 2001-10-10 | 3 | -68/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | what was I thinking with those 4 character tabs?) We now pass our winbindd test suite again! Still to do: - talloc_ctx on a per winbindd request basis not per connection - clean up old crap we don't use any more - test against multiple BDCs (I know this isn't going to work - group/user handles have to be made against the same DC the domain and basic handles are. - implement network and dc failure recovery | |||||
| | * | Back-out the share acl fix. Not needed (Gerald has been telling porkies | Jeremy Allison | 2001-10-10 | 1 | -16/+3 | |
| | | | | | | | | | | | | | | | again :-) :-). Jeremy. | |||||
| | * | mega-merge from 2.2 | Gerald Carter | 2001-10-10 | 94 | -6518/+12830 | |
| | | | ||||||
| * | | fix realclean target to remove winbind objects | Herb Lewis | 2001-10-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed issues with changenotify only being called once in VC++. | Jeremy Allison | 2001-10-19 | 1 | -4/+29 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Tidy up notify code, fix debug. | Jeremy Allison | 2001-10-19 | 2 | -28/+37 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | call codepage_initialise to keep swat from core dumping when trying to | Herb Lewis | 2001-10-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | change characters to unicode. This fixes password changing in swat. | |||||
| * | | Updated build specs for OpenLinux 2.x | John Terpstra | 2001-10-19 | 1 | -20/+42 | |
| | | |