summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-08-07Add 'const' to the function prototypes to match the recent commit.Andrew Bartlett1-2/+2
2002-08-07Add some more const :-)Andrew Bartlett1-3/+3
2002-08-07Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett5-7/+7
2002-08-06Ooops...forgot to put this in with the new nmbd samlogon response code.Jim McDonough1-1/+2
2002-08-06Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough3-11/+127
2002-08-06Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough4-10/+171
2002-08-06Try to bind with LDAPv3 if possible.Andrew Bartlett1-7/+19
2002-08-06Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett1-1/+1
2002-08-06fixed 'net ads chostpass' for new ads structuresAndrew Tridgell1-1/+11
2002-08-06when using netbios lookup methods make sure we try any BDCs even ifAndrew Tridgell1-9/+21
2002-08-06fixed a memory corruption bug in ads_try_dns()Andrew Tridgell1-3/+3
2002-08-06Compile fix for new cli_lsa_enum_trust_dom() argument list.Tim Potter1-2/+2
2002-08-06fixed a memory corruption bug in the wins codeAndrew Tridgell1-1/+1
2002-08-05added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell3-20/+125
2002-08-05Spelling fix.Tim Potter1-1/+1
2002-08-05fixed wbinfo -t for netbiosless domainsAndrew Tridgell1-1/+7
2002-08-05I must have missed this when I was adding 'const' to these earlier...Andrew Bartlett1-1/+1
2002-08-05Try to make this easier to debug - display the username that failed.Andrew Bartlett1-1/+1
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell24-362/+629
2002-08-04passwords where not checked (you cannot check if the same buffer differs from...Simo Sorce1-6/+18
2002-08-04commented out strupper before key check against internal db, it's no goodSimo Sorce1-1/+1
2002-08-04Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett1-9/+9
2002-08-03fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell1-1/+1
2002-08-03fix log level, set a default, and also copy the value set in smb.conf into pa...Simo Sorce2-10/+13
2002-08-02Fix length on mailslots. Looks like it should have been 0x17, not decimal 17.Jim McDonough1-1/+1
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter16-7671/+3635
2002-08-02Added connect, session_request, session_setup and tconx methods.Tim Potter1-21/+138
2002-08-02Broke out unpacking of a username/password stored in a PythonTim Potter2-28/+74
2002-08-02Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter3-6/+27
2002-08-01Fixed compiler warning.Tim Potter1-1/+1
2002-08-01make sure we null terminate plaintext passwordsAndrew Tridgell1-1/+1
2002-07-31Add the current working document on the interface to the tree that we haveAndrew Bartlett1-0/+123
2002-07-31Let everybody enjoy my new toy - make it the default!Andrew Bartlett1-2/+2
2002-07-31Winbind updates!Andrew Bartlett9-51/+201
2002-07-31Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett1-18/+11
2002-07-31fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell1-2/+11
2002-07-31Don't accidenity mess with the wrong domain's sids.Andrew Bartlett1-2/+2
2002-07-31fix debug, at idra's suggestion.Andrew Bartlett1-1/+1
2002-07-31Only allow 'security=ads' when we HAVE_ADS.Andrew Bartlett1-0/+2
2002-07-31support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell1-58/+110
2002-07-31fixed multi-line strings for portabilityAndrew Tridgell1-2/+2
2002-07-31make sure we zero the unusued elements in a SID when parsingAndrew Tridgell1-0/+3
2002-07-31added 'disable netbios = yes/no' option, default is noAndrew Tridgell2-2/+34
2002-07-31fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell1-0/+4
2002-07-31added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell4-47/+88
2002-07-31the ads_connect() here doesn't need to actually succeed, as its onlyAndrew Tridgell1-3/+1
2002-07-31make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell1-0/+4
2002-07-30Fix the build for now..Jim McDonough1-1/+1
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough6-5/+313
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell4-4/+14