summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Use make to generate lists of libraries.Jelmer Vernooij1-8/+2
(This used to be commit 3519aae1845f2a15330184625d541ce0f0cac56b)
2008-02-29Use make to generate list of prototype headers.Jelmer Vernooij1-4/+2
(This used to be commit 17d2f682e94154ee654de59b88816437f4e7f093)
2008-02-29Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij1-6/+2
(This used to be commit e0afbc3778ca7c6dc087e2b9f4992a131ec66a75)
2008-02-29use gmake to handle .py file copies.Jelmer Vernooij2-3/+5
(This used to be commit d54421a9eeadbd76791917c5e3c460c897259ede)
2008-02-29libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam1-0/+4
Michael (This used to be commit 0aff54a12e20d5e91fcdec7aaec103fb9a371a23)
2008-02-29libreplace: ifdef out ip6 code if unsupported.Michael Adam1-0/+2
Michael (This used to be commit 54cc0df4dbf6d63a9b94e1ac6af4ec7f7803bc30)
2008-02-29libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam1-6/+7
Michael (This used to be commit 0cbb87453beb52c6b0bc3a48791f49678f4030c5)
2008-02-29libreplace: fix silly crashbug in getifaddrs_test().Michael Adam1-1/+3
Michael (This used to be commit 523626908d25f974fd1ae6d7306b1d4bc8414162)
2008-02-29libreplace: add missing newline in output of getifaddrs test.Michael Adam1-1/+1
Michael (This used to be commit f8243cfc47c7414bab7f249d0e5d1c85e8ca7d64)
2008-02-29libreplace: add missing semicolon to getifaddrs.Michael Adam1-1/+1
Michael (This used to be commit 29818a07de826fd687003ff25865d77939ecaa9a)
2008-02-29Fix ldapi support.Jelmer Vernooij1-2/+2
(This used to be commit 9499f8eea534cf93f96af17941e9195aadc0a756)
2008-02-29Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit 2b408e9ed4caf14e1ac047fd76127a5c979e5177)
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij3-27/+24
(This used to be commit 227de596865ee910bfc1e0730316e26a0a9caf51)
2008-02-29raw-qfsinfo: Convert to new torture API.Jelmer Vernooij1-16/+13
(This used to be commit 6ded77b777666f8ba81ba049f63b6b26cfbeb7ae)
2008-02-29Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett12-93/+78
(This used to be commit 124d2ee788f1ac4b201a2843b58be21de358deb0)
2008-02-29Prove that not supporting ldapi is a bit problem.Andrew Bartlett1-0/+1
For a while now, ldapi support has been busted, but it was only tested when we were running against an external LDAP server. Andrew Bartlett (This used to be commit faf324cac613f9b74e1de46fe490f4973dab995c)
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij6-61/+133
(This used to be commit 80ce9a3bbc43535d7c4bdd0ec402272175732ebc)
2008-02-29Convert to new torture API.Jelmer Vernooij6-89/+62
(This used to be commit 40dffc177babec01c63fb717506fa86ff70a5b28)
2008-02-29Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett6-61/+133
(This used to be commit f002a98c7ae0fc93cc738fde1ee62534f8e576ac)
2008-02-29libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam1-21/+16
Don't fail when there is no address assigned to the interface. Put NULL into the ifaddrs structure instead. Michael (This used to be commit ee170c85e0e76411bd752de5fe51db6940dab929)
2008-02-28libreplace: use the new getifaddrs test also for autoconf.Michael Adam2-33/+16
Michael (This used to be commit a2a506ff0eae2a64ebe2ddbb81a6c2a5fa7fe3da)
2008-02-28libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam4-7/+101
Michael (This used to be commit 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce)
2008-02-29Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett96-445/+573
(This used to be commit 04db9b184491415b3479fd79e1c07ba738818eb9)
2008-02-29Simplify the 'password must change' logicAndrew Bartlett2-27/+23
This takes the previous patches further, so we catch all the cases (the KDC looked at the time directly). Andrew Bartlett (This used to be commit cda4642a937d249399e25eaa6e5e20a0d440bcbf)
2008-02-28Remove use of global_loadparm.Jelmer Vernooij3-3/+12
(This used to be commit 3cf3922c806d0e33439073d204b44bf0af3102d5)
2008-02-28Remove use of global_loadparm.Jelmer Vernooij3-1/+4
(This used to be commit 4472d7e1e47d4fe6b1c60e28d168cce99b237979)
2008-02-28Remove sDefault as static variable.Jelmer Vernooij13-138/+188
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
2008-02-28Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij70-172/+266
(This used to be commit 6cbb241c05539cc62526a366094c9c472e6422a5)
2008-02-28Cache iconv_convenience.Jelmer Vernooij1-12/+22
(This used to be commit fe1d3e69990a71d7639ac8718f6ca51de4d7e6d2)
2008-02-28torture/t_strcmp.c: Remove obsolete file - proper testing is now done in the ↵Jelmer Vernooij1-20/+0
libutil testsuite. (This used to be commit 239bdf5e81f4ede4cd70bd9907e785d60a755e98)
2008-02-28More share_init to more apprioriate place.Jelmer Vernooij2-2/+1
(This used to be commit 990135517618afcef873f0cd0e6f8c3098247b50)
2008-02-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij23-240/+337
(This used to be commit 84b677285250d9b9a1120fcfd6e4bbbb8f939fe8)
2008-02-28pvfs_open: fix callers of odb_get_delete_on_close()Stefan Metzmacher1-2/+2
metze (This used to be commit 608e5cd881d64b8db9146dfc4b3a1778a93a0f8e)
2008-02-28opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher4-31/+9
metze (This used to be commit e699633db2d377a9077ff490208da277e250239b)
2008-02-28pvfs: remove unused args from pvfs_delete_on_close_set()Stefan Metzmacher2-5/+4
metze (This used to be commit 73f12be7c6a648d4d5336328a340510ac7b1d6de)
2008-02-28pvfs_open: use the delete_path of odb_close_file()Stefan Metzmacher1-49/+35
metze (This used to be commit c78451ce0618de92321430d2b50f9a8172d283f4)
2008-02-28opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher4-6/+30
That means the last close returns the path name if the delete_on_close flag is set. metze (This used to be commit fc27730bad24e8dddaa2e7f754a16811e38a2f60)
2008-02-28Ensure we don't try and set the acct_flags if they are 0 (meaningAndrew Bartlett2-1/+9
unchanged in this interface). We seem to have two very similar interfaces here, and this is the poorer interface, for this reason. Andrew Bartlett (This used to be commit 582073eff1f21f81abb3e5f1ce2eca4ebef56a00)
2008-02-28Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett38-266/+2215
(This used to be commit ba864cfd7ce4b69179431131cac9661cbf48bf32)
2008-02-28Fix up the libnet tests.Andrew Bartlett2-4/+13
These tests still do not pass against windows, but at least now it doesn't reset acct_flags to 0. This is enough to have Samba4 pass it's own tests for the moment. Andrew Bartlett (This used to be commit aa3901311eb7ce6f2d2b2413323e31a5b064cfc4)
2008-02-28Check for and reject invalid account flags.Andrew Bartlett1-0/+14
(lest we have an account set with 0 flags) Andrew Bartlett (This used to be commit 7a46e72f8dbb191ac8a811eb4cd95210fab7dc7b)
2008-02-28Generate ACB_PW_EXPIRED correctlyAndrew Bartlett6-54/+115
More correctly handle expired passwords, and do not expire machine accounts. Test that the behaviour is consistant with windows, using the RPC-SAMR test. Change NETLOGON to directly query the userAccountControl, just because we don't want to do the extra expiry processing here. Andrew Bartlett (This used to be commit acda1f69bc9b9c43e157e254d0bae54d11363661)
2008-02-28Users and computers now share the same template.Andrew Bartlett4-82/+101
Slowly work away at the samldb module again, it is clear that AD does not use much of a templating system. samAccountType is managed, as far as I can tell, when groupType or userAccountControl changes. Andrew Bartlett (This used to be commit 447d5a795441aa6beab2f057c5ac1bc3c04e08c4)
2008-02-28Reorder modules to have rdn_name before objectclass.Andrew Bartlett1-1/+1
This ensures the relative DN is placed in the correct case into the DB. Andrew Bartlett (This used to be commit 16378219fbf9e8a26621f848e85426180822ea29)
2008-02-28Fix rdn_name errors.Andrew Bartlett1-1/+2
Return the correct error when the DN is mismatched with it's RDN attribute (now matches AD). Andrew Bartlett (This used to be commit bf7166e785e5c5d52dbb0c12e5e4206d74e72f4e)
2008-02-28Do not re-randomise in an individual test.Andrew Bartlett1-2/+0
smbtorture calls srandom() once for the whole suite, with command line override to allow reproduceable random tests. Andrew Bartlett (This used to be commit 68dcd1073cfed830fb6e2013e27d2ebbc443c451)
2008-02-27unixinfo.idl: don't use utf8string anymoreStefan Metzmacher1-2/+2
Note: This changes the on wire format!!! But it's a very bad idea to keep utf8string as it's not valid NDR encoding and noone would be able to write a compatible IDL file using another compiler than pidl. Maybe we should change the uuid, but as this isn't really used yet I keep the old one. metze (This used to be commit 5753d7fd8300d36558d3304418e1b0a300f56575)
2008-02-27Remove more global_loadparm uses.Jelmer Vernooij4-8/+16
(This used to be commit f920e78ea7bb8aa575e6a2ebb5cc53462fbe2fe9)
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij4-10/+996
(This used to be commit 91980a2bd352f26cf6ddb058d0f330ca20fa6554)
2008-02-27Clarify comments.Jelmer Vernooij3-3/+3
(This used to be commit 5193b383761129e59241cd2cc6000f0b038b49d4)