summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Small clenaup patches:Andrew Bartlett2003-03-2210-54/+98
| | | | | | | | | | | | | - safe_string.h - don't assume that __FUNCTION__ is available - process.c - use new workaround from safe_string.h for the same - util.c - Show how many bytes we smb_panic()ed trying to smb_xmalloc() - gencache.c - Keep valgrind quiet by always null terminating. - clistr.c - Add copyright - srvstr.h - move srvstr_push into a .c file again, as a real function. - srvstr.c - revive, with 'safe' checked srvstr_push - loadparm.c - set a default for the display charset. Andrew Bartlett
* Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett2003-03-221-1/+1
| | | | to the integer for SIVAL().
* It seems that this causes some problems on some linux platforms - it's aAndrew Bartlett2003-03-221-1/+1
| | | | | | | pity becouse otherwise you need to link a program with it to get the fstring/pstring bugs. Andrew Bartlett
* Patch from Jianliang Lu <j.lu@tiesse.com> to set the 'minimum password age'Andrew Bartlett2003-03-221-0/+11
| | | | | | when setting the password. Andrew Bartlett
* FALSE -> False (reported by Paul Green)Jelmer Vernooij2003-03-221-1/+1
|
* Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett2003-03-211-3/+7
| | | | Andrew Bartlett
* Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett2003-03-211-2/+10
| | | | | | | where we assume the buffer is zero, when it might not be (ie due to, previous packets). Andrew Bartlett
* Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett2003-03-212-20/+20
| | | | | | | | issues. Also pick up these link failures at compile time (rather than runtime). Andrew Bartlett
* Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
| | | | Jeremy.
* Add more mappings to the nterr->errno mapping table. It should be fairlyJelmer Vernooij2003-03-211-3/+75
| | | | complete now.
* Give volker a hand, and let domain joins with existing user accounts workAndrew Bartlett2003-03-211-12/+38
| | | | | | | | | | | | | a bit better. This just sets the minimum possible attributes - if we are 'upgrading' an LDAP based user account, the attributes will be there anyway. This matches NT pretty well to. This also fixes some use of unitialised values in the desired_access checking. (found by valgrind). Andrew Bartlett
* Only build pdb_ldap if both ldap libs and headers are foundJelmer Vernooij2003-03-201-2/+2
|
* NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke2003-03-201-1/+1
| | | | | | | | | | | type the client requested in the TCONX when connecting to IPC$. It is very well possible that this also applies to the DISK and PRINTER share types, not only IPC. Found this while trying to join a HEAD domain from NT4SP6. Volker
* Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij2003-03-203-13/+33
| | | | | on 2000. sending messages to 9x needs to be fixed, but that didn't work anyway
* Fix setOtherHelp() - pointed out by metzeJelmer Vernooij2003-03-201-1/+1
|
* Fix compile errors - don't use pstrcpy() on a fstringJelmer Vernooij2003-03-201-7/+8
|
* use pstrcpy_base()Jim McDonough2003-03-201-1/+1
|
* Build samr as wellJelmer Vernooij2003-03-201-0/+1
|
* Use True, not TRUE and False, not FALSEJelmer Vernooij2003-03-205-8/+8
|
* Fix typoVolker Lendecke2003-03-201-3/+3
|
* I like debug level 10, but these messages always get into my wayVolker Lendecke2003-03-201-5/+5
| | | | | | when debugging pdc stuff... Volker
* Update smbcacls.1 for 3.0Jelmer Vernooij2003-03-201-7/+15
|
* Convert smbcacls to poptJelmer Vernooij2003-03-202-87/+53
|
* Make swat use poptJelmer Vernooij2003-03-202-15/+19
|
* Update swat docs for 3.0Jelmer Vernooij2003-03-202-12/+24
|
* Update wbinfo.1 for 3.0Jelmer Vernooij2003-03-202-4/+25
|
* Merge Herb's change.Volker Lendecke2003-03-201-1/+1
| | | | Volker
* If CFLAGS is set when running configure, then just use that.Martin Pool2003-03-201-3/+7
| | | | | | | Otherwise add -O. (We used to always set -O, which is sometimes annoying when debugging and anyhow clashes with normal autoconf behaviour.)
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-203-7/+8
| | | | | Apply the job returned limit across all requests for job queues. Jeremy.
* Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter2003-03-202-9/+10
| | | | Added new sid type = 9 for "computer" from MSDN.
* Add make rules for passdb/*.soJelmer Vernooij2003-03-191-0/+25
|
* Fix corrupt memory reading in smb_register_passdbJelmer Vernooij2003-03-191-1/+1
|
* use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
|
* Don't generate a Samba-Developers-Guide.{ps,txt} with the contentsJelmer Vernooij2003-03-191-4/+4
| | | | of the Samba HOWTO collection
* It's init_module(), not module_init() as metze pointed out. I really thought ↵Jelmer Vernooij2003-03-191-2/+2
| | | | I check this well enough :-/
* Fix pdb_unix usage - noticed by jmcdJelmer Vernooij2003-03-191-1/+1
|
* Fix uncompleted sentenceJelmer Vernooij2003-03-191-3/+3
|
* Fix build errors and move pdb_guest.so -> guest.soJelmer Vernooij2003-03-191-1/+1
|
* Add documentation on new modules systemJelmer Vernooij2003-03-193-3/+159
|
* replace pstrcpyJim McDonough2003-03-191-1/+1
|
* Fix module namesJelmer Vernooij2003-03-191-3/+4
|
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-1923-331/+116
| | | | put a doc about it in dev-doc later today.
* Add paramter 'ldap del only sam attr'.Volker Lendecke2003-03-193-61/+110
| | | | | | | This patch is heavily based on a patch by SuSE. Thanks to Guenther Deschner <gd@suse.de> for providing it. Volker
* Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker
* Update alpha informationJelmer Vernooij2003-03-191-103/+32
|
* Update to current situation - there's nothing about SAM/GUMS/IDMAP in hereJelmer Vernooij2003-03-191-4/+4
| | | | currently, should there be?
* Fix some comment typosJelmer Vernooij2003-03-191-2/+2
|
* RegenerateJelmer Vernooij2003-03-197-103/+994
|
* Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke2003-03-191-1/+1
|
* If we fail, return an error code :-)Volker Lendecke2003-03-191-0/+1
| | | | Volker