summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* add support for the "value,OID" format described in MSDN.Gerald Carter2002-08-191-1/+31
| | | | | I've not seen this on a real network, but we support it now :-) (This used to be commit 1ed6f68f6f29e1a62b12764ec5e84de8351efbd3)
* Added comment about our implementation of the trans2Tim Potter2002-08-191-1/+6
| | | | | | SMB_FILE_INTERNAL_INFORMATION possibly causing the failure of one of the IFSKIT tests. (This used to be commit ca73d24307fcf60e4b7bfe574287b2a84c5d86c8)
* fix typo auth/auth_server.cJelmer Vernooij2002-08-192-5/+1
| | | | | remove unused 'max packet' and 'packet size' options (This used to be commit 6a787a695db65688916464a9b0e2a9024b131eee)
* fixed memory corruption in cli_full_connection()Andrew Tridgell2002-08-191-2/+1
| | | | (This used to be commit 7c2167182becbf72ba062230e911d55d337a4709)
* the SMBD_SELECT_TIMEOUT_WITH_PENDING_LOCKS macro isn't needed any moreAndrew Tridgell2002-08-191-1/+0
| | | | (This used to be commit 341bb9fb78a2e750f05a902e020ba352e26ca030)
* print out the GUID in the CLDAP replyAndrew Tridgell2002-08-191-12/+11
| | | | (This used to be commit 8aae10bcdc05fca4e0281ac91a7679c60b791534)
* make rpcclient use print_guid()Andrew Tridgell2002-08-191-9/+2
| | | | (This used to be commit f2c48cadb22256564f2ddaa5169812c7c4383ec5)
* added a generic print_guid utility, and get the byte order handingAndrew Tridgell2002-08-191-0/+15
| | | | | right (This used to be commit ec2c17c56f06e122868b2a55bc7c292106ad3911)
* make IRIX happySimo Sorce2002-08-191-10/+14
| | | | (This used to be commit bac73fa972c24503f12968810059745c81fa57a9)
* IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison2002-08-191-0/+12
| | | | | Jeremy. (This used to be commit 81eacd926bd1f7054522351e1bd24a2192dcbbc1)
* we now parse the cldap reply and print its contents. There are aAndrew Tridgell2002-08-191-4/+82
| | | | | couple of unknown fields we still need to work out. (This used to be commit 67b4dbd5c9f2665d5e6157b8cd522ebff4b8a4ea)
* remove 'admin log' parameter (discussed with Jeremy)Jelmer Vernooij2002-08-192-10/+0
| | | | | remove 'alternate permissions' parameter (deprecated and not used since 2.0) (discussed with tridge) (This used to be commit 6e34651591d1de3293b239195078778ba1d0e565)
* we now receive and parse the main cldap netlogon reply.Andrew Tridgell2002-08-193-15/+91
| | | | | we still need to parse the core of the structure (This used to be commit 6780ae25bf7ca291f612682dec7ee7ff44c24bef)
* Add script to find undocumented smb.conf optionsJelmer Vernooij2002-08-191-0/+43
| | | | (This used to be commit 77152b4033f13abcdb86c7835f3112fa422a420d)
* added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell2002-08-194-1/+132
| | | | | | win2000 server. It does seem to work, and win200 sends us a valid reply, but we don't parse it yet. Maybe tomorrow :) (This used to be commit 6352508c54cee333ed7c0e3ebc372be7cd60ed62)
* added wrapper for delete_printer_data() that write the printer out to disk.Gerald Carter2002-08-191-7/+15
| | | | (This used to be commit 113d960d77fc9e3671a448d093237ced25c2e18c)
* change notify fix left out of merge by APP_HEAD by accidentGerald Carter2002-08-191-1/+2
| | | | (This used to be commit a413ff8b494e63b42fab213f12b44df6a5f0c34c)
* should make all platforms happy with poptSimo Sorce2002-08-191-1/+1
| | | | (This used to be commit 778985527ccf0f29f74b53d65c909de0d08a96f6)
* Add 'conf' command to load different smb.conf filesJelmer Vernooij2002-08-191-4/+22
| | | | (This used to be commit 9b4deb1e0f36968bf9b83120b12e6692b20df9d4)
* O_NOFOLLOW does not exist on solaris 8 ??Simo Sorce2002-08-181-0/+4
| | | | (This used to be commit 4280300d80d831b78ca50a0a4325b9e239a8bb63)
* round lock timeouts in lockingX upwards to multiples of 1 second, so aAndrew Tridgell2002-08-181-1/+1
| | | | | half second timout rounds to 1 not 0 (This used to be commit 282a64b085162a58560175d14e7ceaef3d6cc9cc)
* added exact timing semantics on blocking locksAndrew Tridgell2002-08-182-12/+27
| | | | (This used to be commit aed32eb412cab7f6d0959f9faaaebdb320b2b6a8)
* nicer locking timeout testAndrew Tridgell2002-08-181-2/+7
| | | | (This used to be commit 2307869798c99f75d2624bb3c144e780e358a3c9)
* improvements and bugfixSimo Sorce2002-08-181-17/+71
| | | | | | open calls now understands flags and mode bug on read (This used to be commit 751d057713a3fa8a5a141eaed4e8401e7802cfc9)
* A new utility to test VFS system and modulesSimo Sorce2002-08-187-30/+1508
| | | | | | | | | | | | | Just now it is acommandline tool like smbclient and rpcclient that is able to perform operations on the file system passing through the vfs layer It is not complete yet, some functions have simply faked up data, but module loading works yet and basic operations too. Thanks to Eric Lorimer for helping out with the initial setup. Simo. (This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
* * Fix DeletePrinterDataEx() to work with arbitrary registry keysGerald Carter2002-08-182-53/+173
| | | | | | | | | | | | | | | | * Fix delete_all_printer_data() to accept a key name for partial tree deletions * Fix EnumPrinterKey() to work with subkeys * Fix DeletePrinterKey() to work with ful or partial registry trees * Fix get_printer_subkeys() to return a list of unique keynames ( some were getting added twice due to subkeys names ) * fix a couple of typos for good measure (This used to be commit b6ceb8c2e50b7fcdc614a3b6782db05b60689a85)
* make the LOCK1 test randomise the time for the blocking lock testAndrew Tridgell2002-08-181-1/+1
| | | | (This used to be commit 28d325227c9b7ab48a47df006204319b21f7e7f7)
* be a bit more paranoid about not getting duplicate domain names (canAndrew Tridgell2002-08-181-2/+8
| | | | | | happen when the LDAP call to get the flatname for the primary domain fails) (This used to be commit 8d40f34e2f5188f15f414e807d023bfea7bd8c8e)
* fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter2002-08-182-2/+2
| | | | (This used to be commit 8799d4f7ccf3b3767c155d29f15cecd142d0db99)
* fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter2002-08-183-58/+99
| | | | | Works on the top level. Needs more testing for levels > 1. (This used to be commit 32a7083843f2bf9a3f32027189dbb0ff92927cd4)
* * small formatting fixesGerald Carter2002-08-181-57/+79
| | | | | | * Fix EnumPrinterKey() to enumerate all printer keys ( this will break if we have more than one level deep of printer keys ) (This used to be commit e72184ce13a5645dc1e1a137468207270ed20ed6)
* fixed up a few commentsGerald Carter2002-08-181-64/+2
| | | | | removed now unused getprinterdata)printer() function (This used to be commit 2d5e4cdc3a4128c6747350d8f66b783218045ce2)
* * fix Get/SetPrinterDataEx() to work with printer key otherGerald Carter2002-08-182-119/+218
| | | | | | | | than SPOOL_PRINTERDATA_KEY * created an internal set/get_printer_dataex() call for reuse in Set/GetPrinterData() (This used to be commit 4eb8ffba032971cf83a0fcec7ca3730b4ded0bf0)
* get the error code right in case of a blocking lock timeout.Andrew Tridgell2002-08-171-1/+1
| | | | (This used to be commit 01d35694ae0497ee11a7677eecc597336e6b59ca)
* amazing! we've had a reversed comparison in our blocking lock codeAndrew Tridgell2002-08-171-1/+1
| | | | | | | since 1998 and nobody noticed. It means that sometimes smbd would sit there forever, and smbd would never get the timing part of blocking locks right. (This used to be commit 5d4df58b6d4de548d8aa0a49ec307dce7cd1515a)
* preparing for release of 3.0-alpha19Samba Release Account2002-08-171-1/+1
| | | | (This used to be commit 227472286f479bddfac7ea958b779fc4459a9e1e)
* preparing for release of 19Samba Release Account2002-08-171-1/+1
| | | | (This used to be commit be5a649ed4c06aa1ffb709f1d3ff8ed26919bf1c)
* Update indent arguments, they're now correct.Jelmer Vernooij2002-08-171-1/+1
| | | | (This used to be commit 7f2d506bab0b649f707a25dec856639b18eee625)
* * the printing code should now be back to the working state it wasGerald Carter2002-08-173-57/+58
| | | | | | | | | | | before the swap from NT_PRINTER_PARAM to REGISTRY_VALUE. * XxxPrinterDataEx() functions have not been expanded to support keys other than SPOOL_PRINTERDATA_KEY yet * fixed apparent long standing bug regarding the dependentfiles list in the DRIVER_INFO struct (This used to be commit d59b0eb1236cf5bb9371030a94eb60d4131c15fb)
* Change which session key we negotiate. This uses the NT-based session key thatAndrew Bartlett2002-08-171-1/+1
| | | | | | | | | we previously expected, rather than the LM based key. A Win2k SPNEGO enabled join goes a *lot* further with this option on. Andrew Bartlett (This used to be commit b224938e4e843288630cdc7c3c3931b241bd0e1a)
* Quick hack to get around the inadequacy of pdb_smbpasswd. This should make theAndrew Bartlett2002-08-171-1/+1
| | | | | | | build farm happy again, and allow the 'guest account' to be added to smbpasswd. Andrew Bartlett (This used to be commit 5e5cd2874527dd9a213c4bfcf98a425c39f3f2e2)
* Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett2002-08-175-101/+176
| | | | | | | | | | | 'system_smbd.c' file, where it can link with become_root() and unbecome_root(), and therefore avoiding some nasty 'it workes on linux' bugs. (The replacement function is implemented in terms of initgroups(), which is naturally only avaliable to root). Andrew Bartlett (This used to be commit a91018dd026be3db473bb1cf1f4981295f9758e4)
* Add const.Andrew Bartlett2002-08-171-1/+1
| | | | (This used to be commit fb28abd120310a591bdf5fa1afc5521443c3d34c)
* Add 'const'.Andrew Bartlett2002-08-171-1/+1
| | | | (This used to be commit 8955f3d63a9d9e5da76331996fba42dc105737da)
* Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett2002-08-172-22/+0
| | | | | | | | | | actually work. Also, the idea of 'loopback winbind' isn't that bad an idea anyway (potential PDC/BDC applications). Given all that, remove it... Andrew Bartlett (This used to be commit fc0d6e53fce1d05b16ec58c0bdc38aa8da4422c0)
* The idea of this function is not to touch the argument, so make it const too...Andrew Bartlett2002-08-171-1/+1
| | | | (This used to be commit 8a63fe45058b15c15d79e15387e908564cfe5c2d)
* Rework the 'guest account get's RID 501' code again...Andrew Bartlett2002-08-173-47/+58
| | | | | | | | | | | This moves it right into the passdb subsystem, where we can do this in just one (or 2) places. Due to the fact that this code can be in a tight loop, I've had to make 'guest account' a 'const' paramater, where % macros cannot be used. In any case, if the 'guest account' varies, we are in for some nasty cases in the other code, so it's useful anyway. Andrew Bartlett (This used to be commit 8718e5e7b2651edad15f52a4262dc745df7ad70f)
* fix seg fault in _spoolss_enumprinterkey after changes...Gerald Carter2002-08-172-19/+30
| | | | | add SPOOL_PNPDATA_KEY define (This used to be commit cdaa3f55e1fcc38b1d7a63d502a9fea3b92bf193)
* Return access granted in create_user2.Tim Potter2002-08-161-3/+1
| | | | (This used to be commit 8ebc295f4a487993474390e0686d2aa9313be8d1)
* fix small bug in enumprinterdataex due to my changes (still more lurkingGerald Carter2002-08-161-1/+3
| | | | | though). (This used to be commit 2feb89601fc45dea13fe45a55a9c058726a5de84)