summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Add staticJelmer Vernooij2-2/+2
2003-04-02Add const (from a patch by Stephan Kulow <coolo@kde.org>)Jelmer Vernooij3-18/+20
2003-04-02Add KRB5LIBS to smbmountJelmer Vernooij1-1/+1
2003-04-02Link in lib/snprintf.o with editreg for use on systems that don't have snprintfJelmer Vernooij1-1/+1
2003-04-02Add EDITREG_OBJJelmer Vernooij1-2/+3
2003-04-02Only link in popt when we need itJelmer Vernooij2-22/+25
2003-04-02Map a useless error code to a useful one...Andrew Bartlett1-0/+5
2003-04-02Print out the 'freindly' error message from winbind. Also print usefulAndrew Bartlett3-11/+28
2003-04-02Only link in libs when they are actually used. Works great here and onJelmer Vernooij2-36/+59
2003-04-02Fix searching master ip by bcast when old master has gone away (based on patc...Jelmer Vernooij1-11/+18
2003-04-02error_string, not error_message...Andrew Bartlett1-1/+1
2003-04-02Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check thatAndrew Bartlett1-111/+417
2003-04-02Add constJelmer Vernooij1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce17-164/+405
2003-04-02Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett1-18/+18
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison3-19/+183
2003-04-02OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett1-2/+2
2003-04-01fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...Gerald Carter1-1/+3
2003-04-01Fix build of shared xml/mysql modulesJelmer Vernooij1-2/+4
2003-04-01changed the order of checking whether a SID is a UID or a GID in posixAndrew Tridgell1-3/+3
2003-04-01reversed the sense of the TCON test, now that we know that win2003Andrew Tridgell1-10/+10
2003-03-31Remove useless popt optionsJelmer Vernooij1-2/+0
2003-03-31fix potential smbd crash when we fail to alloacte a policy handle for a print...Gerald Carter1-8/+9
2003-03-31Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Base...Alexander Bokovoy1-3/+5
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij6-25/+48
2003-03-31Fix formatting of back traces - pathc by metzeJelmer Vernooij1-2/+3
2003-03-313 things:Volker Lendecke1-1/+0
2003-03-31Waider's cosmetic change to print out the database type whenVolker Lendecke1-1/+17
2003-03-31Fix a botched merge from appliance-head...Andrew Bartlett1-1/+1
2003-03-31Tidyup of winbindd client OS specific autoconf code.Tim Potter1-5/+4
2003-03-31Placeholder for winbind aix client.Tim Potter1-0/+0
2003-03-31autoconf change to compile winbindd for AIX. The client side codeTim Potter1-0/+4
2003-03-31Cleanup of winbind client side code.Tim Potter13-606/+718
2003-03-31NT4 is particularly fussy about getting this right.Andrew Bartlett1-1/+0
2003-03-31Break the current build dependency on perl. Perl is required forTim Potter1-3/+8
2003-03-31Success is not a level-0 issue...Andrew Bartlett1-1/+1
2003-03-31Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett1-9/+12
2003-03-31add a few error checks in EnumPrinterData()Gerald Carter1-4/+5
2003-03-30distclean fixups from Paul Green.Tim Potter1-2/+5
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter2-2/+2
2003-03-30Fix installation of auth and charset modules (reported by Stephan Kulow)Jelmer Vernooij1-2/+2
2003-03-30This sets the domain for the user in vampire. OtherwiseVolker Lendecke1-0/+2
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
2003-03-30This changes our handling of invalid service types that theVolker Lendecke2-7/+112
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij4-6/+31
2003-03-30added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2-1/+173
2003-03-30Don't modify the incoming packet when checking the signiture.Andrew Bartlett1-10/+26
2003-03-30fixed the -B option as wellAndrew Tridgell1-4/+4
2003-03-29fixed the -U option in nmblookupAndrew Tridgell1-1/+1
2003-03-29updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell1-32/+63