summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-28Convert some more files to GPLv3.Andrew Kroeger53-56/+50
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2008-03-28Add tool for enabling accountsAndrew Bartlett1-0/+74
(This used to be commit 2e14b4ea64ba7e223f29b5b535b1b1be326f711c)
2008-03-28Remove references to the new SWAT.Andrew Bartlett1-6/+2
Andrew Bartlett (This used to be commit ac11c018715a2e59af3a716f8fabe8aeb667e660)
2008-03-28Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett1-5/+15
(This used to be commit 7d1e922a6879110b7953de7560cc4b51ff36ea10)
2008-03-27WHATSNEW: Update information in preparation of Alpha3.Andrew Kroeger1-5/+15
- Update the listing of prior releases. - Indicate that python is now required. - Provide additional information on some of the more user-visible changes. (This used to be commit 68f0b4f929748dad3641fd84ee9eea0b109f898b)
2008-03-28Make the setup/newuser and setup/setpassword scripts actually work...Andrew Bartlett3-143/+102
These need a testsuite, but this will come soon. Andrew Bartlett (This used to be commit fbcaa622bd1929399e32326349e96b6676a49b96)
2008-03-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2-2/+2
(This used to be commit ddf9d6ef70f0a6b7da420f772b34962fb25d761a)
2008-03-28Add change about account expiryAndrew Bartlett1-0/+4
(This used to be commit 092592233fe02d0c05933bafd52d790a9561cf9b)
2008-03-28Merge branch 'v4-0-local' of git://git.id10ts.net/samba into v4-0-testJelmer Vernooij2-2/+2
(This used to be commit b6c61bee649734f6000fbf3fe3736d8c82155ac9)
2008-03-28No longer install SWAT filesAndrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit cd275862c65542ea1118cfb76d7d1b082427098a)
2008-03-28Don't specify what should be a default option in the generated smb.confAndrew Bartlett1-2/+2
Instead, sub in "", so that the default continued to come from the code. Andrew Bartlett (This used to be commit b1829da8f75175fcc569a3a9195f2358731055a9)
2008-03-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett3-4/+12
(This used to be commit 59d8d17093efac3a177a032f2e121ea6f43a96c8)
2008-03-28Fix 'oplocks' in loadparm.Andrew Bartlett1-0/+1
I forgot one more place where I must specify the new config option. I wish this was more templated... Andrew Bartlett (This used to be commit 5a740f4daa79cf1b5fc9f24e424ae50e10932f4b)
2008-03-27provision: Increase max NetBIOS name length from 13 to 15.Andrew Kroeger2-2/+2
Issue originally reported by user Julsa-FR on IRC. (This used to be commit ee9ad77009ef5e36655a49c41730a4a963ba9d43)
2008-03-27Remove define that appears to cause configure test breakage on Julien's machine.Jelmer Vernooij1-2/+0
(This used to be commit f47df5761571dd5c36789fb2e225a1125ca0e8f7)
2008-03-27provision: Initialize uninitialized variables if "targetdir" is notKai Blin1-1/+4
defined and there is no smb.conf file (This used to be commit 19c29f473883be0a17fa740de9feb226f347df4a)
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
This is not a proper bug but the code is clearer now and we are tracking failure of open separate from that of close. Michael (This used to be commit 4ae4692bc6c6da15483a6f4a3363cdc23121efc7)
2008-03-27Fix how we initialise the oplocks parameter.Andrew Bartlett1-2/+1
Andrew Bartlett (This used to be commit 08ec91958d5d773dfc805869685094da749470e8)
2008-03-27Actually call into lp_oplocks() in share_classic backend.Andrew Bartlett1-0/+4
Andrew Bartlett (This used to be commit 2c18482b1983b4e2764beccc20f08e9b3074816a)
2008-03-27Fix references to ntvfs share configAndrew Bartlett2-2/+2
Andrew Bartlett (This used to be commit 4e4152dfd70145a7a00bc42effcd07b607204926)
2008-03-27Merge with metze's change for oplocks to be on by defaultAndrew Bartlett1-3/+0
Andrew Bartlett Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local Conflicts: source/ntvfs/common/opendb_tdb.c (This used to be commit 7c7a1a2b1f69cb4623c8832b732e8a1343ebd109)
2008-03-27Make oplocks a per-share option.Andrew Bartlett4-4/+9
This even goes via the share options system (a very odd layer of indirection). Andrew Bartlett (This used to be commit f2c65f9907760b8852b70c53637388f08751ba88)
2008-03-27selfteset: oplocks are enabled by default nowStefan Metzmacher1-3/+0
metze (This used to be commit 9342c4f5ff2be16c9771fd07fbec87076af2e681)
2008-03-27opendb_tdb: enable oplocks per defaultStefan Metzmacher1-1/+1
metze (This used to be commit 225a9852eeee66f22a4135a660f18b70666c1c5f)
2008-03-27Prepare for Samba4 alpha3.Andrew Bartlett1-17/+16
I need help with filling this list of changes out. Andrew Bartlett (This used to be commit 990476261c16f2f7044d88f99e4983f559a637f8)
2008-03-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+33
(This used to be commit e1095673089d12e11a4e17a8d6c5b756cc9f427b)
2008-03-26Remove old js versions of newuser and provision.Andrew Bartlett3-339/+61
Andrew Bartlett (This used to be commit 861a85985d2d27f58cb8fa2fef0d445c7dac94c6)
2008-03-26Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2-35/+55
Thanks in particular to arkanes and KirkMcDonald on #python for their assistance, suggesting breaking the DN check. I eventually found it while trying to cut down on the number of gcc warnings, which is why we also add printf annotations. Andrew Bartlett (This used to be commit ba30e82d4efcba23c49622de43d3d6fc9c800e35)
2008-03-25Add some more header properties as inline comments to the generated samba3 ↵Günther Deschner1-1/+33
client. Guenther (This used to be commit 8ca4b0b0942564afa70b2e8a6d67d65ea8b75e43)
2008-03-25Remove pointless castAndrew Bartlett1-1/+1
(This used to be commit 9a1466abbd4115f4a57d794006aca29aa0184ced)
2008-03-25Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett3-6/+5
Andrew Bartlett (This used to be commit bc607c334ff86624b891886a6f874da2bcff113e)
2008-03-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2-0/+54
(This used to be commit 3903ef9168a18d34517c78536d34e147a9bc01cd)
2008-03-21Add my copyrightVolker Lendecke1-0/+1
If I remember it right and when I look at the git log, then this way to do the async functions was designed by me. (This used to be commit 8d44f997c88b97fc40a88eebd50b6df720c0c10f)
2008-03-20Prove that a setuserinfo level 25 does set the pwdlastset fieldVolker Lendecke1-0/+50
Very likely this is not the full story, but as it happens so often this proof is needed to fix a direct s3 bug. (This used to be commit 16b4a3685bf59faee22882ee14ddb95918f64e22)
2008-03-20Add the workstation to the anon sessetup credentialsVolker Lendecke1-0/+2
Without this patch the RPC-SAMBA3SESSIONKEY against W2k3 gives INVALID_PARAMETER for the anonymous session setup (This used to be commit eb459be878e98cb58c6b5779584e187cdcbf4f91)
2008-03-20Fix a warningVolker Lendecke1-0/+1
Without this patch I get ./libcli/security/proto.h:45: warning: 'struct auth_session_info' declared inside parameter list (This used to be commit 078a6fdb3f8e389102a07b81b6b8d87fa8bf17c3)
2008-03-20Explain why this attribute should be skipped.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit 7503f93f2f07f81ada1b5d9ec8fdd3d5509376ae)
2008-03-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-10/+10
(This used to be commit 7c4356084a389c3a4edc16f06906ce6127a3a59b)
2008-03-20More kludge ACLs!Andrew Bartlett5-124/+237
Rather than killing off the nasty 'kludge ACLs' stuff, this patch extends it, to ensure that LSA secrets and the registry are also protected. Andrew Bartlett (This used to be commit 2f2b110fb870132099bad1d4c16ed8962affb3ce)
2008-03-20ntlm_auth: Improve compliance to the Squid helper protocol.Kai Blin1-10/+10
This fixes bug #4235 for Samba4. (This used to be commit b6bb7621053bccc9d06b1b2ee9f71b1b1acf3b70)
2008-03-19Extend the ldap.js test to prove faults with the LDAP backend.Andrew Bartlett1-5/+23
Try to provide more information to see why OpenLDAP isn't quite up to being a Samba4 Backend. Andrew Bartlett (This used to be commit 89458c7d8b46cf5cf6c0dc514bb7e658f48c2adf)
2008-03-19IndentAndrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit d2b5f40d80008ca3269118915409333755b6eac3)
2008-03-19Remove unused variable.Andrew Bartlett1-1/+0
(This used to be commit 1de21f5fdd9e377801af25b7ce461bdf7a16e1de)
2008-03-19More safety around ldb_dn C functions in python bindings.Andrew Bartlett1-2/+6
Ensure that the ldb python binding 'TypeError dn not set' errors are not in the SWIG wrapper's use of ldb functions, put some more error checks in. Andrew Bartlett (This used to be commit 8d4c831184cff8bca85daf6cc711b189b5cf3a47)
2008-03-19Supply HDB_DB_DIR macroAndrew Bartlett1-0/+2
While we don't use the default HDB directories, the code needs this macro defined. Andrew Bartlett (This used to be commit b5dbdef1580a58c0f208e83491946391cd08e570)
2008-03-19Merge branch 'v4-0-logon' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett5-22/+57
(This used to be commit 8252b51850f108aa8f43ec25c752a411c32f9764)
2008-03-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett43-766/+700
(This used to be commit 400c16e7004bc3a881bb6efb99a273cdac87f70c)
2008-03-19Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett155-1351/+36677
Andrew Bartlett (This used to be commit d88b530522d3cef67c24422bd5182fb875d87ee2)
2008-03-18lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher1-1/+1
metze (This used to be commit b7dad8674a3aaa27bc1103a83be75434d413239b)
2008-03-18libndr: EXT_NSL doesn't exist anymore, but it wasn't needed anywayStefan Metzmacher1-1/+1
metze (This used to be commit 33347928e17dead3485de7dcfb0915da4638da05)