1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

11606 Commits

Author SHA1 Message Date
Gerald Carter
4c92994dfd uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) -
Richard Sharpe
882799ca11 More minor edits to add features ... -
Gerald Carter
c2580e15d6 fix byte ordering when using CIDR notation in hosts allow/deny; spotted by Eloy Paris -
Volker Lendecke
408a94b64d Survive a samdump with an alias that has no description
Volker
-
Jelmer Vernooij
571e14bd07 Add notes on Japanese charsets from Monyo -
Jelmer Vernooij
381f75134a Regenerate docs -
Jelmer Vernooij
13a4cd540a Regenerate docs -
Jelmer Vernooij
aee2c48c72 Always use DSSSL stylesheet -
Jelmer Vernooij
c7f18b38e6 Fix syntax errors -
Jelmer Vernooij
934dbcb1ae Update SGML layout. -
Jelmer Vernooij
0a55ff6738 Fix syntax errors -
John Terpstra
c1dea19852 Edits in progress. -
Simo Sorce
6393105bda seem that someone changed the semanthic of unix_strlower without fixing all
places where it was used, this caused me segfaults in the last week :(

add more debugging in idmap to chase down a problem
-
John Terpstra
f75624dad4 Small edits. -
John Terpstra
c77c4e57dc Adding Mimir's edits. -
Richard Sharpe
410451f947 More updates ... -
Richard Sharpe
22d1819011 Updates to editreg.c to provide more functionality ...
Hopefully more coming ...
-
Alexander Bokovoy
eefe0322e2 Fix typos -
Andrew Bartlett
b12164729d I've changed 'net rpc join', so I should doco it...
Andrew Bartlett
-
Alexander Bokovoy
63767ab985 Fix a typo spotted when working on PDF version -
Jeremy Allison
ec82e8e9f4 Fixes to make SCHANNEL work against a W2K DC. Still need to fix
multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC.
Jeremy.
-
Jelmer Vernooij
502f332345 Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reported
by Stephen D. Roylance)
-
Jelmer Vernooij
17243c61b5 Only use backtrace variables when we can use them -
Jelmer Vernooij
84fba11ff0 Check for -1 not EOF as return value of poptGetNextOpt -
Andrew Bartlett
8ba6148c69 Fix segfault by getting this the right way around -
Andrew Bartlett
015924491e Up the debug level for the second run of the test (client side) -
Andrew Bartlett
0048a81abe We changed 'net' so change the torture tests that use it. -
Andrew Bartlett
87f491d6a6 Adjust comment to respect change to no longer use unixsam by default... -
Andrew Bartlett
c98bbc7507 This code is no longer referenced - moved to the new libsmb/ldap.c
Andrew Bartlett
-
Andrew Bartlett
3d2d19b910 Expand this magic number into the #defines it is made up of. -
Andrew Bartlett
3bdbd320b0 Add some static and #ifdef DEVELOPER -
Andrew Bartlett
3fdddade0f Put this comment in a better place... -
Andrew Bartlett
aeaa60c843 NTSTATUS strings are much more use than raw numbers... -
Andrew Bartlett
6e6b7b79ed Store the type of 'sec channel' that we establish to the DC. If we are a
workstation, we have to use the workstation type, if we have a BDC account,
we must use the BDC type - even if we are pretending to be a workstation
at the moment.

Also actually store and retreive the last change time, so we can do
periodic password changes again (for RPC at least).

And finally, a couple of minor fixes to 'net'.

Andrew Bartlett
-
Andrew Bartlett
c7dc0b27ac Make this code actually compile (--with-ldapsam).
This might not actually be the 'right way' to do this, but it's better to
have it compile...

Andrew Bartlett
-
Jelmer Vernooij
89048748ae Add torture to everything.. -
Jelmer Vernooij
4477954696 Don't build the torture progs in 'make all' -
Jeremy Allison
adeac265a0 Fix mem leak. Spotted by tpot (thanks Tim).
Jeremy.
-
Andrew Bartlett
119a1c276a Cause the winbind auth module to call the ntdomain module if winbind is not
running.

This causes Samba not to contact the NT domain controller if Winbind is there,
but the user had the wrong password.

Andrew Bartlett
-
Jeremy Allison
dda94e3731 Tested on Win2k, now I think I know what success/fail means in fdsess test.
Jeremy.
-
Alexander Bokovoy
297ffdb21a Fix smb.conf.5.xml and friends:
addressable IDs should be specified at section level, not in titles or it does not work with both HTML and PDF generation (for former one link is created but target does not).
-
Jelmer Vernooij
8df9ab2fcf Fix build of VFS modules statically (we used Makefile variables before setting them) -
Alexander Bokovoy
ef005d1a94 Final touch:
1. Move preloadmodules.xml to Security section
2. Fix lpqcachetime.xml from Printing section
-
Alexander Bokovoy
fac3d67f71 Final bits of smb.conf(5) are converted! -
John Terpstra
3cd0b160e1 Applying updates from Rafal (mimir) and from DAvid Lechnyr. -
Alexander Bokovoy
b4cf8a641d Fix some minor typos -
Alexander Bokovoy
43f8ae4613 Convert another group of options in Misc section -
Alexander Bokovoy
a690ff1f8a Convert another group of options in Misc section -
Tim Potter
0a87d668a0 Typo in comment. -
Tim Potter
38efab087c Add string message for WERR_SERVER_UNAVAILABLE. -