Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Small clenaup patches: | Andrew Bartlett | 2003-03-22 | 10 | -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 pointer | Andrew Bartlett | 2003-03-22 | 1 | -1/+1 | |
| | | | | to the integer for SIVAL(). | |||||
* | It seems that this causes some problems on some linux platforms - it's a | Andrew Bartlett | 2003-03-22 | 1 | -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 Bartlett | 2003-03-22 | 1 | -0/+11 | |
| | | | | | | when setting the password. Andrew Bartlett | |||||
* | FALSE -> False (reported by Paul Green) | Jelmer Vernooij | 2003-03-22 | 1 | -1/+1 | |
| | ||||||
* | Clobber the 'SAFETY_MARGIN' in libsmb. | Andrew Bartlett | 2003-03-21 | 1 | -3/+7 | |
| | | | | Andrew Bartlett | |||||
* | Clobber our SMB buffers between packets. I hope this will help find bugs | Andrew Bartlett | 2003-03-21 | 1 | -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/fstring | Andrew Bartlett | 2003-03-21 | 2 | -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 Allison | 2003-03-21 | 1 | -142/+287 | |
| | | | | Jeremy. | |||||
* | Add more mappings to the nterr->errno mapping table. It should be fairly | Jelmer Vernooij | 2003-03-21 | 1 | -3/+75 | |
| | | | | complete now. | |||||
* | Give volker a hand, and let domain joins with existing user accounts work | Andrew Bartlett | 2003-03-21 | 1 | -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 found | Jelmer Vernooij | 2003-03-20 | 1 | -2/+2 | |
| | ||||||
* | NT4 as well as W2k respond with IPC regardless of what service | Volker Lendecke | 2003-03-20 | 1 | -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. Works | Jelmer Vernooij | 2003-03-20 | 3 | -13/+33 | |
| | | | | | on 2000. sending messages to 9x needs to be fixed, but that didn't work anyway | |||||
* | Fix setOtherHelp() - pointed out by metze | Jelmer Vernooij | 2003-03-20 | 1 | -1/+1 | |
| | ||||||
* | Fix compile errors - don't use pstrcpy() on a fstring | Jelmer Vernooij | 2003-03-20 | 1 | -7/+8 | |
| | ||||||
* | use pstrcpy_base() | Jim McDonough | 2003-03-20 | 1 | -1/+1 | |
| | ||||||
* | Build samr as well | Jelmer Vernooij | 2003-03-20 | 1 | -0/+1 | |
| | ||||||
* | Use True, not TRUE and False, not FALSE | Jelmer Vernooij | 2003-03-20 | 5 | -8/+8 | |
| | ||||||
* | Fix typo | Volker Lendecke | 2003-03-20 | 1 | -3/+3 | |
| | ||||||
* | I like debug level 10, but these messages always get into my way | Volker Lendecke | 2003-03-20 | 1 | -5/+5 | |
| | | | | | | when debugging pdc stuff... Volker | |||||
* | Update smbcacls.1 for 3.0 | Jelmer Vernooij | 2003-03-20 | 1 | -7/+15 | |
| | ||||||
* | Convert smbcacls to popt | Jelmer Vernooij | 2003-03-20 | 2 | -87/+53 | |
| | ||||||
* | Make swat use popt | Jelmer Vernooij | 2003-03-20 | 2 | -15/+19 | |
| | ||||||
* | Update swat docs for 3.0 | Jelmer Vernooij | 2003-03-20 | 2 | -12/+24 | |
| | ||||||
* | Update wbinfo.1 for 3.0 | Jelmer Vernooij | 2003-03-20 | 2 | -4/+25 | |
| | ||||||
* | Merge Herb's change. | Volker Lendecke | 2003-03-20 | 1 | -1/+1 | |
| | | | | Volker | |||||
* | If CFLAGS is set when running configure, then just use that. | Martin Pool | 2003-03-20 | 1 | -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 Allison | 2003-03-20 | 3 | -7/+8 | |
| | | | | | Apply the job returned limit across all requests for job queues. Jeremy. | |||||
* | Cleanup bogus initialisation in SID_NAME_USE enum. | Tim Potter | 2003-03-20 | 2 | -9/+10 | |
| | | | | Added new sid type = 9 for "computer" from MSDN. | |||||
* | Add make rules for passdb/*.so | Jelmer Vernooij | 2003-03-19 | 1 | -0/+25 | |
| | ||||||
* | Fix corrupt memory reading in smb_register_passdb | Jelmer Vernooij | 2003-03-19 | 1 | -1/+1 | |
| | ||||||
* | use strnlen to prevent coredumps | Jim McDonough | 2003-03-19 | 1 | -3/+3 | |
| | ||||||
* | Don't generate a Samba-Developers-Guide.{ps,txt} with the contents | Jelmer Vernooij | 2003-03-19 | 1 | -4/+4 | |
| | | | | of the Samba HOWTO collection | |||||
* | It's init_module(), not module_init() as metze pointed out. I really thought ↵ | Jelmer Vernooij | 2003-03-19 | 1 | -2/+2 | |
| | | | | I check this well enough :-/ | |||||
* | Fix pdb_unix usage - noticed by jmcd | Jelmer Vernooij | 2003-03-19 | 1 | -1/+1 | |
| | ||||||
* | Fix uncompleted sentence | Jelmer Vernooij | 2003-03-19 | 1 | -3/+3 | |
| | ||||||
* | Fix build errors and move pdb_guest.so -> guest.so | Jelmer Vernooij | 2003-03-19 | 1 | -1/+1 | |
| | ||||||
* | Add documentation on new modules system | Jelmer Vernooij | 2003-03-19 | 3 | -3/+159 | |
| | ||||||
* | replace pstrcpy | Jim McDonough | 2003-03-19 | 1 | -1/+1 | |
| | ||||||
* | Fix module names | Jelmer Vernooij | 2003-03-19 | 1 | -3/+4 | |
| | ||||||
* | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 2003-03-19 | 23 | -331/+116 | |
| | | | | put a doc about it in dev-doc later today. | |||||
* | Add paramter 'ldap del only sam attr'. | Volker Lendecke | 2003-03-19 | 3 | -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 Lendecke | 2003-03-19 | 1 | -1/+1 | |
| | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker | |||||
* | Update alpha information | Jelmer Vernooij | 2003-03-19 | 1 | -103/+32 | |
| | ||||||
* | Update to current situation - there's nothing about SAM/GUMS/IDMAP in here | Jelmer Vernooij | 2003-03-19 | 1 | -4/+4 | |
| | | | | currently, should there be? | |||||
* | Fix some comment typos | Jelmer Vernooij | 2003-03-19 | 1 | -2/+2 | |
| | ||||||
* | Regenerate | Jelmer Vernooij | 2003-03-19 | 7 | -103/+994 | |
| | ||||||
* | Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-) | Volker Lendecke | 2003-03-19 | 1 | -1/+1 | |
| | ||||||
* | If we fail, return an error code :-) | Volker Lendecke | 2003-03-19 | 1 | -0/+1 | |
| | | | | Volker |