Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-10-10 | 1 | -11/+32 | |
| | | ||||||
| * | ops, remove my test code, sorry. | Simo Sorce | 2001-10-10 | 1 | -9/+5 | |
| | | | | | | | | fix some return codes missed in previous commit. | |||||
| * | Fixed some compile warnings. | Tim Potter | 2001-10-10 | 1 | -4/+2 | |
| | | ||||||
| * | Implemented sam group handle stuff. getent group now works. | Tim Potter | 2001-10-09 | 6 | -110/+208 | |
| | | ||||||
| * | Fix bug where removing root from a share SD stops further edit access. | Jeremy Allison | 2001-10-09 | 1 | -4/+17 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 2001-10-09 | 3 | -16/+28 | |
| | | | | | | | | | | | | functions correctly deal with the SID_NAME_TYPE. One fix for connection user lookup in LSA. Jeremy. | |||||
| * | old fixes I forgot to commit | Simo Sorce | 2001-10-09 | 1 | -5/+5 | |
| | | ||||||
| * | initial support to error report in smbclient, useful when using smbclient -c ↵ | Simo Sorce | 2001-10-09 | 3 | -89/+178 | |
| | | | | | | | | | | | | in scripts. Thanks to Claudio Cicali aka FleXer for the initial patch | |||||
| * | Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-). | Jeremy Allison | 2001-10-08 | 2 | -2/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | tim suggested to add a copyright note :) | Simo Sorce | 2001-10-08 | 1 | -1/+21 | |
| | | ||||||
| * | More work on winbindd connection rewrite: | Tim Potter | 2001-10-08 | 5 | -179/+353 | |
| | | | | | | | | | | | | | | | | | | - implemented some of the sam related connection manager routines - fill in group id and gecos fields for getpwnam/getpwuid routines - convert querydispinfo to cm - getent passwd now works Now for the group related routines... | |||||
| * | more fixing and testing. | Simo Sorce | 2001-10-07 | 1 | -54/+83 | |
| | | | | | | | | | | | | added ucs2_to_dos83 function. the code should be ok now. further test with japanese and other languages is needed at this point. | |||||
| * | fixed lame valid table | Andrew Tridgell | 2001-10-07 | 1 | -2/+2 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-10-06 | 1 | -2/+84 | |
| | | ||||||
| * | PPC spinlocks work again. Sorry, my bad. | Anton Blanchard | 2001-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix up indenting in out SAM password check code. | Andrew Bartlett | 2001-10-06 | 2 | -92/+98 | |
| | | ||||||
| * | move libsmb/domain_client_validate.o around in the makefile again, it really is | Andrew Bartlett | 2001-10-06 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | an authenticaion object that happens to also be used by winbind. We need to fix this up at some stage. In the end it will probably be best if winbind does the login over its own internally managed connections, not a new one per authenticiaon. Then this would no longer be an issue, as it could call cli_nt_login_network() directly. Andrew Bartlett | |||||
| * | This is the start of a bit of a rewrite of winbindd's connection handling. | Tim Potter | 2001-10-05 | 9 | -380/+588 | |
| | | | | | | | | | | | | | | | | | | | | | | I've wrapped up all the decisions about managing, making and closing connections into a connection manager in nsswitch/winbindd_cm.c. It's rather incomplete at the moment - only querying basic user info works at the moment (i.e finger -m DOMAIN/user) and everything else is broken. Jeremy, please take a look and I'll start moving across the rest of winbindd to this new system. | |||||
| * | Add CLI_POLICY_HND as a valid return type. | Tim Potter | 2001-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Remove winbindd_glue.c dodgy hack and add winbindd_cm.c for managing | Tim Potter | 2001-10-05 | 1 | -3/+3 | |
| | | | | | | | | connections within winbindd. | |||||
| * | Move CLI_POLICY_HND to be internal to winbindd. | Tim Potter | 2001-10-05 | 1 | -9/+0 | |
| | | ||||||
| * | init only in test code. | Simo Sorce | 2001-10-04 | 1 | -48/+55 | |
| | | | | | | | | | | remove unused structure for tdb data. fixes. | |||||
| * | Added a comment about not changing the magic timestamp values without | Tim Potter | 2001-10-03 | 2 | -0/+7 | |
| | | | | | | | | knowing what you are doing! | |||||
| * | Ensure accessing NT member servers works with a Samba PDC. Don't | Jeremy Allison | 2001-10-03 | 4 | -8/+9 | |
| | | | | | | | | | | | | change these timestamp settings without good reason. Remove CLEAR_IF_FIRST flag is tdb is read-only. Jeremy. | |||||
| * | fix some possible memleaks and not tested reallocs spotted by Andreas Moroder | Simo Sorce | 2001-10-03 | 3 | -5/+14 | |
| | | ||||||
| * | fixed basic ucs2 operation on big endian boxes. Still a bit more to | Andrew Tridgell | 2001-10-03 | 1 | -5/+5 | |
| | | | | | | | | do, but at least you can connect now. | |||||
| * | set ACB_PWNOEXP by default on new accounts. | Andrew Tridgell | 2001-10-03 | 1 | -2/+2 | |
| | |