Tim Potter
36f7d88edd
Merge from samba-3.0:
...
>Revision 1.8.2.33
>Fix error return path memory leaks in vampire code for creating users.
>
>Display an error if we can't create a posix account for the user
>(e.g no add user/machine script was specified; bug #323 ).
>Revision 1.8.2.32:
>Use opt_target_workgroup instead of lp_workgroup() in vampire code so
>we can override the value in smb.conf with the -w option.
>
>Migrating accounts from another domain can now be done like:
>
># bin/net join bdc -w nt4dom -Uadministrator%password
># bin/net rpc vampire -w nt4dom -U administrator%password
-
Tim Potter
fe7c8e3968
Merge from samba-3.0:
...
>Formatting fixups for help output.
-
Tim Potter
1befe17583
Merge from samba-3.0:
...
>Fix error message when calling namedtogid() fails adding a group map
>entry. Bug #431 .
-
Jelmer Vernooij
3d71340e5c
Remove obsolete files.
-
Alexander Bokovoy
d2fdc3955f
Back out --with-good-getgrouplist patch
-
Alexander Bokovoy
69b30ec077
Support for CAN-2003-0689 port from SAMBA_3_0
-
Tim Potter
2ac5ac4950
Remove tags file for distclean.
-
Tim Potter
a5656a5756
Remove another dead file.
-
Tim Potter
275bdc3ff5
Remove autogenerated file.
-
Tim Potter
a7bffe2095
Removed accidentally re-added file.
-
Gerald Carter
fa0d4ea150
merge from 3.0
-
Gerald Carter
b5c5a9dc76
remove references to 'strip dot'
-
Gerald Carter
04f8cbbca6
version.h is autogenerated now
-
Gerald Carter
8c27bfaa3f
add missing file from 3.0
-
Gerald Carter
3aaf65d297
another round of syncs for HEAD that I forget
-
Gerald Carter
1a9145015d
removing unused files
-
Gerald Carter
c17a7dc9a1
sync 3.0 into HEAD for the last time
-
Gerald Carter
c74c2903fb
syncing files
-
Gerald Carter
953ada1990
adding files from 3.0
-
Gerald Carter
d31b5df826
syncing examples
-
Gerald Carter
b2a36ae396
removing unneeded files
-
Gerald Carter
f7f8954ba4
syncing packaging files from 3.0
-
Gerald Carter
9374755ad3
syncing packaging files from 3.0
-
Gerald Carter
ccc2a0d384
syncing packaging files from 3.0
-
Gerald Carter
20c57840f8
adding missing files from 3.0
-
Gerald Carter
d5c32f8881
removing files not in 3.0
-
Gerald Carter
bca0bba209
syncing files from 3.0 into HEAD again
-
Gerald Carter
4729e9cd52
removing using_samba docs from samba cvs module (not are in a separate cvs module)
-
Simo Sorce
3101c236b8
port latest changes from SAMBA_3_0 tree
-
Gerald Carter
ae14f83643
connect to the right realm or domain for trusted AD domains
-
Gerald Carter
e66541d0e1
fix the build. Ifdef out some code
-
Gerald Carter
af0efeeccf
should not have been checked in. My fault
-
Gerald Carter
99feae7b5b
ading new files from 3.0
-
Gerald Carter
adb98e7b7c
trying to get HEAD building again. If you want the code
...
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE
-
Herb Lewis
142c54ca92
get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and instead
...
define it in SHLD for those systems that use CC for SHLD
-
Andrew Tridgell
d6de8e8a94
mark the HEAD branch as deprecated. Nothing that a determined
...
programmer can't work around, but hopefully enough that people will
notice that they should be using the 3.0 branch at the moment
-
Gerald Carter
69c84ad06b
initial version of idmap_ldap.c; lots of updates to come
-
Gerald Carter
6fb5bdb30e
* set winbind cache time to 5 minutes
...
* quit obsessing over the sequence number so much
* share the updated sequence number between parent
and child winbindd processes in dual mode
-
Richard Sharpe
30e1431e93
More changes to editreg to make it less tetchy.
-
Richard Sharpe
b049c2f66f
Some fixes for editreg.c, although I see that head seems broken ...
-
Eloy Paris
cd7494a196
Bringing packaging/Debian/* to a more recent state.
-
Jelmer Vernooij
fd16d47978
Setting account policy values is done using -C, not -V. Fixes bug #120
-
Jelmer Vernooij
45b0a63aba
Don't crash when doing command name completion. Fixes debian bug #194776
-
Jelmer Vernooij
df24c4e839
Fix the events API. Patch by metze with some minor modifications.
-
Jeremy Allison
6a4502b03b
Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
...
be applied to new ACE set calls. This is incorrect. Don't think this
has a bugzilla id.
Jeremy.
-
Tim Potter
587bd1b83d
Merge of NTLMSSP name type fix from 3.0
-
Tim Potter
e063c95bd5
Spelling.
-
Tim Potter
7f32b3f016
Merge of non-static initialisation fixes from 3.0
-
Tim Potter
34a0c7313a
Merge of cut and paste fix from 3.0
-
Jeremy Allison
a1fee6594e
It seems only NT4 does the VC == 0 session drop code.
...
Jeremy.
-