1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

11045 Commits

Author SHA1 Message Date
Gerald Carter
a84f1e7535 regenerate docs
(This used to be commit 2215dc37e2)
2003-01-16 02:21:51 +00:00
John Terpstra
c13988ff22 More notes added.
(This used to be commit 0406b78623)
2003-01-16 00:33:17 +00:00
Jeremy Allison
d5c4685336 Add mutex protection around auth calls.
Jeremy.
(This used to be commit ea4fe9baad)
2003-01-16 00:27:27 +00:00
Tim Potter
f167d37bcd Merge of holding pattern stuff from HEAD.
(This used to be commit bf8bb62023)
2003-01-15 23:32:47 +00:00
Gerald Carter
d7ed1e1362 s/WIFSIGNALLED/WIFSIGNALED/g
(This used to be commit dc6cda5951)
2003-01-15 23:11:57 +00:00
Gerald Carter
1c9aee8599 missed a file
(This used to be commit 1df9f3e259)
2003-01-15 22:52:54 +00:00
Gerald Carter
6bee3a353a do not use RCS variables in file
(This used to be commit 6d73927221)
2003-01-15 22:37:28 +00:00
Gerald Carter
2a85f0cf33 syncing docs with HEAD
(This used to be commit d8fe70c3b4)
2003-01-15 22:29:27 +00:00
Tim Potter
3a5a415988 Remove debugging stmt.
(This used to be commit d74382ccfe)
2003-01-15 22:20:16 +00:00
Tim Potter
ba41aa6863 Sync up compiler warning fixes.
(This used to be commit 225182a3a3)
2003-01-15 22:18:33 +00:00
John Terpstra
f7592a60d4 and another comment.
(This used to be commit 60d1fe38bd)
2003-01-15 21:46:25 +00:00
John Terpstra
181632fd93 dded further comment.
(This used to be commit 094726d84d)
2003-01-15 21:42:18 +00:00
Richard Sharpe
056e963e93 Remove a wayward file.
(This used to be commit ef59740060)
2003-01-15 21:35:36 +00:00
John Terpstra
9259758fe9 Adding Win2K profile info.
(This used to be commit 7b9aa0008b)
2003-01-15 21:26:07 +00:00
John Terpstra
2ef46a51e5 Adding more notes.
(This used to be commit 2649a21c93)
2003-01-15 20:46:13 +00:00
John Terpstra
458c5b13c3 Added note about Win2Pro RK.
(This used to be commit 60b19241a5)
2003-01-15 20:08:25 +00:00
Gerald Carter
bbcfb3164c playing janitor for tpot; remove holding pattern
(This used to be commit c8e77809ad)
2003-01-15 19:08:23 +00:00
Gerald Carter
99cdb46208 *lots of small merges form HEAD
*sync up configure.in
*don't build torture tools in make all
*make sure to remove torture tools as part of make clean
(This used to be commit 0fb724b321)
2003-01-15 18:57:41 +00:00
Gerald Carter
35fa2e5975 sync up ignored files from HEAD
(This used to be commit 787830782c)
2003-01-15 17:40:09 +00:00
Gerald Carter
0e15bf6f6a winbindd merges from HEAD
(This used to be commit 8bd91a50d4)
2003-01-15 17:39:47 +00:00
Gerald Carter
4242eda183 merging some rpcclient and net functionality from HEAD
(This used to be commit 7a4c874842)
2003-01-15 17:22:48 +00:00
Herb Lewis
6999ff1d48 initialize acct_ctrl variable before it is used
remove ldap_msgfree(result); as result is unitialized at this point
(This used to be commit 1102a6f8cd)
2003-01-15 16:41:29 +00:00
Gerald Carter
e4819ee88b more unused files
(This used to be commit d223ea87ae)
2003-01-15 16:32:06 +00:00
Gerald Carter
c9fce34d00 remving more unused files
(This used to be commit e3f9b68dee)
2003-01-15 16:29:38 +00:00
Gerald Carter
9eeab10e54 [merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
(This used to be commit 25a9681ddd)
2003-01-15 16:10:57 +00:00
John Terpstra
3300eb086e First set of Profile Manipulation Notes.
(This used to be commit 49685e0fe3)
2003-01-15 16:07:24 +00:00
Gerald Carter
4fc9f53ddb removing unused files from release branch
(This used to be commit 4ff6f99040)
2003-01-15 14:52:23 +00:00
cvs2svn Import User
04412fea45 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 619877ce03) 2003-01-15 12:52:39 +00:00
Andrew Bartlett
58fe4d9c20 Refactor the NTLMSSP code again - this time we use function pointers to
eliminate the dependency on the auth subsystem.  The next step is to add
the required code to 'ntlm_auth', for export to Squid etc.

Andrew Bartlett
(This used to be commit 9e48ab86da)
2003-01-15 12:52:38 +00:00
Andrew Bartlett
3095cbd635 Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdup
instead.

