summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-19Add make rules for passdb/*.soJelmer Vernooij1-0/+25
2003-03-19Fix corrupt memory reading in smb_register_passdbJelmer Vernooij1-1/+1
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-19Don't generate a Samba-Developers-Guide.{ps,txt} with the contentsJelmer Vernooij1-4/+4
2003-03-19It's init_module(), not module_init() as metze pointed out. I really thought ...Jelmer Vernooij1-2/+2
2003-03-19Fix pdb_unix usage - noticed by jmcdJelmer Vernooij1-1/+1
2003-03-19Fix uncompleted sentenceJelmer Vernooij1-3/+3
2003-03-19Fix build errors and move pdb_guest.so -> guest.soJelmer Vernooij1-1/+1
2003-03-19Add documentation on new modules systemJelmer Vernooij3-3/+159
2003-03-19replace pstrcpyJim McDonough1-1/+1
2003-03-19replace pstrcpyJim McDonough1-1/+1
2003-03-19Fix module namesJelmer Vernooij1-3/+4
2003-03-19This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User6-0/+843
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 Lendecke3-61/+110
2003-03-19Add paramter 'ldap del only sam attr'.Volker Lendecke3-61/+110
2003-03-19Fix typo.Volker Lendecke1-1/+1
2003-03-19Fix typo.Volker Lendecke1-1/+1
2003-03-19Update alpha informationJelmer Vernooij1-103/+32
2003-03-19Update alpha informationJelmer Vernooij1-103/+32
2003-03-19Update to current situation - should we add SAM/GUMS/idmap?Jelmer Vernooij1-4/+4
2003-03-19Update to current situation - there's nothing about SAM/GUMS/IDMAP in hereJelmer Vernooij1-4/+4
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2003-03-19Fix some comment typosJelmer Vernooij1-2/+2
2003-03-19RegenerateJelmer Vernooij7-103/+994
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 Lendecke2-30/+496
2003-03-19Put group mapping into LDAP.Volker Lendecke2-1/+526
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