summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
| | | | (This used to be commit 66dd20c7eaa66abdf99fa57475ccc4c9f978f1b5)
* fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the ↵Gerald Carter2003-08-251-2/+2
| | | | | | neccessary files & libs (This used to be commit e52f95d681ef2263166f5468f2a3f068b67915b7)
* fix bug #39; save the -W value and restore it after lp_load()Gerald Carter2003-08-251-1/+18
| | | | (This used to be commit 79efe7d72ba503b58c8ad3b9b1c711f5ebb33521)
* make sure the printer data value exists before saying you deleted itGerald Carter2003-08-251-0/+5
| | | | (This used to be commit 017133ea0c3eb0579710727379585df2b585614d)
* Fix memleak.Volker Lendecke2003-08-251-1/+3
| | | | (This used to be commit afbf15f94189f50cd447d9bcdebbc4886800b05a)
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
| | | | (This used to be commit 97e4778103744419ecaeb0058460041ef01b2e2a)
* it never amazes me when some new things crawls out of the windowsGerald Carter2003-08-233-2/+13
| | | | | | | | | | | | | | | | | | | | | spooler. :-( When installing the Adobe PS driver onto a Samba printer via cupsaddsmb, I noticed a WIN2k client sending DeletePrinterData("DependentFiles") pver and over. I also noticed that we never checked to see if the value was valid. No now we do and return WERR_BADFILE which I think is correct. Next, I noticed that we never wrote the updated printer out to disk after a succesfully DeletePrinterData[Ex](). Finally, I found a driver (Canon BJC 1000 using the Adobe PS drivers and foomatic PPD file) that was destroying the device name string in the devmode. So now get_a_printer_2() always writes out the device name in \\server\share form. I think these changes might fix bug 294. (This used to be commit deb25780874b66e68ac597db24fbc50e7f7458b5)
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-2312-2176/+2088
| | | | | | | | converted to pull/push_ascii. This will not work right at the moment for non English codepages, but compiles - I will finish the work over the weekend. Then nmbd should be completely codepage correct. Jeremy. (This used to be commit 236d6adadf32397b28028ea82ae2ec027366f7c8)
* struct nmb_name should have 16 byte namestrings, not 17.Jeremy Allison2003-08-221-3/+3
| | | | | Jeremy. (This used to be commit daf7b5fbd93c640c7660bdf173079fa1039794af)
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-222-2/+2
| | | | | | wins hook is called with unix charset. Jeremy. (This used to be commit ecb80573870103de7b3f332fb53bf6b952f25ee7)
* * Fix for bug 290:Gerald Carter2003-08-223-6/+16
| | | | | | | | | smbadduser must obeys the paths from configure options * Try to get libsmbclient files installed during 'make install' Still one outstanding problem with static lib. INSTALLCLIENTCMD_A is not getting set correctly. (This used to be commit 50ab28bd2524187b851732176553382fb811a051)
* don't complain if the using_samba book is not in the treeGerald Carter2003-08-221-12/+3
| | | | (This used to be commit 20603faf2c6e37b1db139cdbbfd4131cb5c33869)
* revert abartet's change that removed the check for CAP_EXTENDED_SECURITY ↵Gerald Carter2003-08-221-2/+2
| | | | | | when decidiing whether or not use ntlmv2 in client connections (This used to be commit 6e82c9fdf9c1db6feec319b4550b07cbfad4defb)
* fix compile problem (stray character)Gerald Carter2003-08-221-1/+1
| | | | (This used to be commit 9554a661c2400e9148f7572e4de20064faea5f2a)
* ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter2003-08-221-3/+1
| | | | (This used to be commit 1278d2496162c6427729a795dd940b9863261a6d)
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-222-21/+16
| | | | | Jeremy. (This used to be commit eb792727437c74417f5ef7614b300ab84f06fdaf)
* Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison2003-08-221-1/+1
| | | | | | a printable name on node status. Jeremy. (This used to be commit 6585446afd29768fde8c3f882bfb57554cf4e4da)
* Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
| | | | | Jeremy. (This used to be commit 94d0f888c9abd52e26ef5fc597ade5426a521227)
* define SYSV for IRIXHerb Lewis2003-08-211-0/+1
| | | | (This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)
* fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter2003-08-211-1/+1
| | | | (This used to be commit b7ccfb1592e45366bef92ea6439f81797840ec28)
* fix for BUG 245; make sure we set the sid type when falling back to the rid ↵Gerald Carter2003-08-211-1/+7
| | | | | | algorithm stuff (This used to be commit f6363aa31aa3479a9566328752ecb4aeadde10b7)
* Keep list of ignored and shared modulesJelmer Vernooij2003-08-211-0/+2
| | | | (This used to be commit d0f394dac344edbb732eecdba5fbab1523acf2b3)
* remove unneedced scriptGerald Carter2003-08-211-102/+0
| | | | (This used to be commit 9c9cc30093b141d07d79c3cddb2ff663e7a7ac80)
* actually check in the fix for make tortureGerald Carter2003-08-211-2/+2
| | | | (This used to be commit 4d49ebf7138f1e27c39b511f7f0417bfb146fc26)
* Ignore only getdate.* in modules/, not the whole directory. Fixes static ↵Alexander Bokovoy2003-08-211-1/+1
| | | | | | builds of modules (This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c)
* Turn UNIX extensions on by default. Yes I will change the docs :-).Jeremy Allison2003-08-211-1/+1
| | | | | Jeremy. (This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f)
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-203-36/+94
| | | | | | | conversion simply copy as is. Also fixed the horrid malloc-twice-copy code in the convert alloc path. Jeremy. (This used to be commit cfde7477fd12caef943a9422b52174438092a135)
* metze's autogenerate patch for version.hGerald Carter2003-08-2025-24/+298
| | | | (This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
* Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter2003-08-204-34/+93
| | | | | call. (This used to be commit dd2cf4897ec3db25c24a2724ffdef4f905625f6a)
* Add log2pcap to ignorefileJelmer Vernooij2003-08-201-0/+1
| | | | (This used to be commit 9c3afa1c8520133b6c17116cfbffffa85e5e250b)
* Make compiling vfs_readonly static possibleJelmer Vernooij2003-08-201-1/+1
| | | | (This used to be commit b8ef536b9e62ceeed6c4db58923a66ba8506871d)
* fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter2003-08-201-7/+31
| | | | (This used to be commit 2d85612752daa26c0773b86bd40eb3430b1cce3b)
* missing backticGerald Carter2003-08-191-1/+1
| | | | (This used to be commit bf271aadcfa77f13754202b8ca04e473be819dde)
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-196-55/+138
| | | | | | | | | | - Make winbindd try to use kerberos for connections to DCs, so that it can access RA=2 servers, particularly for netlogon. - Make rpcclient follow the new flags for the NETLOGON pipe - Make all the code that uses schannel use the centralised functions for doing so. Andrew Bartlett (This used to be commit 96b4187963cedcfe158ff02868929b8cf81c6ebf)
* Ignore modules/*.c in make protoAlexander Bokovoy2003-08-191-1/+1
| | | | (This used to be commit eaf883abc0a35dc648fca497248281ac68246341)
* - Fix the kerberos downgrade problem:Andrew Bartlett2003-08-193-63/+42
| | | | | | | | | | | | | | | | | | - When connecting to the NETOGON pipe, we make a call to auth2, in order to verify our identity. This call was being made with negotiation flags of 0x1ff. This caused our account to be downgraded. If we instead make the call with flags > 1ff (such as 0x701ff), then this does not occour. - This is *not* related to the use of kerberos for the CIFS-level connection My theory is that Win2k has a test to see if we are sending *exactly* what NT4 sent - setting any other flags seems to cause us to remain intact. Also ensure that we only have 'setup schannel' code in a few places, not scattered around cmd_netlogon too. Andrew Bartlett (This used to be commit e10f0529fe9d8d245b3cd001cce6a9a86896679c)
* Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett2003-08-191-35/+114
| | | | | | | | | | | elsewhere in the code. This will allow us to try kerberos, then another user then guest in the winbindd code. Also, re-introduce the seperate, NT1 'guest' session setup code, as I found some problems with doing guest under NTLMSSP. Andrew Bartlett (This used to be commit 33109fefe7d306a97ac48a75e3e67c166daff4ea)
* working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2003-08-192-5/+17
| | | | | | up some of the false positives in "rpcclient -c getdriver". Also make sure that we ask for version2 and 3 drivers on x86. (This used to be commit 5be51515680da910b623f486108d91f9ea914bd2)
* - Update 'preload modules' documention (bug #304)Jelmer Vernooij2003-08-192-3/+11
| | | | | | - Fix WINS Server List in SWAT (bug #197) - Don't segfault SWAT when adding shares (bug #254) (This used to be commit dd43a29504fe2b6f9d13cdb9431347927548fc10)
* Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter2003-08-193-9/+70
| | | | | | | | (also fixed the call to return the real groups and not a mocked up list) Fixed simple compiler warning in srv_lsa_ds.c (This used to be commit 6b0e38e01a44d87b844d973318accc456abef857)
* Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison2003-08-194-0/+24
| | | | | | clean proto all; after this commit. Jeremy. (This used to be commit 27af1f9feab12542dc538bfceac4593e644ba3b4)
* Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison2003-08-191-2/+4
| | | | | Jeremy. (This used to be commit 8a5c97fa07eacd4cecb5afd9c197352dfa613b9f)
* Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison2003-08-191-8/+10
| | | | | | protocol level). Fix for Samba4 tester. Jeremy. (This used to be commit 74486ab9efbb555f830b0e5d1c88f7bf065ae039)
* Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett2003-08-181-1/+1
| | | | | | | out. Return the standard 'logon failure' instead. Andrew Bartlett (This used to be commit a83506802fd331af78d2fd6e6a5cd507b5a40ca3)
* Added level 262. Found by Samba4 torture tester.Jeremy Allison2003-08-181-0/+44
| | | | | Jeremy. (This used to be commit 12d8863be3045efa33ece1aa17073b21aecb2e97)
* Add level 261 to search. Found using Samba4 tester.Jeremy Allison2003-08-182-0/+24
| | | | | Jeremy. (This used to be commit 4ee99d1c412ecc77541c988f6795ae3cb89907b8)
* Fixes to all mount.cifs to run more safely setuidSteve French2003-08-161-3/+22
| | | | (This used to be commit bdb65b9a6e033ca25d98e924d44b1639dd0c0fb9)
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-164-71/+256
| | | | | | correctness. Jeremy. (This used to be commit f57429befa43d63ed9a6e19b854e22fd4151db40)
* stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter2003-08-161-1/+1
| | | | (This used to be commit 584df6b8d691b30d6ead485cfc8dce7bb30cd8bb)
* In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak2003-08-151-2/+7
| | | | | | | | asking for password without a piece of error message or explanation. rafal (This used to be commit d46793b33577f7e77b7632b016918e3ce175c238)