summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-22FALSE -> False (reported by Paul Green)Jelmer Vernooij1-1/+1
2003-03-21Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett1-3/+7
2003-03-21Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett1-2/+10
2003-03-21Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett2-20/+20
2003-03-21Merge of new appliance-head scalable printing fixes.Jeremy Allison1-142/+287
2003-03-21Add more mappings to the nterr->errno mapping table. It should be fairlyJelmer Vernooij1-3/+75
2003-03-21Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett1-12/+38
2003-03-20Only build pdb_ldap if both ldap libs and headers are foundJelmer Vernooij1-2/+2
2003-03-20NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke1-1/+1
2003-03-20Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij3-13/+33
2003-03-20Fix setOtherHelp() - pointed out by metzeJelmer Vernooij1-1/+1
2003-03-20Fix compile errors - don't use pstrcpy() on a fstringJelmer Vernooij1-7/+8
2003-03-20use pstrcpy_base()Jim McDonough1-1/+1
2003-03-20Build samr as wellJelmer Vernooij1-0/+1
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij5-8/+8
2003-03-20Fix typoVolker Lendecke1-3/+3
2003-03-20I like debug level 10, but these messages always get into my wayVolker Lendecke1-5/+5
2003-03-20Update smbcacls.1 for 3.0Jelmer Vernooij1-7/+15
2003-03-20Convert smbcacls to poptJelmer Vernooij2-87/+53
2003-03-20Make swat use poptJelmer Vernooij2-15/+19
2003-03-20Update swat docs for 3.0Jelmer Vernooij2-12/+24
2003-03-20Update wbinfo.1 for 3.0Jelmer Vernooij2-4/+25
2003-03-20Merge Herb's change.Volker Lendecke1-1/+1
2003-03-20If CFLAGS is set when running configure, then just use that.Martin Pool1-3/+7
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison3-7/+8
2003-03-20Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter2-9/+10
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-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-19Fix module namesJelmer Vernooij1-3/+4
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij23-331/+116
2003-03-19Add paramter 'ldap del only sam attr'.Volker Lendecke3-61/+110
2003-03-19Fix typo.Volker Lendecke1-1/+1
2003-03-19Update alpha informationJelmer Vernooij1-103/+32
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-19RegenerateJelmer Vernooij7-103/+994
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