summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-03-20Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij3-13/+33
2003-03-20use pstrcpy_base()Jim McDonough1-1/+1
2003-03-20Merge from HEADVolker Lendecke1-8/+8
2003-03-20Make swat use poptJelmer Vernooij2-18/+20
2003-03-20Merge of compiler warning fixups.Tim Potter10-328/+316
2003-03-20Merge of removal of py_samba.cTim Potter2-68/+1
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison3-7/+8
2003-03-19void function cannot return a value (besides the function called wasHerb Lewis1-1/+1
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-19replace pstrcpyJim McDonough1-1/+1
2003-03-19This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User4-0/+233
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij23-331/+116
2003-03-19Merge from HEAD.Volker Lendecke2-59/+101
2003-03-19Add paramter 'ldap del only sam attr'.Volker Lendecke2-59/+101
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2003-03-19merge from HEADVolker Lendecke1-0/+1
2003-03-19Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke1-1/+1
2003-03-19If we fail, return an error code :-)Volker Lendecke1-0/+1
2003-03-19GCC 3.x has deprecated multi-line string constants.Tim Potter5-307/+304
2003-03-19Fix compiler warning.Tim Potter2-3/+8
2003-03-19Removed unused variable.Tim Potter1-2/+0
2003-03-19Add function prototype.Tim Potter1-0/+4
2003-03-19Remove py_samba.c experiment - it didn't work.Tim Potter2-68/+1
2003-03-19Put group mapping into LDAP.Volker Lendecke1-30/+471
2003-03-19Put group mapping into LDAP.Volker Lendecke1-1/+501
2003-03-19Fix debug message not to use an uninitialized variable.Volker Lendecke1-2/+1
2003-03-19Add additional StrCaseCmp test cases.Martin Pool1-2/+14
2003-03-19Fix debug message not to use an uninitialized variable.Volker Lendecke1-2/+1
2003-03-19Add an STF module that defines the tests to be run by "make check".Martin Pool1-0/+33
2003-03-19Get rid of "make check" targets that call nonexistent code.Martin Pool1-30/+15
2003-03-19A new STF test case! This one checks strcasecmp correctness forMartin Pool1-0/+57
2003-03-19Add the correct file :-( to ignore .po and .po32 files.Martin Pool1-0/+2
2003-03-19Remove this .po file from the repository. I meant to add a cvsignoreMartin Pool1-0/+0
2003-03-19Ignore t_strcmp test case.Martin Pool1-0/+1
2003-03-19Ignore .po and .po32 files.Martin Pool1-0/+0
2003-03-19Run test 10000 times to make measurement easier.Martin Pool1-2/+7
2003-03-19Doin't pstrcpy into fstring.Jeremy Allison1-4/+4
2003-03-18Ensure dev in make_connection is const.Jeremy Allison2-4/+10
2003-03-18Ensure dev in make_connection is const.Jeremy Allison2-5/+11
2003-03-18Removed unused var.Jeremy Allison1-2/+0
2003-03-18Removed unused var.Jeremy Allison1-2/+0
2003-03-18const warning fix.Jeremy Allison1-1/+2
2003-03-18Merge mbp's HEAD changes.Jeremy Allison2-34/+72
2003-03-18Add const.Andrew Bartlett1-2/+2
2003-03-18Put in some macros for the new modules systemJelmer Vernooij1-0/+25
2003-03-18Makefile updates for new SMB signing code.Andrew Bartlett1-2/+2
2003-03-18Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett1-2/+2
2003-03-18Merge from HEAD:Andrew Bartlett5-160/+77
2003-03-18NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett3-10/+15