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.
-
Jelmer Vernooij
3d804efe76
Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
...
modules in auth/
-
Tim Potter
1cabd4ba04
Removed (incorrect) emacs mode setting. Use emacs' built in autoconf
...
mode instead of m4 mode.
-
Jeremy Allison
b6e7890017
Fix winbindd coredump. Remember to set a ** pointer to null before
...
searching and not finding otherwise we return a valid looking pointer
that was whatever crap was on the stack.
Jeremy.
-
Gerald Carter
d9fd4b8be3
readding reverted changes during idmap merge (noticed by Andrew b.)
-
Gerald Carter
59328b8c8a
fix group mapping in LDAP under new schema
-
Gerald Carter
d6ee6a2652
s/primaryGroupSID/sambaPrimaryGroupSID/
-
Gerald Carter
15676b50e1
ignore manpage.[refs|links]
-
Gerald Carter
5b6f22f7c9
perl script to convert from sambaAccount to sambaSamAccount; requires Net::LDAP::LDIF
-
Gerald Carter
a1326ea348
syncing LDAP schema changes with Samba_3_0
-
Tim Potter
080a943e24
Move some #ifdefs and function prototypes around to avoid a compiler
...
warning when we have a working version of snprintf()
-
Tim Potter
04e2fe104d
Fix pointer return bug in get_unix_attributes()
-
Tim Potter
249a697470
spelling
-
Tim Potter
6097b050d0
spelling
-
John Terpstra
f8762d3308
More info on Unix permissions.
-
Tim Potter
7149dc65c7
Add pythoncheck to make check target.
-
Tim Potter
b02ea3c137
Sync up with 3.0 version.
-
Jeremy Allison
e12934c67b
Fix compiler warnings.
...
Jeremy.
-
Gerald Carter
bd660f45df
fixing typos in debug statements
-
John Terpstra
75cb9a32f6
Added info on File and Directory info.
-