summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* | | added smb2_util_setatrAndrew Tridgell2008-05-201-0/+22
| | | | | | | | | | | | (This used to be commit d4f41db964ce82c8889017d0f932d60100b3cd32)
* | | specify which server failed to deltreeAndrew Tridgell2008-05-201-1/+1
| | | | | | | | | | | | (This used to be commit aa9108374f0dda8510245a6e69a53189f55a81e3)
* | | added SMB2 setpathinfo composite wrapperAndrew Tridgell2008-05-201-0/+105
| | | | | | | | | | | | (This used to be commit e90c7587385598a1dd976c2420798f9bd682b43d)
* | | first version of gentest_smb2. Only generates create and close so far.Andrew Tridgell2008-05-202-0/+1983
| | | | | | | | | | | | (This used to be commit 634a4bbd98e1c281f8339073b90cb7696ac59baa)
* | | moved these util functions into libcliAndrew Tridgell2008-05-201-26/+0
| | | | | | | | | | | | (This used to be commit b2f1154bc338fb56fc998f40159156cb6859075b)
* | | check the creation options where the client can require a path to be aAndrew Tridgell2008-05-201-0/+14
| | | | | | | | | | | | | | | file or a directory (This used to be commit c05b58940f06b01b9770c218eb0708cb621215ef)
* | | added some SMB2 utility functionsAndrew Tridgell2008-05-202-1/+179
| | | | | | | | | | | | (This used to be commit 6a3b1cd6698faa460c6258bb41b4936e363f4387)
* | | remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2008-05-202-0/+5
| | | | | | | | | | | | (This used to be commit 7989ca861dcc700b52be3a47ea5ae8b03fbb9330)
* | | Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-2040-983/+1285
|\| | | | | | | | | | | (This used to be commit ffbd222d651dcddb19cacdc50cdbfeaefa816940)
| * | Fix prototype generation in new syntax for netlogon.cAndrew Bartlett2008-05-201-1/+1
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit b6f91ce75ae401bed515012fa3019a6241e7ff6d)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-202-2/+2
| |\ \ | | | | | | | | | | | | (This used to be commit 67b47606b9c5b794d8feea5ba200098e9b9e33e3)
| | * | Update tdb version number.Jelmer Vernooij2008-05-201-1/+1
| | | | | | | | | | | | | | | | (This used to be commit eae17ae8ecdcb83fdb756189a9d5609a192371a4)
| | * | Fix proto generation.Jelmer Vernooij2008-05-201-1/+1
| | | | | | | | | | | | | | | | (This used to be commit 7385d9641d49b94c83fd2c75e57c9623d21fcdb0)
| * | | Add the core of the new CLDAP/NBT 'netlogon' parsing library.Andrew Bartlett2008-05-202-0/+364
| |/ / | | | | | | | | | | | | | | | | | | | | | This uses some hand-adjusted PIDL output to cope with some 'oddities' in the parsing of the _EX varient of the netlogon packet. Andrew Bartlett (This used to be commit 6e357d00474de65395ca51524d3b85d00691baf2)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-209-46/+256
| |\ \ | | | | | | | | | | | | (This used to be commit 69bac908bec3216d2f17042aa05ab8d4b55b0918)
| | * | Add __repr__ implementation for Tdb.Jelmer Vernooij2008-05-194-27/+57
| | | | | | | | | | | | | | | | (This used to be commit 205699ed663a3c6d27695dee25bf26978615b475)
| | * | Fix dependency.Jelmer Vernooij2008-05-191-1/+1
| | | | | | | | | | | | | | | | (This used to be commit d8fe782dc200907e0364c623e187c51f4d44edb2)
| | * | Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-194-1/+43
| | | | | | | | | | | | | | | | (This used to be commit 5607aea07f66f09fd5b33842d07d2fbbf44d13e7)
| | * | Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-194-17/+155
| | | | | | | | | | | | | | | | (This used to be commit b9119c0f0f524d43ff09825dffb24a5e77a240f4)
| * | | Don't regenerate pam_errors.h any more.Andrew Bartlett2008-05-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the new rules on prototypes, it must be a static header file. Andrew Bartlett (This used to be commit cf60a9b34ec2419b2bc03a37190cb17ad4cf3d5f)
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-2097-1251/+1397
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix config.mk due to changing syntax. Conflicts: source/libcli/config.mk source/nbt_server/config.mk (This used to be commit 6a1c76f29f78183f44dfac6f468c5e728d2cb2cf)
| | * | Fix a memleak in irpc_remove_nameVolker Lendecke2008-05-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | First, even when length==0 tdb_fetch might return something. Second, for some weird reason there might be less data than necessary for a single server id. (This used to be commit 49b04ca7aadf264e500d83bc8d3cb5173a86184e)
| | * | build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher2008-05-191-0/+1
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit cc07bd86e270c8016acd0f685d699e4a3e63cfb1)
| * | | Ensure we don't send a reply if we couldn't push the CLDAP blobAndrew Bartlett2008-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit a8ec36eba79f96940f314520f97d23181bc9cfc5)
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-1714-133/+359
| |\ \ \ | | | |/ | | |/| | | | | (This used to be commit 60579269d1e0bebce5b595ef95d68fd4bf781cfd)
| * | | Handle netbios domains in the CLDAP server too.Andrew Bartlett2008-05-172-11/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also fixes a number of issues found by the NBT-DGRAM and LDAP-CLDAP tests. Andrew Bartlett (This used to be commit 8f99a4b94e95f8bde0f80f92d4e57020c62cfaab)
| * | | Modify the LDAP-CLDAP test for better coverage.Andrew Bartlett2008-05-171-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes up some compiled in constants and checks a couple more NT versions. Andrew Bartlett (This used to be commit ca1b3fe3add06dc22361d5a5fe7e63a6abb1697c)
| * | | Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2008-05-178-111/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework the mailslot infrustructure to cope, passing down the mailslot name so that we can implement both in the same callback function. Andrew Bartlett (This used to be commit 89fdd77891529aa74bb920994b8b5959aae8ac2d)
| * | | Explain that the sid must be absent on the NTLOGON mailslot.Andrew Bartlett2008-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit a7983387f7a624f6bf5c2fbfa41f849ac4471147)
| * | | Make the IRPC GetDC request use SAM_LOGON packets.Andrew Bartlett2008-05-171-42/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also moves the request to the new netlogon structures. Andrew Bartlett (This used to be commit 7ed4ba8d1a2ced013feafc1f0ca95595ac66bcbc)
| * | | Convert the CLDAP server to use the new netlogon structures.Andrew Bartlett2008-05-171-95/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also makes the CLDAP server the place where we create the NETLOGON SAMLOGON replies, regardless of protocol (NBT mailslots or CLDAP). Andrew Bartlett (This used to be commit 8b00a9429470c9ad3646255c340e6a963bd226bd)
| * | | Test the use of the domain SID on the NETLOGON mailslotAndrew Bartlett2008-05-171-4/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interestingly, despite these packets being very similar, this fails on NTLOGON - no reply is received. Andrew Bartlett (This used to be commit 25ab0ad0a0216ef18e0aaeec27c7833d8c68ca30)
| * | | Put back the old netlogn parsing code - for the request onlyAndrew Bartlett2008-05-172-15/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This gives us seperate parsing functions for requests and replies. Andrew Bartlett (This used to be commit d2d3d15a8edd58cda7543feebdeb52178400615b)
| * | | Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-1614-483/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This now matches section 7.3.3 of the MS-ATDS specification, and all our current tests pass against windows. There is still more testing to do, and the server implementation to complete. Andrew Bartlett (This used to be commit 431d0c03965cbee85691cd0dc1e2a509c1a2b717)
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-1528-258/+776
| |\ \ \ | | | | | | | | | | | | | | | (This used to be commit 618400fe7d1f469150b82e0aebc89b2104de116f)
| * | | | Remove JavaScript provision-backend scriptAndrew Bartlett2008-05-121-188/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The library it relied on has already been removed. Andrew Bartlett (This used to be commit 97427731a520283fdd3c8e582ac1f8be7699013e)
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-1266-1708/+215
| |\ \ \ \ | | | | | | | | | | | | | | | | | | (This used to be commit 61c31dc7cf649bc6f2d14bc8637e50ead9b9210a)
| * \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-0921-110/+306
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (This used to be commit 2db0e86fb4abc27eed2d35e1d41122bc89a2c5fe)
| * \ \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-072-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit c21dd40bc73acafe6bd28cfd0de60f2a4b03853a)
| * | | | | | | Cope with an empty mapping file in ad2oLschemaAndrew Bartlett2008-05-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 5f36a605a9accfba1125bbae0e79bb14b936173c)
* | | | | | | | added SMB2 proxying of rmdirAndrew Tridgell2008-05-192-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 1e0c24b2760f2a632333b51710cd9581f0cee851)
* | | | | | | | Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-19108-1371/+1727
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | (This used to be commit 733937e87a1adcc19492ea2bd138e705701901b6)
| * | | | | | | Revert some absolute paths.Jelmer Vernooij2008-05-192-47/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit b4613e81351fa0477d0c76a19fb0474a79f8689f)
| * | | | | | | Move IDL build script to rpc directory, make various bits and pieces easier ↵Jelmer Vernooij2008-05-197-104/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902)
| * | | | | | | Fix a bunch of dependencies.Jelmer Vernooij2008-05-1814-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit a63f458462d207d215a6e4ef8e480b0c8daedf6a)
| * | | | | | | Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-1853-112/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
| * | | | | | | Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-1853-151/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
| * | | | | | | Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2008-05-184-12/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/build/smb_build/makefile.pm (This used to be commit 57b57b1ff9a2ddf087fc6cceaf6c9afb4f8f0135)
| | * | | | | | | Typo, formatting fixes.Jelmer Vernooij2008-05-184-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4)
| | * | | | | | | Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij2008-05-1863-431/+476
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 63fd551a159b3ad4e314f551d65b7d723bbe485a)