summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-08-19Added comment about our implementation of the trans2Tim Potter1-1/+6
2002-08-19fix typo auth/auth_server.cJelmer Vernooij2-5/+1
2002-08-19fixed memory corruption in cli_full_connection()Andrew Tridgell1-2/+1
2002-08-19the SMBD_SELECT_TIMEOUT_WITH_PENDING_LOCKS macro isn't needed any moreAndrew Tridgell1-1/+0
2002-08-19print out the GUID in the CLDAP replyAndrew Tridgell1-12/+11
2002-08-19make rpcclient use print_guid()Andrew Tridgell1-9/+2
2002-08-19added a generic print_guid utility, and get the byte order handingAndrew Tridgell1-0/+15
2002-08-19make IRIX happySimo Sorce1-10/+14
2002-08-19IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison1-0/+12
2002-08-19we now parse the cldap reply and print its contents. There are aAndrew Tridgell1-4/+82
2002-08-19remove 'admin log' parameter (discussed with Jeremy)Jelmer Vernooij2-10/+0
2002-08-19we now receive and parse the main cldap netlogon reply.Andrew Tridgell3-15/+91
2002-08-19Add script to find undocumented smb.conf optionsJelmer Vernooij1-0/+43
2002-08-19added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell4-1/+132
2002-08-19added wrapper for delete_printer_data() that write the printer out to disk.Gerald Carter1-7/+15
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