summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-302-2/+2
* This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-0/+2
* This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-77/+98
* This changes our handling of invalid service types that theVolker Lendecke2003-03-302-7/+112
* Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.Andrew Bartlett2003-03-301-10/+26
* fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
* Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett2003-03-281-11/+38
* don't include proto.h during autoconf tests since it doesn't exist yet; fixed...Gerald Carter2003-03-282-0/+3
* merged real time signal fixes from headAndrew Tridgell2003-03-283-2/+12
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-03-272-0/+335
|\
| * Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij2003-03-271-45/+58
| * This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke2003-03-271-24/+50
| * local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett2003-03-271-0/+2
| * Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-2710-111/+155
| * The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel2003-03-271-9/+3
| * Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
| * Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij2003-03-262-8/+3
| * Add defines for platforms that need them.Jeremy Allison2003-03-261-0/+6
| * Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
| * Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij2003-03-261-1/+2
| * Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij2003-03-262-1/+5
| * Fix $LDAP_LIBSJelmer Vernooij2003-03-261-2/+2
| * Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij2003-03-263-9/+32
| * Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij2003-03-251-1/+0
| * Give PARAMS_OBJ more priorityJelmer Vernooij2003-03-251-27/+26
| * Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij2003-03-251-2/+4
| * Always rebuild modules after running ./configure (to preventJelmer Vernooij2003-03-253-13/+28
| * Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_...Jelmer Vernooij2003-03-251-18/+8
| * - Support building all auth modules as .so'sJelmer Vernooij2003-03-257-85/+120
| * Don't use 'opt'Jelmer Vernooij2003-03-251-1/+1
| * Make variables static to satisfy exotic compilersJelmer Vernooij2003-03-252-3/+2
| * Print list of builtin modules in 'smbd -b'Jelmer Vernooij2003-03-253-0/+6
| * Remove obsolete defines (because of new modules system). We needJelmer Vernooij2003-03-251-9/+0
| * We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij2003-03-251-1/+1
| * Fix debug (thanks metze)Andrew Bartlett2003-03-251-1/+1
| * Make auth.c compile again. I'm not sure what this does though...Volker Lendecke2003-03-251-2/+3
| * Make these functions static, keep them out of proto.Andrew Bartlett2003-03-252-4/+4
| * Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke2003-03-251-6/+6
| * win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+14
| * - Add support to auth/ for the new modules systemJelmer Vernooij2003-03-2412-90/+129
| * Fix two typosJelmer Vernooij2003-03-242-2/+2
| * When using --with-static-modules=subsystem, don't build modules thatJelmer Vernooij2003-03-242-4/+6
| * Give error message when module doesn't seem to containJelmer Vernooij2003-03-241-0/+5
| * Simplify modules interface and make it easier to buildJelmer Vernooij2003-03-242-45/+39
| * Add static to satisfy exotic compilersJelmer Vernooij2003-03-241-1/+1
| * Add mapping for Bad Network PathJelmer Vernooij2003-03-241-0/+1
| * Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-244-15/+2
| * Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-2416-17/+41
| * Add modules support to charsetJelmer Vernooij2003-03-243-45/+78
| * Define POPT_TABLEEND if current popt.h doesn't contain it alreadyJelmer Vernooij2003-03-241-0/+4