1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
Commit Graph

9991 Commits

Author SHA1 Message Date
Jeremy Allison
5593892caf Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy.
(This used to be commit d05b147fb3)
2002-10-31 23:41:02 +00:00
Jelmer Vernooij
2d62bd5248 Add initial upgrading doc (doesn't contain much currently)
Start using more entities
(This used to be commit 6c442fe5c9)
2002-10-31 22:00:20 +00:00
Jim McDonough
69a2042dc6 Re-enable use of existing kerberos tickets.
(This used to be commit 6ec5dce698)
2002-10-31 19:20:33 +00:00
Jeremy Allison
0e2eedb268 Check the long_archi name is not null.
Jeremy.
(This used to be commit 9e47aa32ed)
2002-10-31 18:43:05 +00:00
Jelmer Vernooij
fb6c6ec09e add smb_load_modules() to load a list of modules - does this function look ok ?
(This used to be commit a82dbb3c22)
2002-10-31 18:08:45 +00:00
Volker Lendecke
bf1ec6db99 search & replace doesn't always work reliably :-)
Volker
(This used to be commit 54115fd16f)
2002-10-31 17:34:49 +00:00
Richard Sharpe
094166151b Add a small utility that can print out the SEC DESCs in NTUSER.DAT.
This is an early, messy version of the code, but it illustrates what can
be done. It currently only prints the Owner SID, Group SID, and Perms and
SID from each ACE.

Once more work is done, it could actually walk the SEC DESCs and ACEs and
change the SIDS ...
(This used to be commit 322151509c)
2002-10-31 17:27:47 +00:00
John Terpstra
0af30d452d Another Buchan Milne patch that escaped the last commit.
(This used to be commit 4cfa542520)
2002-10-31 04:17:29 +00:00
John Terpstra
c5ac569180 Applied Buchan Milne's patches.
(This used to be commit ce5a708454)
2002-10-31 04:16:26 +00:00
Jelmer Vernooij
bfcbdaf933 Rerun autoconf
(This used to be commit ff10786c9d)
2002-10-30 19:23:22 +00:00
Jim McDonough
b1598ff699 Fix build. Don't use BSD setenv. Use POSIX putenv.
Jeremy, it wasn't me!!!!!!
(This used to be commit 00d4e5c67b)
2002-10-30 18:18:25 +00:00
Jelmer Vernooij
9dcba81933 use sys_dlopen instead of dlopen (thanks to jra for noticing)
(This used to be commit 86eb0a25b1)
2002-10-30 17:50:36 +00:00
Tim Potter
44637311ea Fix boog in argument list for nt_create_andx.
(This used to be commit 6945e89e2d)
2002-10-30 14:52:53 +00:00
Jelmer Vernooij
7727a368f1 The locking description in this doc is outdated - note that
(This used to be commit 125c2fea55)
2002-10-30 12:50:47 +00:00
Jelmer Vernooij
04d21551e1 - Remove RTLD_GLOBAL
- make smb_load_module() return the return value of init_module()
(This used to be commit a8d2dd8d00)
2002-10-30 12:07:49 +00:00
Andrew Tridgell
809f740166 added a timegm() function for systems that don't have it
(This used to be commit 732bc4519f)
2002-10-30 12:03:40 +00:00
Jelmer Vernooij
567d1d7c21 Add init_module_function typedef for new module system
(This used to be commit 4d1206be52)
2002-10-30 12:01:19 +00:00
Jelmer Vernooij
1f40ad5813 Add initial vesion of new module system
(This used to be commit b5d05d3ec6)
2002-10-30 11:52:36 +00:00
John Terpstra
d85f752d1e Not sure why this is here - so off it goes.
(This used to be commit f50b2c854e)
2002-10-30 04:04:00 +00:00
John Terpstra
684e8ff0bc Adding Buchan Milne's updates from HEAD.
(This used to be commit e55e4c8dd6)
2002-10-30 03:54:19 +00:00
John Terpstra
a207251c2f Adding Buchan Milne's updates.
(This used to be commit d816c35c1d)
2002-10-30 03:50:23 +00:00
John Terpstra
0d929993c8 Added Buchan Milne's DESTDIR patch.
(This used to be commit d134d66f98)
2002-10-30 03:29:01 +00:00
Jelmer Vernooij
0a57b3ef8e Add autom4te.cache (used by newer autoconfs)
(This used to be commit 94647051ad)
2002-10-29 21:46:36 +00:00
Jelmer Vernooij
4b493932ec We also support security = server
(This used to be commit 5bd2c390e8)
2002-10-29 16:20:06 +00:00
Jelmer Vernooij
f7a98a2fec 2.2 was the previous release - don't talk about it like it's current
(This used to be commit 752ef9463d)
2002-10-29 16:19:32 +00:00
Jelmer Vernooij
2b7b29e915 Small markup fixes
(This used to be commit c11b611bac)
2002-10-29 16:18:10 +00:00
Jelmer Vernooij
159f2b01f8 -E doesn't take arguments
(This used to be commit 932b364de7)
2002-10-29 16:16:37 +00:00
Jelmer Vernooij
2e88956deb Sync with actual changes
(This used to be commit 706a87e774)
2002-10-29 16:12:57 +00:00
Andrew Bartlett
7c9923c9f6 Fix a nice little memory leak in our uid changing code.
Andrew Bartlett
(This used to be commit 5c4967c70d)
2002-10-29 08:21:40 +00:00
Tim Potter
64c6fd21c1 Added close and unlink functions.
(This used to be commit 3a7f8a568e)
2002-10-29 04:39:33 +00:00
Jeremy Allison
608985f7ea Fix fd leak with kernel change notify.
Jeremy.
(This used to be commit 78df2c916a)
2002-10-28 22:04:47 +00:00
Jelmer Vernooij
70e52f29ea Fix typo (-s -> -S)
(This used to be commit 522b7470a3)
2002-10-28 19:57:33 +00:00
Jelmer Vernooij
d4525fc8f6 Update info on ldap suffix (thanks metze)
(This used to be commit 257a1ff880)
2002-10-28 19:54:11 +00:00
Jelmer Vernooij
c00776d0ea document ldap suffix
(This used to be commit 85eeb8870f)
2002-10-28 19:24:48 +00:00
Volker Lendecke
68026338e9 Implement 'net maxrid'. Needed to find the maximum current rid to
set 'algorithmic rid base' correctly after a 'net rpc vampire'.

Volker
(This used to be commit 5c0869be32)
2002-10-28 12:55:22 +00:00
John Terpstra
106ec982d5 Remove make_printerdef from binary install process.
(This used to be commit 73c28c527d)
2002-10-27 00:04:13 +00:00
Jelmer Vernooij
cca032f1cd Fix bug in '-d'
(This used to be commit 8c15db105a)
2002-10-26 14:49:30 +00:00
Andrew Bartlett
991f6ddac6 One more step towards to better PDC.
This patch, from "Stefan (metze) Metzmacher" <metze@metzemix.de> implements an
LDAP connection cache.  This removes the quite silly situation where every
single passdb operation involved a new LDAP connection.

The hope is that this will give us a decent performance boost in some usrmgr
related activities, and in the sid->name/sid->uid code.

The remaining things I think are 'todo' for pdb_ldap (in the near term) are:
 - intergrate volker's next_rid patch for NUA accounts,
 - add a 'trust ldap ids' option (remove Get_Pwnam() hit on enumerations).
 - put the group mapping actually into ldap
 - Schema fixes and do utf8 conversion
 - server failover (try a second server for the rebind on fail)
 - ensure we block between an 'add' and the ldap master replicating to our
   local slave (mezte found this issue, kills domain joins)

Andrew Bartlett
(This used to be commit 3418da1645)
2002-10-26 01:47:38 +00:00
Andrew Bartlett
dbfc2f42a2 Make sure that we always return False if the password change never returns.
(A stuck 'unix passowrd sync' was gettting reported as 'success', causing
all sorts of fun)

Andrew Bartlett
(This used to be commit b0d5745bb5)
2002-10-26 00:59:21 +00:00
Andrew Bartlett
185a232ae0 Updates to winbind's PAM client and server - make the debug logs
work a bit better for password changing.

Andrew Bartlett
(This used to be commit 425782ba32)
2002-10-26 00:55:14 +00:00
Jeremy Allison
3103303d2a Fix problem where an fd would be left open for every printer queue.
Jeremy.
(This used to be commit 997c234e15)
2002-10-26 00:29:21 +00:00
Gerald Carter
71f34ddabd PURGE_PRINTER fix from APP_HEAD
(This used to be commit 8af12875b0)
2002-10-25 22:17:29 +00:00
Jelmer Vernooij
bea0b200c8 Fix memory leak (patch by Steve Langasek)
(This used to be commit 06362586cb)
2002-10-25 02:37:11 +00:00
Jelmer Vernooij
5b90fdc6bb Only run free_private_data when it's specified (reported by Steve Langasek aka vorlon)
(This used to be commit 9efa98b4a6)
2002-10-25 00:36:28 +00:00
Jelmer Vernooij
af09297cbc Document -P and -V (patch from Guenther Deschner <gd@suse.de>)
(This used to be commit 5845f17c92)
2002-10-24 13:30:45 +00:00
Jeremy Allison
158ae87aa9 Reverted a fix from Volker (sorry). We need to move this fix to the correct
place.
Jeremy.
(This used to be commit e46e38beab)
2002-10-23 22:23:39 +00:00
Jelmer Vernooij
d63afcf97a Move OID documents to web module
(This used to be commit 3de1a82962)
2002-10-23 15:29:35 +00:00
Andrew Tridgell
e53b7d6496 much simpler code to choose a DC to contact in winbindd. We now always
choose the server that has the most bits in common in its IP with one
of our interfaces.
(This used to be commit 31774dce67)
2002-10-23 03:37:51 +00:00
Jeremy Allison
b064077145 Debug level 12 is a typo.
Jeremy.
(This used to be commit 4d9b205362)
2002-10-23 01:55:40 +00:00
Jeremy Allison
7689a9c969 First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
This is not 100% the same as what SuSE shipped in their Samba, there is
a crash bug fix, a race condition fix, and a few logic changes I'd like to
discuss with Andreas. Added Andreas to (C) notices for posix_acls.c
Jeremy.
(This used to be commit a81d700ae9)
2002-10-23 01:22:45 +00:00