summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove accidental debug code.Gerald Carter2002-11-091-4/+0
| | | | | | | | (This used to be commit 9bba2199e3127c8a7bcb3143d962a6660c125d88)
* | Fix bug found by tpot with given password server.Jeremy Allison2002-11-091-1/+1
| | | | | | | | | | Jeremy. (This used to be commit d46b4cb563850c77ee23b95df35a7f752a235d35)
* | Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2002-11-092-5/+50
| | | | | | | | | | | | contended tdb's (and I've got one :-). Jeremy. (This used to be commit d4b795e6a451d9abaa4a928cf5d34e12b2babc2d)
* | Merge fix for uninitialised IP variable from HEADAndrew Bartlett2002-11-091-0/+1
| | | | | | | | (This used to be commit e3310ac832f78f08d6ec6421222a651efe8767a6)
* | fix for defunct winbindd from APP_HEADGerald Carter2002-11-081-2/+7
| | | | | | | | (This used to be commit 856678d69fac9849c689c485fc727fca300eb152)
* | Merge from HEAD:Andrew Bartlett2002-11-087-46/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - change auth_sam to use the initialisation flags to determine if the password attributes are set - add const to secrets.c, cliconnect.c - passdb: fix spelling in pdb_ldap, add group mapping back to smbpasswd - SAMR: add debugs to show what fails for group enum. Andrew Bartlett (This used to be commit 4e74d00b3634abf52aa24bfaa6dbe88202aa57a1)
* | Add enumdataex commandJim McDonough2002-11-081-0/+80
| | | | | | | | (This used to be commit 932a5012731b133d49d1c2d6b28f15e4480ddf53)
* | Implement enumdata commandJim McDonough2002-11-081-2/+85
| | | | | | | | (This used to be commit 33ffe07e053082f5edfd65b43f431a8d09d4ae0e)
* | Sync with HEAD to get enumprinterkey api.Jim McDonough2002-11-082-0/+129
| | | | | | | | (This used to be commit f6e21ba4c724f77586ef428f82126d209b0a9607)
* | Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
| | | | | | | | (This used to be commit 5bccbbeb59b1574c9c8132ef3e1a090ff539f6e1)
* | patches from UrbanGerald Carter2002-11-082-0/+5
| | | | | | | | (This used to be commit 850b185a6e33fa924fa59cdd6316c9160ba65270)
* | Don't set global_machine_password_needs_changing ifTim Potter2002-11-081-4/+6
| | | | | | | | | | lp_machine_password_timeout() is set to zero. (This used to be commit 3692919aee186498848715505047a1cde83758b7)
* | Fix crash bug with overwriting malloced memory.Jeremy Allison2002-11-071-5/+3
| | | | | | | | | | Jeremy. (This used to be commit 3228730c8311ec6507227f8936318b1d965c1228)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-073-0/+1666
|\| | | | | | | used to be commit aafa32d6809e1bc60a8186140f2f3cf2bf6bff16)
| * Fix small typoJelmer Vernooij2002-11-071-1/+1
| | | | | | | | (This used to be commit 3c39bd9db09c59f149d77e371ed078cd7ec2d1b4)
| * What is wrong with you, Jim? Check in the final version, not an interim one...Jim McDonough2002-11-071-139/+17
| | | | | | | | (This used to be commit 1fd6d34526e577b8a5463e3abcfb8fc3682e6473)
| * Fix the build.Jim McDonough2002-11-071-1/+4
| | | | | | | | | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. (This used to be commit 163ac344012d4520000f2ca91da50a379c7f288d)
| * Allow multiple fragment RPC's to be sent.Jim McDonough2002-11-071-18/+175
| | | | | | | | (This used to be commit d423e6424bc3c61281ad30cd1c66540b522b5d3e)
| * Stop using hardcoded transact commandsJim McDonough2002-11-071-3/+3
| | | | | | | | (This used to be commit ec0d94b4dd8409e6bf114d013f23a52f0fc11a69)
| * Add smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| | | | | | | | (This used to be commit 759bcd881dd259d5ad43715f6979c5282b094d52)
| * Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter2002-11-071-6/+0
| | | | | | | | | | Keep the rest of the cleanups though. (This used to be commit f0a1177acf82fceb174df1852d87a6e16d63fd63)
| * Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
| | | | | | | | | | Jeremy. (This used to be commit ceb01b5ab1eed6e89d66687681ff3325a21e6b88)
| * fixed some formatting errors and improved some debug statements inAndrew Tridgell2002-11-071-7/+11
| | | | | | | | | | 'net rpc vampire' (This used to be commit 1526b3b19e0be5926977d3eb1e642330bfeba5a2)
| * when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create aAndrew Tridgell2002-11-071-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. (This used to be commit fb79fa5a31c2fa8ebdcddbc49b1d9c1aa3059691)
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-0713-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. (This used to be commit 10024ed06e9d91f24fdc78d59eef2f76bf395438)
| * Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2002-11-072-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! (This used to be commit 8a6d37752182e0de7fd04b2c31f90e145dde783b)
| * For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter2002-11-061-3/+4
| | | | | | | | (This used to be commit 28871bb6969ca70aabcc622410dd1fc5addcceca)
| * Client side functions for enumprinterkey.Tim Potter2002-11-062-0/+129
| | | | | | | | (This used to be commit f56ce473b6964302ba51fc9796ee919738731065)
| * Added enumprinterkey function.Tim Potter2002-11-063-0/+72
| | | | | | | | | | Stub for deleteprinterkey. (This used to be commit 64e04380f7ad9b471a681638dfde93e0c65f9fa3)
| * Moved function to parse a list of unicode strings into util file.Tim Potter2002-11-062-26/+26
| | | | | | | | | | | | It's now used in parsing printer driver structures and the response from the enumprinterkey rpc. (This used to be commit acecee6f2bb92c4992078f4fe2dfae4414f43482)
| * Add group management support (patch from metze)Jelmer Vernooij2002-11-062-0/+67
| | | | | | | | (This used to be commit 090a2015eb9aa4ec68d80e972ae192d19afd536e)
| * Fix compiler warnings.Tim Potter2002-11-061-4/+5
| | | | | | | | (This used to be commit 3a68613e934e25f2ccfbf5afa5e26b5f47b40a53)
| * Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2002-11-062-21/+17
| | | | | | | | (This used to be commit 99a2e7fde1fd4e589035c273f40419ef322e097d)
| * pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij2002-11-061-3/+3
| | | | | | | | (This used to be commit c13ed6c866fed43e5f83e083c377a1cd7d505061)
| * Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij2002-11-061-1/+1
| | | | | | | | (This used to be commit 44c894531b09856a9a485912b05f08c59caa6a00)
| * pytdbpack_unpack: Clean up, and correct the handling of '$'.Martin Pool2002-11-061-20/+18
| | | | | | | | (This used to be commit dd73568f97ad51c93f096001058fd31fa14e88ae)
| * Add another test case for repeated-unpack ('$')Martin Pool2002-11-061-0/+9
| | | | | | | | (This used to be commit 2a492c4854d4c6469d8c7d21aa187fef6303b641)
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-068-74/+108
| | | | | | | | | | than the version in APPLIANCE so watch out for boogs. (This used to be commit 1e054e3db654801fbb5580211529cdfdea9ed686)
| * Ignore profiles binary.Tim Potter2002-11-061-0/+1
| | | | | | | | (This used to be commit b195b1fa156472c66f919c0441fe5466e7afb414)
| * Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter2002-11-051-0/+7
| | | | | | | | (This used to be commit 48ed9dce0dab53066d3304baa0f24639a1f1755b)
| * Ensure can_delete returns correct error code.Jeremy Allison2002-11-051-1/+4
| | | | | | | | | | Jeremy. (This used to be commit 44db20f9f63d72c2e6e1f4ffedf72d75563369fb)
| * Missed extern declaration.Jeremy Allison2002-11-051-0/+1
| | | | | | | | | | Jeremy. (This used to be commit e39e2b4c3488fbd9e9a08dd5629a672d1459e64e)
| * Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
| | | | | | | | | | Jeremy. (This used to be commit 075987f1db4de5e21ebf205a16a847ce0b2a926e)
| * Small fix from Guenther Deschner <guenther.deschner@suse.de>Jelmer Vernooij2002-11-051-2/+2
| | | | | | | | | | (remove junk chars) (This used to be commit 2e7a904856f616605e341c897d2be0f863c4b53d)
| * pytdbpack_pack_data: Allow first argument to be any kind of Number,Martin Pool2002-11-051-3/+9
| | | | | | | | | | not just an Integer. Coerce appropriately. (This used to be commit 248067931a2a8eeee86ea343bddf96d2bd727dbf)
| * pytdbpack_pack_data: If the first argument to a 'B' code is not anMartin Pool2002-11-051-1/+3
| | | | | | | | | | | | Integer, raise an error rather than just returning Null, which breaks the interpreter. (This used to be commit db67c5f7e53b231fe217a29a15888e8895ce2229)
| * A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe2002-11-051-1/+2
| | | | | | | | | | | | been pushed into a macro, things do not work so well. Move the increment out of the array index. (This used to be commit 39136827d135c91e42ec2b36f420262b1b18093c)
| * Tell popt this command requires 1 'normal' argument and has two optional ↵Jelmer Vernooij2002-11-051-0/+7
| | | | | | | | | | | | 'normal' parameters (This used to be commit b4f00ceaadc77158870ea2bd9d8a0e0845c89b7a)
| * Don't generate ../examples/pdb/{xml,mysql}/configureJelmer Vernooij2002-11-051-3/+1
| | | | | | | | (This used to be commit b0788c3e8e84bec13e2d2cbf733cd37e45c7afda)
| * Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij2002-11-051-1/+1
| | | | | | | | (This used to be commit e8a77556477a0ec0c83786e0c66c2caaf473ea50)