summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-08-15*** empty log message ***Simo Sorce2-88/+176
2002-08-15Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough2-31/+98
2002-08-15The unknown_0 field in a CREATE_USER2 reply is the access granted.Tim Potter1-1/+1
2002-08-14added comment about a new specversion seen from client.Gerald Carter1-0/+2
2002-08-14unresolved symbols fix for pam_smbpass from Steve L.Gerald Carter1-10/+3
2002-08-12Use byteorder.h macrosJim McDonough1-45/+9
2002-08-12Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can'tJeremy Allison1-10/+13
2002-08-12Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough1-2/+11
2002-08-12Allow ADS PDC to existJim McDonough1-2/+2
2002-08-12Add lib/util_uuid.c to build.Jim McDonough1-1/+1
2002-08-12Code to generate uuids for ADS setups. Uses our random generator butJim McDonough1-0/+108
2002-08-12Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselectJim McDonough1-9/+40
2002-08-12Add lsa 0x2e (queryinfo2) client sideJim McDonough2-0/+99
2002-08-12Add RESOLVE_DFSPATH to mkdir operations in HEAD.Shirish Kalele1-0/+2
2002-08-12Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough1-29/+46
2002-08-12Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough2-0/+69
2002-08-11Merge some usage info from APPLIANCE_HEAD.Tim Potter1-0/+3
2002-08-11Merge of case fixes from APPLIANCE_HEAD.Tim Potter1-5/+5
2002-08-11Add indent argument to put function name and type on same line -Jelmer Vernooij1-1/+1
2002-08-11Update CodingSuggestions to include 'indent' arguments for the samba codingJelmer Vernooij1-2/+14
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett12-26/+16
2002-08-10Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett6-34/+60
2002-08-08one line merge from APP_HEADGerald Carter1-1/+1
2002-08-08delete printer driver fix from APP_HEADGerald Carter1-14/+37
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter6-136/+244
2002-08-08Samba dependency hell claim's another victim...Andrew Bartlett3-839/+824
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter5-0/+236
2002-08-07Hmm, had too many objects added last time in the nmbd changes. Don'tJim McDonough1-2/+1
2002-08-07Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett3-836/+848
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