summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Put back in BDC support in set_server_role(). Tidied up debugs.Tim Potter2002-08-221-8/+22
| | | | (This used to be commit 08d7d6ffa65568209e953a2834d263cf3537064e)
* We were returning incorrect flags in smb_action....Jeremy Allison2002-08-221-6/+9
| | | | | | IFSTEST strikes again :-). Jeremy. (This used to be commit 4e0a2564302bdb18087e395576208fa0f0c5c32e)
* More compile warnings.Tim Potter2002-08-221-0/+2
| | | | (This used to be commit 8303ff62609bd57af457bc1f1527c58657225fdf)
* Fix compile warnings.Tim Potter2002-08-222-7/+0
| | | | (This used to be commit e84f47a234d31e98b0dc28c51f3ec337458e48d1)
* Ensure we don't change to a user that we can't get an NT_TOKEN for.Andrew Bartlett2002-08-221-0/+4
| | | | (This used to be commit 9416289b571b1c838239e5342bb6148041ab681b)
* fix for difference in strsep and strtok semanticsHerb Lewis2002-08-221-0/+1
| | | | (This used to be commit 51e0a4adc7c6cc09e53003726b31201a091e9f35)
* Spelling fixes.Tim Potter2002-08-222-6/+6
| | | | (This used to be commit 24fa84bda49a3a77fbc092652a0b6b132f06ff7c)
* get the access check in addform() correct this time.Gerald Carter2002-08-221-111/+94
| | | | | | Needed to modify OpenPrinter() to store the access granted to on the print server handle as well. (This used to be commit 08b3f9688c6c3c83ad8949e6346d8fab5e563df4)
* fix a few segfaultsGerald Carter2002-08-222-7/+7
| | | | (This used to be commit ccb02f7cfcec4a555cf7304816c739f4bf7b46f0)
* Make samsync use poptAndrew Bartlett2002-08-221-1/+1
| | | | (This used to be commit 6aa7aa00f32c2d6512029eb603f9087ce6c98bf9)
* A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett2002-08-222-12/+10
| | | | | | | try to keep to functions inside libsmbclient. Andrew Bartlett (This used to be commit 340bc31fdb031d79fa87de27c2c46215dd8113a3)
* Move commentAndrew Bartlett2002-08-221-2/+3
| | | | (This used to be commit 009b331182b1338e07968388004f5d44b835e7f5)
* Fixed IFSTEST errors with OpenParams... more to go.Jeremy Allison2002-08-221-9/+9
| | | | | Jeremy. (This used to be commit 31a0c4ac33e89be4a27ff697dd3850fe6578e75f)
* Added README written by Jelmer - thanks!Tim Potter2002-08-211-0/+48
| | | | (This used to be commit f639eb3817b9edf421dc103394428d607857a0bb)
* fix segfaultGerald Carter2002-08-211-5/+5
| | | | (This used to be commit 982eadf73bb3932ec3ac89c6112a8bf79dbec127)
* NETLOGON NetServerAuthenticate3 include and parser fileJean-François Micouleau2002-08-212-12/+110
| | | | | J.F. (This used to be commit 2f68d6f5ec925f07a387f784db6de0cfbaa53278)
* More hacks for 'guest account' to get it to show up with the right rid...Andrew Bartlett2002-08-211-1/+12
| | | | | Andrew Bartlett (This used to be commit 2795d92268d23063faf5a661279a91f7703d8aac)
* Add tridge's backtrace script - it should at least work for systems withAndrew Bartlett2002-08-212-1/+16
| | | | | | | gdb.... Andrew Bartlett (This used to be commit 7cb080559eaf39fb0afd6d846bf56715f1303801)
* Fix longstanding bug in Win2k clients by clearing the shortnameJeremy Allison2002-08-211-0/+5
| | | | | | buffer before returning ascii short name. Jeremy. (This used to be commit d01bbd42ff043d9fb0dc40dc4e207da8df0c9c14)
* Document -v optionJelmer Vernooij2002-08-212-12/+27
| | | | (This used to be commit a8936762967643a935ae45f468ad70e206406190)
* Replaced reference to global_myworkgroup by calls to lp_workgroup().Volker Lendecke2002-08-211-6/+5
| | | | | | | | pdbedit failed to initialize global_myworkgroup, wo we could end up having a SID for SECRETS/SID/ in secrets.tdb. Volker (This used to be commit 8c96ab4bc05e55e119c1b44779fe14d3ab6c5f35)
* This is like jht's (abortive) patch for showing only non-default testparmAndrew Bartlett2002-08-211-4/+6
| | | | | | | options. Andrew Bartlett (This used to be commit 4cd822d9e4e5f35a47b0837bfa73c8a457e6cc85)
* Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij2002-08-216-2/+24
| | | | (This used to be commit addf29e6765393b25c35bd833d29e29e4581c233)
* pdbedit needs global_myname to be set in order to display theVolker Lendecke2002-08-211-1/+12
| | | | | | | user SIDs correctly. Volker (This used to be commit 287b7bda11100c42f2cdea36a20a81f6ea397f43)
* global_myname is a pstring, not an fstringVolker Lendecke2002-08-211-1/+1
| | | | (This used to be commit 2df34c9bfc76ee832e5005a2ad0ff0b6abb98034)
* Add changes suggested by abartlet:Jelmer Vernooij2002-08-211-1124/+1205
| | | | | | | - don't use lp_passwd_file() to retrieve NIS domain name, but use location instead - some cleanups (This used to be commit 16f4568f35c753ec0ab0a0dda2b264668f5ac5ab)
* document nisplus samJelmer Vernooij2002-08-212-2/+7
| | | | (This used to be commit debf77cd3a7a48ad833255c42917d7e7660d3d15)
* Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdbVolker Lendecke2002-08-211-1/+55
| | | | | | | Print domain SID on 'net rpc info' Volker (This used to be commit 12fd889a3f0e3eeeb27a51cdd7f648a59083f2ba)
* just comment typosVolker Lendecke2002-08-211-15/+15
| | | | (This used to be commit 169e784f4829ef356ed6232ace950d43cac1d467)
* Fix debug level initialization for net.cVolker Lendecke2002-08-213-2/+3
| | | | | Volker (This used to be commit 5af5326f1311a49d3c8316e1dcc27037b831065a)
* Cope with non-unix accounts - we just won't get the groups for those users.Andrew Bartlett2002-08-211-2/+4
| | | | | Andrew Bartlett (This used to be commit 7cad7814555645aa3bee95fb48fbd694e6a9e313)
* Use the 'init' flag to determine if the UID is set, rather than testing theAndrew Bartlett2002-08-211-2/+5
| | | | | | | uid for -1. Andrew Bartlett (This used to be commit 2fc12864ae78ea08d8cb4e3b1c7e341ca4a854e6)
* Fix pam_smbpass to always check the return value of pdb_getsampwnam() toAndrew Bartlett2002-08-211-3/+6
| | | | | | | | | determine if the user exists. (from post on samba-technical) Andrew Bartlett (This used to be commit b43304c2aa406267ef157dd0ac59319d6c494ce4)
* Handle wrap-around on this number by making it unsigned.Andrew Bartlett2002-08-211-1/+1
| | | | | | | (Wrapping to zero does not create problems in this cache) Andrew Bartlett (This used to be commit c58e3d5c7d78dd02584b1490a27f7007e11b8712)
* implemented lock and mknodSimo Sorce2002-08-212-16/+207
| | | | | addedd to vfstest the possibility to read a file to imput a stream of commands (This used to be commit 233b14f447994db8fdb4448d19eff0c38c17254d)
* addform fix from SAMBA_2_2Gerald Carter2002-08-211-17/+29
| | | | (This used to be commit db286e66ec4788b40e279fd230b2013f311e44ec)
* fix typosSimo Sorce2002-08-201-2/+2
| | | | | thanks Josef Zlomek (This used to be commit fb32fd99b9878db2bacf0588d30fd5f1f37dbfd7)
* pdb_nisplus converted to the new passdb system API'sJelmer Vernooij2002-08-202-559/+586
| | | | (This used to be commit 72e9a5cd340d6a912e274dc0d6f2a22a922d4b03)
* IFSTEST fixes for open fid, nametoolong.Jeremy Allison2002-08-203-11/+30
| | | | | Jeremy. (This used to be commit e53a81261ed189881c0f07e1b46f97aa6770cab7)
* The "max data count" value in SMB transacts indicates how much the other end canShirish Kalele2002-08-201-1/+1
| | | | | | | send us. As it stands, we incorrectly set it to the number of bytes we are sending. Correcting this by setting a static value of 1024 (This could even be something larger). Improves RPC client performance. (This used to be commit b0bd42c9466f41dc87a11fd6065620f93c8ebc40)
* some fixesJelmer Vernooij2002-08-201-24/+1
| | | | (This used to be commit e0c61b31050a3e3fdec2c47c80ef34de3ec73e04)
* fix typoJelmer Vernooij2002-08-201-1/+1
| | | | (This used to be commit 71e2b41c77cc3128c6cb6e68b7ddbe2213274805)
* fix irix compile errors - cannot initialize array in declaration statementHerb Lewis2002-08-202-3/+10
| | | | | with non-const values - strsep not defined (This used to be commit a5c59b2cd10016ecbd931531602ad1cb3660bbf9)
* Remove unused variablesJelmer Vernooij2002-08-201-16/+3
| | | | (This used to be commit 20f1765c32b2dd048e1572cd1b1e490459f7d5dc)
* Don't report missing "-valid"Jelmer Vernooij2002-08-201-1/+1
| | | | (This used to be commit f9018f4560c205033d25e6294534be4b7a79f6c1)
* fix generating protos for smbwrapperHerb Lewis2002-08-201-1/+1
| | | | (This used to be commit 92408c822033c9d0e604d9696cf629d4665aa9ee)
* Update generated version of manpagesJelmer Vernooij2002-08-203-750/+1160
| | | | (This used to be commit 724f368bbac97b7d47d5986408d8937f3e7ee15c)
* New (simpler) documentation system.Jelmer Vernooij2002-08-2043-13515/+111
| | | | (This used to be commit d3b8ad67fc32c097d5aa783744192197cb3b3f26)
* Strip URL stuff, not only ending in .htmlJelmer Vernooij2002-08-201-1/+1
| | | | (This used to be commit 8bb4843f20c58bcf423bade3342beea61f2b35f7)
* Remove (broken) indexJelmer Vernooij2002-08-203-6/+2
| | | | | don't use underscores in chaptor names (invalid sgml syntax) (This used to be commit 7864aeb9694a72090425f15e1512f56e32b20588)