1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

10002 Commits

Author SHA1 Message Date
Jelmer Vernooij
9ea7440ac4 Convert to popt -
Jelmer Vernooij
4fc8f1d3f2 Initial updating of Diagnosis -
Jelmer Vernooij
675226f1a1 Update status of docs - some more manpages are now up-to-date -
Jelmer Vernooij
1a06235f18 Update manpages - make ready for 3.0 -
Richard Sharpe
7eb89ba467 Add the changes to change the SIDs ...
You must make two passes over NTUSER.DAT, one for the OWNER SID and one for
GROUP SID.

I have not tested this yet ... that is, I have not tried to use this on
a Win2K etc server.
-
Richard Sharpe
dbc608ba7e Add more. Parse SIDs on the command line ... soon will actually mod the
SecDescs in the NTUSER.DAT ...
-
Richard Sharpe
26857be78c Fix a problem with spaces vs tabs -
Richard Sharpe
095af10ff2 Revert that stupid one line change. -
Richard Sharpe
59735a5aac Fix small typo ... -
Richard Sharpe
daefe52a56 Add more code to the profiles program and add Makefile.in support. -
Tim Potter
bd64de3716 Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuff
generates some errors we haven't seen before which are inappropriately
logged at level 0.
-
Jeremy Allison
d05b147fb3 Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy.
-
Jelmer Vernooij
6c442fe5c9 Add initial upgrading doc (doesn't contain much currently)
Start using more entities
-
Jim McDonough
6ec5dce698 Re-enable use of existing kerberos tickets. -
Jeremy Allison
9e47aa32ed Check the long_archi name is not null.
Jeremy.
-
Jelmer Vernooij
a82dbb3c22 add smb_load_modules() to load a list of modules - does this function look ok ? -
Volker Lendecke
54115fd16f search & replace doesn't always work reliably :-)
Volker
-
Richard Sharpe
322151509c 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 ...
-
John Terpstra
4cfa542520 Another Buchan Milne patch that escaped the last commit. -
John Terpstra
ce5a708454 Applied Buchan Milne's patches. -
Jelmer Vernooij
ff10786c9d Rerun autoconf -
Jim McDonough
00d4e5c67b Fix build. Don't use BSD setenv. Use POSIX putenv.
Jeremy, it wasn't me!!!!!!
-
Jelmer Vernooij
86eb0a25b1 use sys_dlopen instead of dlopen (thanks to jra for noticing) -
Tim Potter
6945e89e2d Fix boog in argument list for nt_create_andx. -
Jelmer Vernooij
125c2fea55 The locking description in this doc is outdated - note that -
Jelmer Vernooij
a8d2dd8d00 - Remove RTLD_GLOBAL
- make smb_load_module() return the return value of init_module()
-
Andrew Tridgell
732bc4519f added a timegm() function for systems that don't have it -
Jelmer Vernooij
4d1206be52 Add init_module_function typedef for new module system -
Jelmer Vernooij
b5d05d3ec6 Add initial vesion of new module system -
John Terpstra
f50b2c854e Not sure why this is here - so off it goes. -
John Terpstra
e55e4c8dd6 Adding Buchan Milne's updates from HEAD. -
John Terpstra
d816c35c1d Adding Buchan Milne's updates. -
John Terpstra
d134d66f98 Added Buchan Milne's DESTDIR patch. -
Jelmer Vernooij
94647051ad Add autom4te.cache (used by newer autoconfs) -
Jelmer Vernooij
5bd2c390e8 We also support security = server -
Jelmer Vernooij
752ef9463d 2.2 was the previous release - don't talk about it like it's current -
Jelmer Vernooij
c11b611bac Small markup fixes -
Jelmer Vernooij
932b364de7 -E doesn't take arguments -
Jelmer Vernooij
706a87e774 Sync with actual changes -
Andrew Bartlett
5c4967c70d Fix a nice little memory leak in our uid changing code.
Andrew Bartlett
-
Tim Potter
3a7f8a568e Added close and unlink functions. -
Jeremy Allison
78df2c916a Fix fd leak with kernel change notify.
Jeremy.
-
Jelmer Vernooij
522b7470a3 Fix typo (-s -> -S) -
Jelmer Vernooij
257a1ff880 Update info on ldap suffix (thanks metze) -
Jelmer Vernooij
85eeb8870f document ldap suffix -
Volker Lendecke
5c0869be32 Implement 'net maxrid'. Needed to find the maximum current rid to
set 'algorithmic rid base' correctly after a 'net rpc vampire'.

Volker
-
John Terpstra
73c28c527d Remove make_printerdef from binary install process. -
Jelmer Vernooij
8c15db105a Fix bug in '-d' -
Andrew Bartlett
3418da1645 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
-
Andrew Bartlett
b0d5745bb5 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
-