| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | added 'net rpc testjoin' and 'net ads testjoin' commands | Andrew Tridgell | 2002-08-05 | 3 | -20/+125 |
| * | Spelling fix. | Tim Potter | 2002-08-05 | 1 | -1/+1 |
| * | fixed wbinfo -t for netbiosless domains | Andrew Tridgell | 2002-08-05 | 1 | -1/+7 |
| * | I must have missed this when I was adding 'const' to these earlier... | Andrew Bartlett | 2002-08-05 | 1 | -1/+1 |
| * | Try to make this easier to debug - display the username that failed. | Andrew Bartlett | 2002-08-05 | 1 | -1/+1 |
| * | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 24 | -362/+629 |
| * | passwords where not checked (you cannot check if the same buffer differs from... | Simo Sorce | 2002-08-04 | 1 | -6/+18 |
| * | commented out strupper before key check against internal db, it's no good | Simo Sorce | 2002-08-04 | 1 | -1/+1 |
| * | Now that I got the function arguments sane, remove the silly (void **) casts | Andrew Bartlett | 2002-08-04 | 1 | -9/+9 |
| * | fixed a bug where we were truncating the returned names in a netbios | Andrew Tridgell | 2002-08-03 | 1 | -1/+1 |
| * | updates the log level parameter man section | Simo Sorce | 2002-08-03 | 1 | -3/+6 |
| * | fix log level, set a default, and also copy the value set in smb.conf into pa... | Simo Sorce | 2002-08-03 | 2 | -10/+13 |
| * | Fix length on mailslots. Looks like it should have been 0x17, not decimal 17. | Jim McDonough | 2002-08-02 | 1 | -1/+1 |
| * | Escape ampersand(&) to better comply to SGML syntax | Jelmer Vernooij | 2002-08-02 | 1 | -1/+1 |
| * | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 2002-08-02 | 16 | -7671/+3635 |
| * | Added connect, session_request, session_setup and tconx methods. | Tim Potter | 2002-08-02 | 1 | -21/+138 |
| * | Broke out unpacking of a username/password stored in a Python | Tim Potter | 2002-08-02 | 2 | -28/+74 |
| * | Merge of print notify fixes from APPLIANCE_HEAD. | Tim Potter | 2002-08-02 | 3 | -6/+27 |
| * | Fixed compiler warning. | Tim Potter | 2002-08-01 | 1 | -1/+1 |
| * | make sure we null terminate plaintext passwords | Andrew Tridgell | 2002-08-01 | 1 | -1/+1 |
| * | merge from SAMBA_2_2 | Gerald Carter | 2002-07-31 | 1 | -0/+154 |
| * | forgot to change the makefile system, sorry | Simo Sorce | 2002-07-31 | 2 | -12/+10 |
| * | Add the current working document on the interface to the tree that we have | Andrew Bartlett | 2002-07-31 | 1 | -0/+123 |
| * | Let everybody enjoy my new toy - make it the default! | Andrew Bartlett | 2002-07-31 | 1 | -2/+2 |
| * | Winbind updates! | Andrew Bartlett | 2002-07-31 | 9 | -51/+201 |
| * | Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, nor | Andrew Bartlett | 2002-07-31 | 1 | -18/+11 |
| * | fixed the length checking for plaintext passwords (thanks to andrewb | Andrew Tridgell | 2002-07-31 | 1 | -2/+11 |
| * | Don't accidenity mess with the wrong domain's sids. | Andrew Bartlett | 2002-07-31 | 1 | -2/+2 |
| * | fix debug, at idra's suggestion. | Andrew Bartlett | 2002-07-31 | 1 | -1/+1 |
| * | Only allow 'security=ads' when we HAVE_ADS. | Andrew Bartlett | 2002-07-31 | 1 | -0/+2 |
| * | support netbiosless search for the DC using ADS in the winbindd AUTH | Andrew Tridgell | 2002-07-31 | 1 | -58/+110 |
| * | fixed multi-line strings for portability | Andrew Tridgell | 2002-07-31 | 1 | -2/+2 |
| * | make sure we zero the unusued elements in a SID when parsing | Andrew Tridgell | 2002-07-31 | 1 | -0/+3 |
| * | added 'disable netbios = yes/no' option, default is no | Andrew Tridgell | 2002-07-31 | 2 | -2/+34 |
| * | fixed a net crash bug if we can't find a DC in a 'net rpc' command | Andrew Tridgell | 2002-07-31 | 1 | -0/+4 |
| * | added support for smbd listening on port 445 and 139. It now listens | Andrew Tridgell | 2002-07-31 | 4 | -47/+88 |
| * | the ads_connect() here doesn't need to actually succeed, as its only | Andrew Tridgell | 2002-07-31 | 1 | -3/+1 |
| * | make sure that 'net ads info' gives info on the server we specify, not | Andrew Tridgell | 2002-07-31 | 1 | -0/+4 |
| * | Remove VFS module build so RPMs can build for now. | John Terpstra | 2002-07-31 | 1 | -13/+13 |
| * | Fix the build for now.. | Jim McDonough | 2002-07-30 | 1 | -1/+1 |
| * | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which | Jim McDonough | 2002-07-30 | 6 | -5/+313 |
| * | net ads info now reports the IP of the LDAP server as well as its name - very... | Andrew Tridgell | 2002-07-30 | 4 | -4/+14 |
| * | this fixes plaintext passwords with win2000 | Andrew Tridgell | 2002-07-30 | 3 | -8/+10 |
| * | always include the (void) for void fns ... | Andrew Tridgell | 2002-07-30 | 1 | -1/+1 |
| * | a couple more minor tweaks. This now allows us to operate in ADS mode | Andrew Tridgell | 2002-07-30 | 2 | -4/+9 |
| * | 2nd try at a fix for netbiosless connections to a ADS DC. This also | Andrew Tridgell | 2002-07-30 | 1 | -31/+90 |
| * | removed a gratuitous standard_sub_basic() on the 'password server' | Andrew Tridgell | 2002-07-30 | 1 | -2/+0 |
| * | - if we are in ADS mode then avoid an expensive netbios lookup to find | Andrew Tridgell | 2002-07-30 | 1 | -7/+16 |
| * | OK! | Simo Sorce | 2002-07-30 | 13 | -560/+622 |
| * | Update a pile of Samba's SID lookup code to ensure: | Andrew Bartlett | 2002-07-30 | 2 | -75/+92 |