summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2002-06-062-4/+11
| | | | | | | they're only used there. Added a PRINTER_NOTIFY_VERSION constant. (This used to be commit 9d3933a59219388c209d8be4ae6decfa337d229f)
* Fixed out of date comment for _spoolss_rffpcnex()Tim Potter2002-06-061-4/+2
| | | | (This used to be commit 7d9b8c58a63cf20d00dd7cf88cfb82aed3a47d12)
* merge from 2.2Gerald Carter2002-06-051-4/+10
| | | | (This used to be commit ce2ddb70411b30a0d6b2d6dded13c3b94895c1dd)
* merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2002-06-052-2/+2
| | | | (This used to be commit df78e76e0b8e90430af37ce997bfc6b73c9d01d7)
* Spelling fix.Tim Potter2002-06-051-1/+1
| | | | (This used to be commit 39ec94bffe536de5950611d6e4b28621b6aff844)
* Store cache entry keys that have RID values in decimal to beTim Potter2002-06-051-6/+6
| | | | | consistent with other keys. (This used to be commit 1e5bdf974fb1e64b5f5b82e0e24eb97aeb229584)
* Remove blocksignals call as it's never going to bloody work right...Jeremy Allison2002-06-051-1/+0
| | | | | Jeremy. (This used to be commit db8932c297096e6e957677c4ed944e4c319db1d8)
* Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison2002-06-052-34/+82
| | | | | | | is being ignored on sighandler exit. This means we have to have a small array of fd's, not a single one. Jeremy. (This used to be commit b06862e2de8d3bafbc10a9807501ef5bf148a61c)
* Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list ofAndrew Bartlett2002-06-041-96/+141
| | | | | | | users/groups for better memory accounting. Andrew Bartlett (This used to be commit fe7c5efe91ab77784af9dbb56716170f4c6fd057)
* Store the key for a name to sid cache entry in upper case rather thanTim Potter2002-06-041-4/+12
| | | | | | | | | | whatever case the request was made in. This gets rid of duplicate cache entries. Also when doing a sid to name, prime the cache with the name to sid mapping result. We can't do the reverse as we don't know the correct case of the name to store in the cache. (This used to be commit f268b0d5fb811b364578b11a66ca69973717eea8)
* Fixed compiler warning.Tim Potter2002-06-041-1/+0
| | | | (This used to be commit 361afd241beeda033068c7f3a976f3f69fa2ac33)
* Fixed some formatting.Tim Potter2002-06-041-3/+4
| | | | (This used to be commit 25554b46ded273e8f4070f14661b691ccc9ddd17)
* Fix long list scrolling bug.Tim Potter2002-06-041-4/+3
| | | | | | | | Added some padding around the filter entry to make it look nicer. When resizing the window the scrolling list should get bigger/smaller not the filter entry widget. (This used to be commit f504be133cd9659163a609eb11a09a36e56166ee)
* Move session gathering routine back into session.c so it can be called eitherJim McDonough2002-06-032-53/+53
| | | | | in RAP or RPC environment. (This used to be commit 3eec0d64c7c4592d4f0d74108fb0be2b7a22bde6)
* Fix netsessenum RPC. Correctly respond with as much info as we can.Jim McDonough2002-06-031-5/+12
| | | | (This used to be commit c8781a3fdaa4d8cb81233582f29159ace7e436ac)
* Add user name to netsessenum RPC to stop 1783 messages. Also fix where ↵Jim McDonough2002-06-031-5/+13
| | | | | | username was sent as machine name. (This used to be commit 2b4a5b56664cf3c99682b64c0fc5e2ebebb749b7)
* Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-032-5/+9
| | | | (This used to be commit 18854bcd2df88ab49c263c86d111a50d83411885)
* Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough2002-06-031-0/+8
| | | | | | see any include file that is guaranteed to be here, so I'm defining it locally. Fixes AIX and Solaris builds. (This used to be commit ca6bb47c22385a2c32be6ac3f8d9ffbfda45359b)
* Added tdb_delete_by_string() function.Tim Potter2002-06-031-0/+14
| | | | (This used to be commit 0cd3952f408e2fcd2c833b9039dff4392ac16cf7)
* Removed unused function.Tim Potter2002-06-031-46/+0
| | | | (This used to be commit f7e75952306296b11a859f425ff5ec7082239dc2)
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-037-46/+30
| | | | | functions (This used to be commit 1cf3228fdc20f0314d1f8e71ad710a5e548b3f72)
* fixed some debug messagesAndrew Tridgell2002-06-031-2/+2
| | | | (This used to be commit 8b5ac00ac60135f83145c65425d7b33a751a15b4)
* Restrict anonymous checks for the SAMR pipe. This is done byTim Potter2002-06-031-0/+27
| | | | | | | | | | | returning access denied for a SAMR_CONNECT by an anonymous user which seems to be the way 2K does it rather than blocking individual RPC calls like NT. Also checked is the SAMR_GET_DOM_PWINFO rpc which for some reason doesn't require a policy handle to return information. No idea what it's actually used. (This used to be commit 40c68fa85c31c1baf7ba2c8ed62cd06c34711913)
* Move restrict anonymous checks into a general function calledTim Potter2002-06-032-18/+49
| | | | | | pipe_access_check(). Eventually this can take a security descriptor as an argument as well. (This used to be commit 8bbdc674afef32621bf473ba1af76bae7270b818)
* fixed a spelling mistakeAndrew Tridgell2002-06-031-1/+1
| | | | (This used to be commit 5a04ea1f0c41965bc735f38f4892dc37571734d6)
* added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell2002-06-031-7/+70
| | | | | | | | | Samba LDAP code. I have found using 'ldapsearch' rather frustrating, particularly with kerberos authentication. Using 'net ads search' makes it easier to track down ADS problems. (This used to be commit 55cad87424787fc5f140d307888f4c557dc2b345)
* Added getdompwinfo function.Tim Potter2002-06-031-0/+26
| | | | (This used to be commit b3b3e45583718e5b034f6c67609523f35753c1a8)
* Added cli_samr_get_dom_pwinfo() function.Tim Potter2002-06-031-46/+74
| | | | | Some reformatting. (This used to be commit d6dd7c7b14a4e3be4d7d435b6ac6bb8189070ff7)
* Removed unused variable.Tim Potter2002-06-031-1/+0
| | | | (This used to be commit a8b2e76c5b90d3dcd00f26462614f56936c13110)
* Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter2002-06-031-4/+0
| | | | (This used to be commit 2e25b5c3099e48869e83a1e03943d3cc2a875f24)
* The last element of the definitions of enums can't have a trailingTim Potter2002-06-021-1/+1
| | | | | comma. Only initialisers can have this in ANSI C. (This used to be commit b6119f583552425c2be30662e9325270a5dbf096)
* Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough2002-06-013-15/+142
| | | | | net file (This used to be commit fd938eca210602790c4d0e442f3aa9aa22b5fdf2)
* Update for new interface to netfileenumJim McDonough2002-06-011-1/+1
| | | | (This used to be commit c3921e36071a70ab9534fe92286b361aae2336b6)
* Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-013-8/+127
| | | | (This used to be commit 4b18a94590a25882f06f88c3c7dd1a08bf990044)
* More cleanup work preparing for SMB signing.Jeremy Allison2002-06-014-93/+109
| | | | | Jeremy. (This used to be commit 3c05f7c06fc8c45307ea75128b160a5945fc5197)
* Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-314-194/+206
| | | | | | client state to implement smb signing - this is a test at present. Jeremy. (This used to be commit a234e303558a25c4ea26b7f6788006e4fee651bf)
* Enable all net rpc share subcommands and autoselect transport.Jim McDonough2002-05-313-6/+58
| | | | (This used to be commit ebd07c3a295e3f8cd46441caac4dc8e8b178c2cc)
* Add netshareadd and netsharedel client side rpcJim McDonough2002-05-311-0/+81
| | | | (This used to be commit f37d85babf1061bb2b5ffdf96c72427f8ad5e832)
* Add fns for netshareadd and netsharedel rpcsJim McDonough2002-05-311-4/+46
| | | | (This used to be commit 4e317163858d8a7f65984a8a8507a459ac1515cc)
* Add error index to netshareadd rpc.Jim McDonough2002-05-311-0/+4
| | | | (This used to be commit ea55d470e485a0448428c60a12fbb4a42c6b2019)
* Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough2002-05-315-53/+271
| | | | | autoselect for this subcommand when appropriate. (This used to be commit 77418256d3162b41a672a25f7e512999f1193926)
* Update netfileenum to new api.Jim McDonough2002-05-311-1/+1
| | | | (This used to be commit 70f8adf297a3979230e425126cd5868972b1d17e)
* Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-314-144/+124
| | | | | | of files. This was done to better enable net rpc file. Perhaps we can start giving back real info this way, too. (This used to be commit b3fea72ee9abd2441a49c35442c54819e4ba16ba)
* Fixed crash bug in querydispinfo.Tim Potter2002-05-311-70/+62
| | | | | Some reformatting. (This used to be commit 612eae45ef7b0289e0c67b331d96a351fc567e5c)
* Return access denied for net_share_enum when restrict anonymous > 0Tim Potter2002-05-311-0/+17
| | | | (This used to be commit 5df1aa9f20ae2036848b7e46703bfd3a923d7b4f)
* Resurrect the 'restrict anonymous' parameter but make it an integer.Tim Potter2002-05-311-4/+4
| | | | | | | | It will have the same meaning as the RestrictAnonymous registry setting. See Q143474 and Q246261 for more details. (This used to be commit 2d2f6fcc559e90a5c7a761ec2860551f5eb86423)
* netfileenum was missing the username filter.Jim McDonough2002-05-312-1/+11
| | | | (This used to be commit 8fc3dba8bd99c55bef9ac137976dd35134a49342)
* Added netfileenum (sorry - no output though (-:) command.Tim Potter2002-05-302-0/+78
| | | | (This used to be commit 099b750b4ed8f04a1fd8a018508d412691e37df6)
* Added some comments for NTLMSSP negotiation flags.Tim Potter2002-05-301-4/+4
| | | | (This used to be commit 742413b2846af44ac43830f488c15c5c11c1cb27)
* merge from 2.2Gerald Carter2002-05-292-326/+332
| | | | (This used to be commit 65417ed341113a9624eada9a97ef0b9d66ca95c0)