Tim Potter
a6cb33c5bf
Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER and
...
*SMBSERV as per comments in loadparm.c
-
Tim Potter
2ff89e1ee8
Sync up sid types enum.
-
Tim Potter
30a1b517fc
Jelmer was really excited about copyrights this year.
-
Tim Potter
c9dfc35e95
Merge: add DFS error constant.
-
Tim Potter
39e1b6338f
Whitespace syncup.
-
Tim Potter
877fc6370e
Comment syncup.
-
Tim Potter
421940d4e9
Merge: ignore autogenerated file.
-
Tim Potter
ce0d4f8eaa
Merge from SAMBA_3_0: initialise return value in run_tcon_devtype_test()
-
Tim Potter
c2e5b37452
Added file from SAMBA_3_0 branch.
-
Jelmer Vernooij
15ab9f350c
Add document on contributing code to samba
-
Jelmer Vernooij
c9c8eccdba
Fix list of servers in 'smbclient -L' (debian bug #194553 , patch by Heine Larsen)
-
Volker Lendecke
55cdb6b878
Correctly initialize winbind auth method.
-
Jelmer Vernooij
83e3d4b4e7
Some minor fixes in language and content
-
John Terpstra
5875014169
Fix typos, update to sync HEAD and 3.0.0.
-
John Terpstra
a2501945cf
Update includes Jelmers' changes.
-
Volker Lendecke
9d2d570caa
Fix an insufficient alloc when querying alias members.
...
Volker
-
John Terpstra
03542544d4
Oh aye, another wee edit.
-
Andrew Tridgell
f59a99d8ef
installman needs to depend on installdirs, to fix parallel
...
build/install
-
Jelmer Vernooij
946192393d
Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon.
-
Jeremy Allison
0811acb957
Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
...
that file_find_dif will find them. Fixes a core dump in smbd/open.c.
Jeremy.
-
Jeremy Allison
0e2a47c1e6
More fixes for debug log to catch logic error.
...
Jeremy.
-
Gerald Carter
689576c242
fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unless we are trying to be an ADS DC
-
Gerald Carter
509232dd8d
sync LDAP schema with SAMBA_3_0
-
Gerald Carter
461af038d0
merging minor change from SAMBA_3_0 about which pdb modules to build
-
Gerald Carter
60c6bc9883
fix bug #108 ; sambaSambaAccount string attributes are case insensitive; don't try to change a string that only differs in case
-
Tim Potter
caaf082a1f
head(1) portability patch from Guenther Deschner.
-
John Terpstra
89e9ce8e67
Fix typo.
-
Gerald Carter
207186e1c8
fix for UNICODE plaintext passwords (bug #59 ) and fix smbclient to send the unicode plain text password if negoitated
-
John Terpstra
dbe711f0fa
A few small edits to the locking file.
-
Andrew Tridgell
a16415a6c9
we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprot
...
reply. Seems to have been broken for a long time!
-
Gerald Carter
a032c38ed4
really make sure to include the version in the lanman string; tested spnego using smbclient
-
Gerald Carter
2c19ba6104
better handling of --with-expsam (includes pdb_nisplussam now)
-
Gerald Carter
dd45758813
remove USE_SMBPASS_DB
-
Gerald Carter
ee63331256
remove WITH_TDB_SAM
-
Gerald Carter
0fc3fc0b7c
wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes
-
John Terpstra
41c4bc4b81
More edits - added example
-
Steve French
639a2a785a
Fix Linux cifs vfs mount helper parsing of slashes
-
Jeremy Allison
69a73a8702
FreeBSD5 ACL fix.
...
Jeremy.
-
Tim Potter
c4dd5a4203
Updates for AIX winbind client from Stephen Roylance.
-
John Terpstra
c2501d2c14
Fixups and more edits.
-
Simo Sorce
0d098df8b5
port fixes from 3.0
-
John Terpstra
b4ffc25fcc
More Edits.
-
Jeremy Allison
34b170a82c
Cope with cumulative permissions sets. This code is #ifdef'ed out at the
...
moment as I don't think cumulative permission sets make sense in POSIX even
though that's the way Windows works....
Jeremy.
-
Jeremy Allison
7e7077e9e3
Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug
...
in add groupmem code.
Jeremy.
-
Tim Potter
dd063a298f
Merge: clarify secure channel connection comment.
-
Tim Potter
bc71d7a4ab
Merge get_global_sam_name() from 3.0 to fix compile breakage.
-
Jeremy Allison
626116b738
Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.
...
Jeremy.
-
Jeremy Allison
ef2d5a9c0c
Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
...
the sa_mask to prevent valgrind complaints.
Jeremy.
-
Jeremy Allison
9202362ee1
Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.
...
Jeremy.
-
Jeremy Allison
0f7f762a1e
Ensure sys_adminlog code won't coredump with incorrect client params.
...
Jeremy.
-