summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-08-19change notify fix left out of merge by APP_HEAD by accidentGerald Carter1-1/+2
2002-08-19should make all platforms happy with poptSimo Sorce1-1/+1
2002-08-19Add 'conf' command to load different smb.conf filesJelmer Vernooij1-4/+22
2002-08-18O_NOFOLLOW does not exist on solaris 8 ??Simo Sorce1-0/+4
2002-08-18round lock timeouts in lockingX upwards to multiples of 1 second, so aAndrew Tridgell1-1/+1
2002-08-18added exact timing semantics on blocking locksAndrew Tridgell2-12/+27
2002-08-18nicer locking timeout testAndrew Tridgell1-2/+7
2002-08-18improvements and bugfixSimo Sorce1-17/+71
2002-08-18A new utility to test VFS system and modulesSimo Sorce7-30/+1508
2002-08-18* Fix DeletePrinterDataEx() to work with arbitrary registry keysGerald Carter2-53/+173
2002-08-18make the LOCK1 test randomise the time for the blocking lock testAndrew Tridgell1-1/+1
2002-08-18be a bit more paranoid about not getting duplicate domain names (canAndrew Tridgell1-2/+8
2002-08-18fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter2-2/+2
2002-08-18fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter3-58/+99
2002-08-18* small formatting fixesGerald Carter1-57/+79
2002-08-18fixed up a few commentsGerald Carter1-64/+2
2002-08-18* fix Get/SetPrinterDataEx() to work with printer key otherGerald Carter2-119/+218
2002-08-17get the error code right in case of a blocking lock timeout.Andrew Tridgell1-1/+1
2002-08-17amazing! we've had a reversed comparison in our blocking lock codeAndrew Tridgell1-1/+1
2002-08-17preparing for release of 3.0-alpha19Samba Release Account1-1/+1
2002-08-17preparing for release of 19Samba Release Account1-1/+1
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