Andrew Bartlett
(This used to be commit c781e34d27)
2003-01-15 12:48:06 +00:00
Andrew Tridgell
eb6312af9f added cli_lsa_enum_account_rights() call. Note that this is in
principal similar to the existing cli_lsa_enum_privsaccount() call,
except that cli_lsa_enum_account_rights() doesn't require a call to
open_account first. There is also the minor matter that
cli_lsa_enum_account_rights() works whereas
cli_lsa_enum_privsaccount() doesn't!

this call can be used to find what privileges an account or group
has. This is a first step towards proper privileges support in Samba.
(This used to be commit 65bac11d71)
2003-01-15 07:40:40 +00:00
Andrew Bartlett
0a8b4417bc Fix warnings by getting the function into a shape the autoprototyper will
read, and add a static.

Andrew Bartlett
(This used to be commit 919889de78)
2003-01-15 05:56:12 +00:00
Andrew Bartlett
10abfb3f87 Crash fixes:
- fix a crash when a second NTLMSSP session tried to free the first
 - fix a crash due to some NULL pointers in the Add Printer Wizard (or read
   printer code too it appears).  As far as I can tell it's just that the
   GUID just might not exist.

Andrew Bartlett
(This used to be commit 51b1413056)
2003-01-15 05:55:22 +00:00
Martin Pool
ec894b5695 One more from waitpid() audit: Correctly interpret waitstatus when a
child fails.  Possibly this was causing smbmount to exit(0) when it
really should have indicated a failure.
(This used to be commit 1e33083fe6)
2003-01-15 05:27:33 +00:00
Martin Pool
3710ea2223 Run autoheader
(This used to be commit 82e4bb598c)
2003-01-15 05:23:40 +00:00
Martin Pool
ac4869ad2a Fix bug where the existence of config.cache would cause functions like
yp_get_default_domain to be misdetected.

According to the autoconf manual we need to check for libraries before
looking for functions in them.
(This used to be commit 468c487df4)
2003-01-15 05:00:04 +00:00
Herb Lewis
70025a9b52 IRIX uses libns_winbind.so instead of libnss_winbind.so
(This used to be commit 04adfa001b)
2003-01-15 01:07:09 +00:00
Herb Lewis
a84db36fae IRIX uses libns_winbind.so instead of libnss_winbind.so
(This used to be commit 50adb8cc10)
2003-01-15 01:05:35 +00:00
Gerald Carter
74d4198a9c [merge] removing unused variable and unused file
(This used to be commit 099e844571)
2003-01-14 23:55:14 +00:00
Gerald Carter
55b8c949aa removing unused variable and unused file
(This used to be commit c8266011b7)
2003-01-14 23:52:42 +00:00
Andrew Bartlett
bc11f19051 Fix some debug lines, and add a bit more info to help track down ldap
connectivity problems.

Andrew Bartlett
(This used to be commit 68de9a5920)
2003-01-14 23:45:14 +00:00
Gerald Carter
e42b5aa888 merge: disable [u|g]idPool objects
(This used to be commit 4c98700e54)
2003-01-14 16:03:27 +00:00
Gerald Carter
05edd278c2 make -i flag work lik eit did in 2.2
(This used to be commit 54b054c1ed)
2003-01-14 15:52:45 +00:00
Gerald Carter
90a2412642 make -i flag work lik eit did in 2.2
(This used to be commit 5d821c0e23)
2003-01-14 15:52:14 +00:00
Andrew Bartlett
619f9400c0 Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output,
and probably SWAT too..

Andrew Bartlett
(This used to be commit 1df808ac89)
2003-01-14 10:47:56 +00:00
Andrew Bartlett
f9c61aef05 Merge from HEAD:
Keep all the const warnings in one place, by adding a utility function to
make the TDB_DATA.
(This used to be commit 7d52f011e7)
2003-01-14 10:39:32 +00:00
Andrew Bartlett
27b7e51a3c Merge from HEAD:
- fstring/pstring mixups
 - the detection code that found them (disabled)
 - a bit of whitespace
 - a static

Andrew Bartlett
(This used to be commit 9b70fa868e)
2003-01-14 08:53:59 +00:00
Andrew Bartlett
d645041d63 Merge from HEAD:
- remove useless #else
 - signed/unsigned fixes
 - use an fstring for LM hash buffer.

Andrew Bartlett
(This used to be commit c0fb53c31f)
2003-01-14 08:26:54 +00:00
Andrew Bartlett
61b65aad13 Merge from HEAD - eliminated unused arguments.
Andrew Bartlett
(This used to be commit 6dd474d845)
2003-01-14 07:49:15 +00:00
Andrew Bartlett
212077afa2 Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.
Andrew Bartlett
(This used to be commit 2a1adb8f81)
2003-01-14 07:26:12 +00:00