Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 2008-07-20 | 1 | -2/+3 |
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS | ||||
* | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 2008-05-05 | 1 | -0/+6 |
| | | | | Guenther | ||||
* | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 2008-04-20 | 1 | -2/+2 |
| | |||||
* | Add "desthost" to rpc_pipe_client | Volker Lendecke | 2008-04-20 | 1 | -1/+1 |
| | | | | This reduces the dependency on cli_state | ||||
* | Use rpccli_srvsvc_NetShareEnumAll in smbtree. | Günther Deschner | 2008-03-10 | 1 | -15/+21 |
| | | | | Guenther | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -1/+1 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Fix typos in auth change. | Jeremy Allison | 2007-12-06 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | Get closer to building with smbmount. Move parameter line changes | Jeremy Allison | 2007-12-06 | 1 | -6/+8 |
| | | | | | into lib/util.c Jeremy. | ||||
* | Getting to the home stretch for elimination of pstrings... | Jeremy Allison | 2007-12-03 | 1 | -8/+17 |
| | | | | Jeremy. | ||||
* | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 2007-11-29 | 1 | -3/+9 |
| | | | | | | Make us very explicit about how long a talloc ctx should last. Jeremy. | ||||
* | Fixed missing in_addr -> sockaddr_storage conversion (how did | Jeremy Allison | 2007-10-25 | 1 | -10/+14 |
| | | | | | I miss this...). Jeremy. | ||||
* | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 2007-10-19 | 1 | -1/+1 |
| | | | | | | where we meant int. Fix this. Thanks to metze for pointing this out. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -6/+6 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -17/+16 |
| | |||||
* | r25402: BUG 4997 (3.2 only): Fix enumration level for smbtree | Gerald Carter | 2007-10-10 | 1 | -1/+0 |
| | |||||
* | r24943: Some stackframes | Volker Lendecke | 2007-10-10 | 1 | -1/+5 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r20832: Remove extra pointers previously added to unique [out] pointers. ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -2/+1 |
| | | | | | | | | | Instead, add [ref] pointers where necessary (top-level [ref] pointers, by spec, don't appear on the wire). This brings us closer to the DCE/RPC standard again. | ||||
* | r19797: Convert the remaining pipes to the "new" unique out ptr handling | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
| | |||||
* | r19450: Fix smbtree's use of netshareenum. | Volker Lendecke | 2007-10-10 | 1 | -0/+5 |
| | | | | | | Jelmer, how much of r18802 did you actually test?? Volker | ||||
* | r18877: More WERROR/NTSTATUS bugs | Volker Lendecke | 2007-10-10 | 1 | -4/+5 |
| | |||||
* | r18802: Use the pidl-generated code for the srvsvc interface, both client ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -14/+10 |
| | | | | | | | and server code. This has had some basic testing. I'll do more during the next couple of days and hopefully also make RPC-SRVSVC from Samba4 pass against it. | ||||
* | r15630: adapt smbclient fix to smbtree to enable long share names | Jim McDonough | 2007-10-10 | 1 | -0/+57 |
| | |||||
* | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.) | ||||
* | r12555: Fix more load_case_table swegfaults. Arggg. | Jeremy Allison | 2007-10-10 | 1 | -0/+1 |
| | | | | | What I'd give for a global constructor... Jeremy. | ||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. | ||||
* | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 2003-05-10 | 1 | -2/+0 |
| | |||||
* | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 2003-05-10 | 1 | -0/+2 |
| | | | | | that is now possible to, for example, load a module which contains an auth method into a binary without the auth/ subsystem built in. | ||||
* | Merge Jelmer's popt updates from HEAD. | Tim Potter | 2003-04-14 | 1 | -161/+30 |
| | |||||
* | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+1 |
| | | | | | that app-head does. Jeremy. | ||||
* | sync 3.0 branch with HEAD | Jelmer Vernooij | 2002-08-17 | 1 | -1/+1 |
| | |||||
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -70/+15 |
| | |||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 1 | -1/+0 |
| | |||||
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -2/+3 |
| | | | | | | | and replaced with two functions: void zero_ip(struct in_adder *ip); BOOL is_zero_ip(struct in_addr ip); | ||||
* | Removed TimeInit() call from every client program (except for one place | Tim Potter | 2001-11-23 | 1 | -2/+0 |
| | | | | | in smbd/process.c where the timezone is reinitialised. Was replaced with check for a static is_initialised boolean. | ||||
* | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 2001-11-21 | 1 | -1/+1 |
| | | | | | lookup uses password server parameter when looking for PDCs. Jeremy. | ||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -2/+1 |
| | | | | default, rather than in preprocessor macros. | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 1 | -1/+0 |
| | |||||
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -2/+2 |
| | | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default. | ||||
* | more warning fixes on solaris | Andrew Tridgell | 2001-09-05 | 1 | -2/+2 |
| | |||||
* | added -b option | Andrew Tridgell | 2001-08-20 | 1 | -2/+9 |
| | |||||
* | nicer smbtree output | Andrew Tridgell | 2001-07-25 | 1 | -2/+4 |
| | |||||
* | A program to display a tree of domains, servers and shares similar to the | Tim Potter | 2001-07-06 | 1 | -0/+419 |
network neighbourhood graph. Still needs a bit of work. |