summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-run make idl.Günther Deschner2008-04-123-3/+5
| | | | | Guenther (cherry picked from commit f8835462f2b88daa687edc79378511ffcb30905d)
* Make netr_DsRGetDCNameInfo public.Günther Deschner2008-04-121-1/+1
| | | | | Guenther (cherry picked from commit 62c876080c1f3afdd143d1f7f66529827b0f2990)
* Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner2008-04-125-37/+26
| | | | | Gunther (cherry picked from commit d7346e9360ffa97e44fa781293d32c707436193b)
* Use existing srv_name_slash.Günther Deschner2008-04-123-26/+5
| | | | | Guenther (cherry picked from commit 5f2b3145fcaeee58f285b6527e9fac09c5337e8a)
* For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner2008-04-122-0/+2
| | | | | Guenther (cherry picked from commit 6363c383d6989d2dfb2ee488ffa7aeb128c5385b)
* net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher2008-04-121-1/+1
| | | | | metze (cherry picked from commit 05f7f77135ab997b92b2454871f21543ecbde0ed)
* nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2008-04-122-97/+1
| | | | | metze (cherry picked from commit 2b236c7ace15b4408c31ed918b449d5a22e1769f)
* net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-121-19/+27
| | | | | metze (cherry picked from commit dc9a3f8db0af03b4e8223068857092fcaff404f2)
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-122-0/+157
| | | | | metze (cherry picked from commit 364e146805bb74b46da4d3c187e9a684d4b99a01)
* Fix a C++ warningVolker Lendecke2008-04-121-1/+1
| | | | (cherry picked from commit c274fe7d21badb42ca8d4d1115ae6bffdb19485f)
* Remove external refs to winbindd_fdVolker Lendecke2008-04-122-4/+0
| | | | (cherry picked from commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d)
* Fix an uninitialized variableVolker Lendecke2008-04-121-1/+1
| | | | (cherry picked from commit 8b2d9ee8c54ed84f83fdecf04e656dd66b622abb)
* wbinfo: make use of wbcGetGroups()Stefan Metzmacher2008-04-121-16/+12
| | | | | metze (cherry picked from commit c78f4dc043523842cf42f1a3fd4e8f3855518efa)
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-121-10/+20
| | | | | metze (cherry picked from commit 9d0e5a13215d4904084e81fde6098c70ee4d4636)
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-121-33/+40
| | | | | metze (cherry picked from commit 046b26b763b16362dd662a77b2434641bf583bc2)
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-121-12/+15
| | | | | metze (cherry picked from commit b917be4986bd55aeffae03b08cf476ea6302fa26)
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-121-1/+1
| | | | | metze (cherry picked from commit ff4611832a0b498b83590279a7153e606a4720f5)
* wbinfo: use wbcInterfaceDetails()Stefan Metzmacher2008-04-121-19/+25
| | | | | metze (cherry picked from commit ff87260f1268d190170608b0808c191ef8f3e942)
* wbinfo: use wbcAllocateGid()Stefan Metzmacher2008-04-121-1/+8
| | | | | metze (cherry picked from commit 960c069a2354e0803e2cbf22c26e1a9d0b657b79)
* wbinfo: use wbcAllocateUid()Stefan Metzmacher2008-04-121-1/+8
| | | | | metze (cherry picked from commit a7d735df292cee7dd6e23c7d2328481d57162904)
* wbinfo: use wbcSidToGid()Stefan Metzmacher2008-04-121-10/+12
| | | | | metze (cherry picked from commit 43df48bdca1a71fa44b24bb3917869f886555d9c)
* wbinfo: use wbcSidToUid()Stefan Metzmacher2008-04-121-10/+12
| | | | | metze (cherry picked from commit a25b39cac1716323154dd30acb30180d3273587b)
* wbinfo: use wbcGitToSid()Stefan Metzmacher2008-04-121-9/+13
| | | | | metze (cherry picked from commit 9936d861a1c1163ce6fd079211b50fd9b52bc05d)
* wbinfo: use wbcUidToSid()Stefan Metzmacher2008-04-121-9/+13
| | | | | metze (cherry picked from commit 4766ebf7ac8d33f9cd0f983ecdc54ef44959648b)
* wbinfo: use wbcPing()Stefan Metzmacher2008-04-121-7/+5
| | | | | metze (cherry picked from commit 9a2f0b21925e630fa9b268cedbc19cf814686b42)
* wbinfo: use wbcDomainInfo()Stefan Metzmacher2008-04-121-18/+25
| | | | | metze (cherry picked from commit 7714f9232110b2ee50e6ba8371f0bc23b83717a6)
* wbinfo: use wbcGetgrnam()Stefan Metzmacher2008-04-121-19/+12
| | | | | metze (cherry picked from commit 8945dce4a18874bdf1a57f1ff8116a66a6f699a0)
* wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-04-121-54/+29
| | | | | metze (cherry picked from commit 5a0ae1ad0c36e5ef97008a2c6bc2a921ca6538bd)
* wbinfo: use wbcLookupUserSids()Stefan Metzmacher2008-04-121-31/+45
| | | | | metze (cherry picked from commit ff16b66631bc93909c0e7adf9e6bb1cf1d641ffd)
* Fix the build of reply_setattrE().Günther Deschner2008-04-121-2/+2
| | | | | | | How ever could this compile ? Guenther (cherry picked from commit 02f5f35e5ed3b061cfd020d0b13014c72fced5f4)
* selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2008-04-122-0/+2
| | | | | metze (cherry picked from commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-122-1/+10
| | | | | metze (cherry picked from commit df8c100c2b53575a0d425a2daf52e2d59904746a)
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-123-14/+36
| | | | | metze (cherry picked from commit 404a865a34c3a7c67131b3f99e92c11b2abe3e39)
* locking: combine get_delete_on_close_flag() and get_write_time() into ↵Stefan Metzmacher2008-04-124-33/+41
| | | | | | | | | get_file_infos() This means we need to fetch the record only once. metze (cherry picked from commit 4130b873291d39e363184fe4e38dc1f24ebe5056)
* selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher2008-04-121-1/+1
| | | | | metze (cherry picked from commit 5df34634317633820993c9ef924d694a8fe1c4fe)
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-129-133/+242
| | | | | | | | | | | | | | | | | | | | | We now never call file_ntimes() directly, every update is done via smb_set_file_time(). This let samba3 pass the BASE-DELAYWRITE test. The write time is only updated 2 seconds after the first write() on any open handle to the current time (not the time of the first write). Each handle which had write requests updates the write time to the current time on close(). If the write time is set explicit via setfileinfo or setpathinfo the write time is visible directly and a following close on the same handle doesn't update the write time. metze (cherry picked from commit 2eab212ea2e1bfd8fa716c2c89b2c042f7ba12ea)
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-127-26/+110
| | | | | | | | | | This is needed to implement the strange write time update logic later. We need to store 2 time timestamps to distinguish between the time the file system had before the first client opened the file and a forced timestamp update. metze (cherry picked from commit 6aaa2ce0eeb46f6735ec984a2e7aadde7a7f456d)
* Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.Jeremy Allison2008-04-121-1/+1
| | | | | Jeremy. (cherry picked from commit 923aa9f330cb370221af6b66cf0f237a9bd06f8e)
* socket_wrapper: make pcap code more portableStefan Metzmacher2008-04-121-39/+40
| | | | | | | | Now the pcap support works on x86_64. metze (cherry picked from commit 61a87bed61ef661d98131239976be95c6a8b4d96) (cherry picked from commit c22204aa85d4bb33534b6974dcfed9aad0c28cc4)
* libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam2008-04-111-4/+0
| | | | | | | At least I hope it won't need many changes anymore... Michael (cherry picked from commit c4e1439eded7bb4df60b9d4b457e5b7898928c9e)
* Fix the last reported debian problem with nmbd not waitingJeremy Allison2008-04-111-10/+22
| | | | | | until interfaces come up. Jeremy. (cherry picked from commit 59a2f0873c789822d46f862042921a8ba8f2bd28)
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
| | | | (cherry picked from commit 448a8fe6c15bc4e85149d1ae821f0ebc2e3edde5)
* test: not only pretend to call smbconftort - really do it :-}Michael Adam2008-04-111-1/+1
| | | | | Michael (cherry picked from commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)
* some shells are pickier than others ...Björn Jacke2008-04-111-1/+1
| | | | (cherry picked from commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)
* A level 25 setuserinfo does change the pwdlastsetVolker Lendecke2008-04-111-6/+22
| | | | (cherry picked from commit f65cb5d4b51e2e7b9b16b73e47cd2a8d55d5d4b0)
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-04-112-3/+4
| | | | | Jeremy. (cherry picked from commit 028302fac53083d66c969b876db1d831e53b8e35)
* net conf: use talloc and talloc_strdup_lower throughout all net conf functions.Michael Adam2008-04-111-17/+59
| | | | | Michael (cherry picked from commit 977cc9898970a0c07c30264e91754740c640e235)
* net conf: implement "net conf delincludes".Michael Adam2008-04-111-0/+40
| | | | | | | | | | usage: "net conf delincludes <servicename>" This is equivalent to "net conf setincludes <servicename>" (without further arguments). Michael (cherry picked from commit a1d09f34ec39b614d738c6f795fe8eafaf634105)
* net conf: implement a "net conf setincludes" command.Michael Adam2008-04-111-0/+50
| | | | | | | given zero or more filenames as command line parameters Michael (cherry picked from commit ab51e4d44c3dcd00697c8ffb2ce628c4072c7a53)
* net conf: implement "net conf getincludes".Michael Adam2008-04-111-0/+47
| | | | | Michael (cherry picked from commit 30bc48623cf4f9ee17ff9c3e7a9fd98840a01d92)