summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-08-17Update indent arguments, they're now correct.Jelmer Vernooij1-1/+1
2002-08-17* the printing code should now be back to the working state it wasGerald Carter3-57/+58
2002-08-17Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett1-1/+1
2002-08-17Quick hack to get around the inadequacy of pdb_smbpasswd. This should make theAndrew Bartlett1-1/+1
2002-08-17Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett5-101/+176
2002-08-17Add const.Andrew Bartlett1-1/+1
2002-08-17Add 'const'.Andrew Bartlett1-1/+1
2002-08-17Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett2-22/+0
2002-08-17The idea of this function is not to touch the argument, so make it const too...Andrew Bartlett1-1/+1
2002-08-17Rework the 'guest account get's RID 501' code again...Andrew Bartlett3-47/+58
2002-08-17fix seg fault in _spoolss_enumprinterkey after changes...Gerald Carter2-19/+30
2002-08-16Return access granted in create_user2.Tim Potter1-3/+1
2002-08-16fix small bug in enumprinterdataex due to my changes (still more lurkingGerald Carter1-1/+3
2002-08-16Fairly large change to printing code.Gerald Carter6-951/+669
2002-08-16Return the error if get_group_domain_entries() fails.Andrew Bartlett1-1/+3
2002-08-16Make the 'guest account' always have a RID of DOMAIN_USER_RID_GUEST.Andrew Bartlett1-6/+20
2002-08-16Re-add the last empty item to the NTLMSSP info list, but this time do itJim McDonough1-3/+4
2002-08-16Add some const to the 'in' paramaters for these functions.Andrew Bartlett1-2/+2
2002-08-16Fix segfault in the new NTLMSSP code. jmcd: can you look at this - whatAndrew Bartlett1-3/+2
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter7-5/+299
2002-08-15The unused variable was actually needed. The correct fix is to moveTim Potter1-1/+1
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter2-2/+5
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter1-30/+23
2002-08-15Removed unused variable.Tim Potter1-1/+0
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