summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make it easier to track things down here - add some debugs on failure.Andrew Bartlett2002-11-081-0/+2
| | | | | | | | (This used to be commit 62ee7b7dc08e7be261211de8f85b8e9be4df7b54)
| * Make smbpasswd tell people to use 'net join', not 'net rpc join' now we haveAndrew Bartlett2002-11-081-1/+1
| | | | | | | | | | the automagic detection. (This used to be commit a066bed5a4855dac955bf0bd7630939220314cfe)
| * Add enumdataex commandJim McDonough2002-11-081-0/+80
| | | | | | | | (This used to be commit 6d1d2849a7b2f99d927ba168ed2d01a879b09e69)
| * Implement enumdata commandJim McDonough2002-11-081-2/+85
| | | | | | | | (This used to be commit a22fdf26fef0cd58c84ca13891a762e3fdc6af8b)
| * Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
| | | | | | | | (This used to be commit a2e17d4344f996b64cd9c4f01b6b15c069fde41b)
| * patches from UrbanGerald Carter2002-11-082-0/+5
| | | | | | | | (This used to be commit da269a73edb7f637b1e1f8b3dafe677f46f66f85)
| * 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 0fa87a68fea8b12242f644605aab7c2f81c1a4df)
| * Fix crash bug with overwriting memory.Jeremy Allison2002-11-071-5/+3
| | | | | | | | | | Jeremy. (This used to be commit 9b08b4e4c24290e5d90a7cc2dc442cb82e73df28)
| * Make append_log work againJelmer Vernooij2002-11-071-0/+3
| | | | | | | | (This used to be commit 2fd496b49f76e3b593fb60fb2523a044a3814125)
| * Back out lp_modules() check - this one got in by accident when I added ↵Jelmer Vernooij2002-11-071-6/+0
| | | | | | | | | | | | poptSetOtherOptions (This used to be commit d7388b3e1e33a3514007e0e0b508469cb1ebed64)
* | Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij2002-11-141-4/+0
| | | | | | | | (This used to be commit 32c93921b01b5d28a2f5837026aad2445a0ece03)
* | small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij2002-11-134-0/+123
| | | | | | | | | | | | exist (e.g. in SuSE 8.1) (by Metze) (This used to be commit da8794afe8ca8f454937f06d1c43cc5d844b6037)
* | Fix smbwrapper from global* changes.Jeremy Allison2002-11-132-4/+4
| | | | | | | | | | Jeremy. (This used to be commit fcbf865162562e359ca4be44a689506d54636e18)
* | Merge from HEADAndrew Bartlett2002-11-133-471/+1637
| | | | | | | | | | | | - make configure check for the location of Heimdal KRB5 on suse systems - fix libsmbclient for new global_myname() (This used to be commit 111b0405cf8c95da5c927f31e5db7fd51c590b1f)
* | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
| | | | | | | | | | | | to ensure the malloc is done. Jeremy. (This used to be commit 57f7ab45b783f64a3f3337a893ba3ddef953c133)
* | Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
| | | | | | | | (This used to be commit 79a0f2c2519b0503a8323fd0babfd18ec59b8d5e)
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-12102-1895/+1662
| | | | | | | | | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89)
* | Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | | | | | | | | done on ucs2 strings. Jeremy. (This used to be commit 9a6c6946193289eac5b91fe6fd236c0742ec6f8c)
* | fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter2002-11-111-2/+8
| | | | | | | | | | | | comment, or location field changed (This used to be commit 62a19247d31b1e5b81767880182b40ba396b261a)
* | Improve DEBUG output somewhat moreJelmer Vernooij2002-11-111-2/+5
| | | | | | | | (This used to be commit 2cc36ce0ee8383aa8a20a8dc5a3218693dc46817)
* | Add more debug infoJelmer Vernooij2002-11-111-2/+2
| | | | | | | | (This used to be commit 065ed9783236cf1e8254655a9a1d4de937b35018)
* | Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| | | | | | | | (This used to be commit 1bdd6397516b9f514c04099cf521fe81adad905b)
* | Sync with HEAD.Tim Potter2002-11-111-174/+274
| | | | | | | | (This used to be commit 130c1d0765502be839f87a8d0f4e47f5a3461c97)
* | First cut of fix for changenotify on a print server handle. Use the ↵Jeremy Allison2002-11-102-54/+109
| | | | | | | | | | | | | | | | connections tdb with an snum of -1 and a special printername. Jeremy. (This used to be commit 06b04380078ad840768a2c5a803f02669f54bc82)
* | Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
| | | | | | | | (This used to be commit cf74ddc2fcb1e7286441edb432d8906bb722a3d4)
* | Remove testsmbc.c from source/ in 3.0 as well. It's already in examples/Jelmer Vernooij2002-11-101-455/+0
| | | | | | | | (This used to be commit c1b3cffb3f2087cfb4848ebca72e482c79ac0b6f)
* | sync with headSimo Sorce2002-11-103-76/+57
| | | | | | | | | | | | was: consolidate alla error mapping functions in one file (This used to be commit 2c9e8b79d94e3276e9eb9bd676af0a68ee3908ff)
* | After the lord mayors parade......Jeremy Allison2002-11-102-13/+39
| | | | | | | | | | | | Janitor for tridge :-). Jeremy. (This used to be commit 76cdfbd5107fff0c38f5fc339f1c27b33fec3a91)
* | Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison2002-11-101-13/+36
| | | | | | | | | | | | when holding a mutex.... :-). Jeremy. (This used to be commit 7e7b40e0fe1302ae416247c70d8d76bd82ec3474)
* | Back out some of my sync changesJelmer Vernooij2002-11-094-59/+7
| | | | | | | | (This used to be commit b1ad91101d10d1fa635cfbb1684f8b598280cee0)
* | Merge append_log fix from HEADAndrew Bartlett2002-11-091-2/+0
| | | | | | | | (This used to be commit 2e338654170cecf5cc46b75958242a4732e1cd3f)
* | Add net help join text, from Steve Langasek.Jim McDonough2002-11-091-15/+32
| | | | | | | | | | | | | | | | Also update the other commands to his correct example of [<method>], since it is optional. Thanks, Steve. (This used to be commit 307d942ccdff01e471e7fe3fa66d5cc21cecf64d)
* | Last sync with HEADJelmer Vernooij2002-11-098-164/+684
| | | | | | | | (This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
* | Sync with HEADJelmer Vernooij2002-11-0911-125/+517
| | | | | | | | (This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
* | deldriver fixGerald Carter2002-11-093-6/+18
| | | | | | | | (This used to be commit 78ff2cc34aedaf82d965a71e0c9dfdeb86a90fdd)
* | re-enable ffpcn on print server handleGerald Carter2002-11-091-1/+1
| | | | | | | | (This used to be commit 47a0c68fa9e98ab761e609d889894db1de9520db)
* | 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)