Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix crash bug with overwriting memory. | Jeremy Allison | 2002-11-07 | 1 | -5/+3 | |
| | | | | Jeremy. | |||||
* | Make append_log work again | Jelmer Vernooij | 2002-11-07 | 1 | -0/+3 | |
| | ||||||
* | Back out lp_modules() check - this one got in by accident when I added ↵ | Jelmer Vernooij | 2002-11-07 | 1 | -6/+0 | |
| | | | | poptSetOtherOptions | |||||
* | Fix small typo | Jelmer Vernooij | 2002-11-07 | 1 | -1/+1 | |
| | ||||||
* | What is wrong with you, Jim? Check in the final version, not an interim one... | Jim McDonough | 2002-11-07 | 1 | -139/+17 | |
| | ||||||
* | Fix the build. | Jim McDonough | 2002-11-07 | 1 | -1/+4 | |
| | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. | |||||
* | Allow multiple fragment RPC's to be sent. | Jim McDonough | 2002-11-07 | 1 | -18/+175 | |
| | ||||||
* | Stop using hardcoded transact commands | Jim McDonough | 2002-11-07 | 1 | -3/+3 | |
| | ||||||
* | Add smbtrans subcommands so we can stop hardcoding them | Jim McDonough | 2002-11-07 | 1 | -0/+5 | |
| | ||||||
* | Remove lp_security() checks for winbindd as this is how we act as a PDC. | Tim Potter | 2002-11-07 | 1 | -6/+0 | |
| | | | | Keep the rest of the cleanups though. | |||||
* | Keeping branches in sync.... | Jeremy Allison | 2002-11-07 | 1 | -1/+2 | |
| | | | | Jeremy. | |||||
* | fixed some formatting errors and improved some debug statements in | Andrew Tridgell | 2002-11-07 | 1 | -7/+11 | |
| | | | | 'net rpc vampire' | |||||
* | when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create a | Andrew Tridgell | 2002-11-07 | 1 | -0/+3 | |
| | | | | | | | | | | sam account object, then pdb_update_sam_account() can be used to update an account. This code path could lead to the methods element of the account being used when uninitialised (leading to a segv) Easiest fix is to always make that that when creating a sam_account object we initialise the methods to null, so that the passdb code knows that it needs to be filled in. | |||||
* | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 2002-11-07 | 13 | -67/+370 | |
| | | | | | | | Also tidied up some of Richard's code (I don't think he uses the compiler flags -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual like I do :-) :-). Jeremy. | |||||
* | Call winbindd_param_init() earlier on in the piece so we don't get stuck in | Tim Potter | 2002-11-07 | 2 | -15/+22 | |
| | | | | | | the holding pattern when started up when security = user or security = ads. Clean up return value of winbindd_common_init() - what a mess! | |||||
* | For a BUFFER5, don't parse the buffer if the buffer length is zero. | Tim Potter | 2002-11-06 | 1 | -3/+4 | |
| | ||||||
* | Client side functions for enumprinterkey. | Tim Potter | 2002-11-06 | 2 | -0/+129 | |
| | ||||||
* | Added enumprinterkey function. | Tim Potter | 2002-11-06 | 3 | -0/+72 | |
| | | | | Stub for deleteprinterkey. | |||||
* | Moved function to parse a list of unicode strings into util file. | Tim Potter | 2002-11-06 | 2 | -26/+26 | |
| | | | | | It's now used in parsing printer driver structures and the response from the enumprinterkey rpc. | |||||
* | Add group management support (patch from metze) | Jelmer Vernooij | 2002-11-06 | 2 | -0/+67 | |
| | ||||||
* | Fix compiler warnings. | Tim Potter | 2002-11-06 | 1 | -4/+5 | |
| | ||||||
* | Adapt to latest pdb API changes - only thing left is group support | Jelmer Vernooij | 2002-11-06 | 2 | -21/+17 | |
| | ||||||
* | pdb_get_unknown? -> pdb_get_unknown_? | Jelmer Vernooij | 2002-11-06 | 1 | -3/+3 | |
| | ||||||
* | Remove pdb_sql.o.. this one got in by accident | Jelmer Vernooij | 2002-11-06 | 1 | -1/+1 | |
| | ||||||
* | pytdbpack_unpack: Clean up, and correct the handling of '$'. | Martin Pool | 2002-11-06 | 1 | -20/+18 | |
| | ||||||
* | Add another test case for repeated-unpack ('$') | Martin Pool | 2002-11-06 | 1 | -0/+9 | |
| | ||||||
* | Merge of get_dc_list() api change. This was slightly more intrusive | Tim Potter | 2002-11-06 | 8 | -74/+108 | |
| | | | | than the version in APPLIANCE so watch out for boogs. | |||||
* | Ignore profiles binary. | Tim Potter | 2002-11-06 | 1 | -0/+1 | |
| | ||||||
* | Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE. | Tim Potter | 2002-11-05 | 1 | -0/+7 | |
| | ||||||
* | Ensure can_delete returns correct error code. | Jeremy Allison | 2002-11-05 | 1 | -1/+4 | |
| | | | | Jeremy. | |||||
* | Missed extern declaration. | Jeremy Allison | 2002-11-05 | 1 | -0/+1 | |
| | | | | Jeremy. | |||||
* | Fix to correctly return NT_STATUS_DELETE_PENDING. | Jeremy Allison | 2002-11-05 | 2 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Small fix from Guenther Deschner <guenther.deschner@suse.de> | Jelmer Vernooij | 2002-11-05 | 1 | -2/+2 | |
| | | | | (remove junk chars) | |||||
* | pytdbpack_pack_data: Allow first argument to be any kind of Number, | Martin Pool | 2002-11-05 | 1 | -3/+9 | |
| | | | | not just an Integer. Coerce appropriately. | |||||
* | pytdbpack_pack_data: If the first argument to a 'B' code is not an | Martin Pool | 2002-11-05 | 1 | -1/+3 | |
| | | | | | Integer, raise an error rather than just returning Null, which breaks the interpreter. | |||||
* | A small fix by Andy Thomas. Now that incrementing the Auth index has | Richard Sharpe | 2002-11-05 | 1 | -1/+2 | |
| | | | | | been pushed into a macro, things do not work so well. Move the increment out of the array index. | |||||
* | Tell popt this command requires 1 'normal' argument and has two optional ↵ | Jelmer Vernooij | 2002-11-05 | 1 | -0/+7 | |
| | | | | 'normal' parameters | |||||
* | Don't generate ../examples/pdb/{xml,mysql}/configure | Jelmer Vernooij | 2002-11-05 | 1 | -3/+1 | |
| | ||||||
* | Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile | Jelmer Vernooij | 2002-11-05 | 1 | -1/+1 | |
| | ||||||
* | Move pdb_xml to source/ | Jelmer Vernooij | 2002-11-05 | 1 | -0/+561 | |
| | ||||||
* | Move pdb_mysql to source/passdb | Jelmer Vernooij | 2002-11-05 | 1 | -0/+975 | |
| | ||||||
* | Rerun autoconf | Jelmer Vernooij | 2002-11-05 | 1 | -8611/+17906 | |
| | ||||||
* | Add support to build plugins in source/ | Jelmer Vernooij | 2002-11-05 | 3 | -7/+397 | |
| | ||||||
* | See if char * makes the Irix C compiler happier than void *? | Richard Sharpe | 2002-11-05 | 1 | -1/+1 | |
| | ||||||
* | Remove DRIVERFILE constant. It was removed with the old win95 | Tim Potter | 2002-11-05 | 4 | -7/+0 | |
| | | | | printer driver stuff. | |||||
* | pytdbpack_pack_data: Oops, since B is separately encoded as buffer and | Martin Pool | 2002-11-05 | 1 | -5/+8 | |
| | | | | | length we need separate counters traversing the format and value sequences to pack them. | |||||
* | Update test cases. | Martin Pool | 2002-11-05 | 1 | -28/+32 | |
| | ||||||
* | Make all of the required (I think) changes to make this code work for | Richard Sharpe | 2002-11-05 | 1 | -25/+61 | |
| | | | | big endian and little endian systems. | |||||
* | Rerun autoconf. | Tim Potter | 2002-11-05 | 1 | -17330/+8612 | |
| | ||||||
* | Fix mysterious error message when running 'make python_{ext,install}' | Tim Potter | 2002-11-05 | 2 | -5/+7 | |
| | | | | without configuring with python. |