Volker Lendecke
d59a7bea6b
Merge from HEAD
-
Jelmer Vernooij
5310447ec6
Patch from Samuel Thibault to convert messages from dos to unix charset
...
when sending(and vice versa when receiving).
-
Jim McDonough
2e3710f672
use pstrcpy_base()
-
Volker Lendecke
62d5a78b02
Merge from HEAD
-
Jelmer Vernooij
eccb699811
Make swat use popt
-
Tim Potter
0308a0a112
Merge of compiler warning fixups.
-
Tim Potter
68b4052281
Merge of removal of py_samba.c
-
Tim Potter
f0ab1b6147
Merge new .cvsignore files.
-
Jeremy Allison
bf795b684e
lib/messages.c: Check return from chainlock before modifying message queue.
...
Apply the job returned limit across all requests for job queues.
Jeremy.
-
Herb Lewis
55681422e9
void function cannot return a value (besides the function called was
...
a void)
-
Jim McDonough
5078436d83
use strnlen to prevent coredumps
-
Jim McDonough
c5876f9f07
replace pstrcpy
-
cvs2svn Import User
6f94672d3d
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
-
Jelmer Vernooij
af7bfee0c6
Put in the new modules system. It's now used by passdb and rpc. I will
...
put a doc about it in dev-doc later today.
-
Volker Lendecke
f420320608
Merge from HEAD.
...
Volker
-
Volker Lendecke
5eaf9195ee
Add paramter 'ldap del only sam attr'.
...
This patch is heavily based on a patch by SuSE. Thanks
to Guenther Deschner <gd@suse.de> for providing it.
Volker
-
Volker Lendecke
52250e42a9
Fix typo.
...
Thanks to Guenther Deschner <gd@suse.de>
Volker
-
Volker Lendecke
70bf31e1b0
Fix typo.
...
Thanks to Guenther Deschner <gd@suse.de>
Volker
-
Jelmer Vernooij
52c2b2418d
Update alpha information
-
Jelmer Vernooij
65dbd07b30
Update alpha information
-
Jelmer Vernooij
3247b6be7a
Update to current situation - should we add SAM/GUMS/idmap?
-
Jelmer Vernooij
0038a31819
Update to current situation - there's nothing about SAM/GUMS/IDMAP in here
...
currently, should there be?
-
Jelmer Vernooij
051b33e98f
Fix some comment typos
-
Jelmer Vernooij
41ea416adb
Fix some comment typos
-
Jelmer Vernooij
a405788540
Regenerate
-
Volker Lendecke
12110a263b
merge from HEAD
-
Volker Lendecke
aa9b8382d3
Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)
-
Volker Lendecke
a5218499eb
If we fail, return an error code :-)
...
Volker
-
Tim Potter
54000fc3b0
GCC 3.x has deprecated multi-line string constants.
-
Tim Potter
74c1cd0040
Fix compiler warning.
-
Tim Potter
6326b0f0b4
Removed unused variable.
-
Tim Potter
57e5c2007b
Add function prototype.
-
Tim Potter
e69c061211
Remove py_samba.c experiment - it didn't work.
-
Volker Lendecke
da83d97eb5
Put group mapping into LDAP.
...
Volker
-
Volker Lendecke
f0f1518fc4
Put group mapping into LDAP.
...
Volker
-
Volker Lendecke
80bfa7efd6
Fix debug message not to use an uninitialized variable.
...
Volker
-
Martin Pool
ac6027884b
Add additional StrCaseCmp test cases.
...
Doc.
-
Volker Lendecke
71906a5b4e
Fix debug message not to use an uninitialized variable.
...
Volker
-
Martin Pool
a5a2cc9ae9
Add an STF module that defines the tests to be run by "make check".
-
Martin Pool
27c1626ae0
Get rid of "make check" targets that call nonexistent code.
...
Add in new ones that run STF, after setting up a PATH and
LD_LIBRARY_PATH that will let them find samba in the build directory.
LD_LIBRARY_PATH is probably not portable but without libtool I don't
know a portable way to do it. Perhaps the simple solution is just to
link these things statically?
-
Martin Pool
ef5bdb1700
A new STF test case! This one checks strcasecmp correctness for
...
various strings.
-
Martin Pool
00b1478822
Add the correct file :-( to ignore .po and .po32 files.
-
Martin Pool
a3f90cc6ab
Remove this .po file from the repository. I meant to add a cvsignore
...
file that ignored it, but I slipped.
-
Martin Pool
705db537c5
Ignore t_strcmp test case.
-
Martin Pool
9a8d50d45c
Ignore .po and .po32 files.
-
Martin Pool
e051789ac6
Run test 10000 times to make measurement easier.
-
Jeremy Allison
e619c50834
Doin't pstrcpy into fstring.
...
Jeremy.
-
Jeremy Allison
e8155fade6
Ensure dev in make_connection is const.
...
Jeremy.
-
Jeremy Allison
1c6ea31b8f
Ensure dev in make_connection is const.
...
Jeremy.
-
Jeremy Allison
f93c64b5ca
Removed unused var.
...
Jeremy.
-