Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Spelling fix. | Tim Potter | 2002-01-10 | 1 | -1/+1 | |
| | ||||||
* | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 2002-01-10 | 1 | -184/+392 | |
| | | | | Jeremy | |||||
* | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 2002-01-09 | 1 | -0/+70 | |
| | | | | | prompt dmalloc to log information about what happening, so you can see in flight why smbd is getting bloated. | |||||
* | Add UNUSED(paramname) macro to be used in parameter lists, to quieten | Martin Pool | 2002-01-09 | 1 | -1/+4 | |
| | | | | | | gcc warnings about unused parameters. msg_pool_usage: assert msg_type is as expected. | |||||
* | Add harmless parentheses so that dmalloc doesn't get confused by a | Martin Pool | 2002-01-09 | 1 | -1/+1 | |
| | | | | variable called 'free'. | |||||
* | Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian | Jeremy Allison | 2002-01-09 | 1 | -7/+8 | |
| | | | | | in tdb's. All except winbindd_idmap.... Hmmmmmm. Jeremy. | |||||
* | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 2002-01-07 | 1 | -0/+3 | |
| | | | | of commands when specified on command line. | |||||
* | simple fix for creating blank data blobs | Andrew Tridgell | 2002-01-05 | 1 | -2/+7 | |
| | ||||||
* | Add a talloc varient of the data_blob functions. | Andrew Bartlett | 2002-01-05 | 1 | -3/+48 | |
| | | | | | | | | | Also change the structure so it has its own (optional) 'free' pointer - so we don't free() a talloc'ed version. also split out the data_blob_clear() functionaility. Andrew Bartlett | |||||
* | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 2002-01-03 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Don't use static memory, malloc it... | Jeremy Allison | 2002-01-03 | 1 | -2/+12 | |
| | | | | Jeremy. | |||||
* | Fix the fix.... (sigh). | Jeremy Allison | 2002-01-03 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 2002-01-03 | 1 | -8/+9 | |
| | | | | Jeremy. | |||||
* | Make talloctort call talloc_describe_all before exiting | Martin Pool | 2002-01-03 | 1 | -0/+2 | |
| | ||||||
* | Cope nicely with pools with no name. | Martin Pool | 2002-01-03 | 1 | -1/+10 | |
| | ||||||
* | talloc accounting now includes number of chunks and bytes allocated. | Martin Pool | 2002-01-03 | 1 | -9/+42 | |
| | ||||||
* | Send back talloc allocation information when POOL_USAGE is received. | Martin Pool | 2002-01-03 | 1 | -2/+8 | |
| | ||||||
* | Add talloc_asprintf_append, which grows an existing string buffer to | Martin Pool | 2002-01-03 | 1 | -4/+76 | |
| | | | | | contain new print-formatted information. (Also talloc_vasprintf_append.) Idea borrowed from glib. | |||||
* | smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's pretty | Martin Pool | 2002-01-03 | 1 | -1/+5 | |
| | | | | boring so far. | |||||
* | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 2002-01-03 | 1 | -0/+45 | |
| | | | | be information about memory usage, but this is not done yet. | |||||
* | If we receive a message that is not handled then emit a gentle warning | Martin Pool | 2002-01-03 | 1 | -0/+8 | |
| | | | | to the log. | |||||
* | debug output on receipt of message. | Martin Pool | 2002-01-03 | 1 | -0/+2 | |
| | ||||||
* | const religion | Simo Sorce | 2001-12-31 | 1 | -3/+3 | |
| | ||||||
* | more irix -64 portability fixes | Andrew Tridgell | 2001-12-31 | 2 | -11/+0 | |
| | ||||||
* | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 2001-12-31 | 1 | -2/+2 | |
| | | | | - fixed gid* bug in rpc_server | |||||
* | freeing the wrong pointer, sorry my mistake. | Simo Sorce | 2001-12-30 | 1 | -5/+5 | |
| | ||||||
* | util_sid.c - respect a const variabile (addedd strdup) | Simo Sorce | 2001-12-30 | 1 | -4/+12 | |
| | | | | | | cli_reg.c - indentation pdb_ldap.c - some checks on init fns parameters pdb_tdb.c - some checks on init fns parameters + make sure we close the db on failure | |||||
* | fixed a typo in vsyslog() | Andrew Tridgell | 2001-12-21 | 1 | -1/+1 | |
| | ||||||
* | Add an output parameter to message_send_all that says how many | Martin Pool | 2001-12-21 | 1 | -12/+33 | |
| | | | | | | messages were sent, so you know how many replies to expect. Const and doc religion. | |||||
* | fixed warnings on irix and crash bug on big endian machines | Andrew Tridgell | 2001-12-20 | 4 | -8/+12 | |
| | ||||||
* | much better auto-init of valid_table[]. This should just about remove | Andrew Tridgell | 2001-12-20 | 3 | -9/+62 | |
| | | | | the need for valid.dat | |||||
* | mark '.' as a valid character | Andrew Tridgell | 2001-12-20 | 1 | -1/+1 | |
| | ||||||
* | Add --enable-dmalloc to link against the dmalloc malloc debugger. | Martin Pool | 2001-12-20 | 1 | -1/+7 | |
| | | | | | It's not as strong as Insure, but it's free, reasonably efficient and works on every platform. | |||||
* | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 2001-12-19 | 1 | -0/+14 | |
| | | | | | | nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. | |||||
* | fixed sid_compare_domain() | Andrew Tridgell | 2001-12-19 | 1 | -3/+29 | |
| | ||||||
* | Use less memory, but scribble all over it, just in case there's | Martin Pool | 2001-12-19 | 1 | -4/+6 | |
| | | | | something wrong with the way it's allocated. | |||||
* | Doc how to reply to messages. | Martin Pool | 2001-12-19 | 1 | -1/+8 | |
| | ||||||
* | Make TALLOC_CTX and talloc_chunk private to talloc.c. | Martin Pool | 2001-12-19 | 2 | -7/+82 | |
| | | | | | | | | | | Add a global singly-linked list of all active talloc pools, so that we can eventually show how much memory is used for different purposes. This also gives a check that pools are not being doubly freed. talloc_init_named now handle a NULL name properly (ie does nothing) Add accessor talloc_pool_name(). | |||||
* | Doc | Martin Pool | 2001-12-19 | 1 | -8/+12 | |
| | ||||||
* | Doc | Martin Pool | 2001-12-19 | 1 | -1/+7 | |
| | ||||||
* | Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf, | Martin Pool | 2001-12-19 | 1 | -3/+3 | |
| | | | | talloc_vasprintf. | |||||
* | Doc. | Martin Pool | 2001-12-19 | 1 | -0/+6 | |
| | ||||||
* | Start adding some debugging features to talloc based on Samba's | Martin Pool | 2001-12-19 | 1 | -7/+38 | |
| | | | | | | | | | | ancient mem_man.c: Each TALLOC_CTX now has a field to store its purpose, to aid in tracking down memory bloat. A new call talloc_init_named() should be used instead of talloc_init() so that this is set. Added talloc_vasprintf to be called by varargs functions. | |||||
* | Add a very trivial talloc torture program, bin/talloctort. Not built | Martin Pool | 2001-12-19 | 1 | -0/+56 | |
| | | | | by default. | |||||
* | Fixup JF's weird SID return :-). | Jeremy Allison | 2001-12-18 | 1 | -2/+4 | |
| | | | | Jeremy | |||||
* | A fix to override the location of a user's home directory if it is | Tim Potter | 2001-12-18 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | specified in the [homes] section of the smb.conf file. Jeremy, can you take a look at this? This is in response to someone on the samba mailing list worrying about it. Tim. From: Phil Thompson <philnanne@mediaone.net> To: samba@lists.samba.org Subject: Different [homes] behavior in 2.2.2 X-Original-Date: Mon, 17 Dec 2001 23:09:28 -0500 Is it possible to configure samba to disregard the home directory in the passwd file when using [homes]? Even though an alternate "path" is set in [homes], the service fails since the unix home directory is invalid (nonexistent) on the server. [...] This behavior of validating the user's home dir as set in the passwd files appears to be new in 2.2.2 and the latest CVS. Anyway to work around this? | |||||
* | tidy up debug | Jean-François Micouleau | 2001-12-17 | 1 | -1/+1 | |
| | | | | J.F. | |||||
* | obey "use mmap" on case tables | Andrew Tridgell | 2001-12-17 | 1 | -11/+13 | |
| | ||||||
* | Added HPUX ACL code. | Jeremy Allison | 2001-12-15 | 1 | -0/+957 | |
| | | | | Jeremy. | |||||
* | Added the group enum code from 2.2 | Jeremy Allison | 2001-12-14 | 2 | -13/+96 | |
| | | | | Jeremy. |