summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r12139: - fixed up the ace object flags checkingAndrew Tridgell2007-10-101-3/+8
| | | | | - allow for arbitrary access masks in sddl_encode_ace() (This used to be commit 5e2b1bd6afafe2eb96e98c4636e0a62235693183)
* r12138: added use of 2 letter SID codes in sddl_encode_sid()Andrew Tridgell2007-10-101-3/+42
| | | | (This used to be commit a0662ae9d3f719d2db193490361923095bd4d419)
* r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell2007-10-102-1/+191
| | | | | | couple of days ago. Doesn't yet encode using the shorthand for well known SIDs. (This used to be commit 655a4ebe8e0ee18133103bfba0ca6d14cbf81d56)
* r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with ↵Andrew Tridgell2007-10-101-1/+0
| | | | | | ethereal idl (This used to be commit 5ce6a62f2e8fd27e50bcbdcf13d34c60e70c9923)
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2007-10-102-43/+121
| | | | | | | | | Completely untested, it's a bit difficult without having vista around (yet), so - Andrew, please test it and let me know what's wrong. rafal (This used to be commit b9e7522bd4b626402c51a69695bea0928f5baef7)
* r12128: add --enable-socket-wrapperStefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 8d40b2f4d05615e77c3037726ca890aafde9c722)
* r12127: add --option=rpc_login:samr_auth=yes, to work against w2k3Stefan Metzmacher2007-10-101-13/+36
| | | | | metze (This used to be commit d8902e3513e518827f827dbf4bf3e0f17da2a95c)
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2007-10-104-54/+19
| | | | | metze (This used to be commit a7baf165c10c00096265b790d5362905c527806a)
* r12125: make the deferred connection termination the default,Stefan Metzmacher2007-10-102-6/+30
| | | | | | | so that I can remove all the other versions of it metze (This used to be commit 82de98b8e9f3030449225634935a71a3dd7e117c)
* r12124: we don't need this comment twiceStefan Metzmacher2007-10-101-5/+0
| | | | | metze (This used to be commit 62c4ae8dde918d8393a3b181a5cac1be1e57e158)
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2007-10-104-15/+16
| | | | | metze (This used to be commit 1dd5bb60a5047b94034eb084473bb8f4a9926e7c)
* r12122: add forward declaration for packet_contextStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 2ea8e61f2383c1d375c852bb0a44aac5a5af2d96)
* r12121: remove some dublicate codeStefan Metzmacher2007-10-101-44/+19
| | | | | metze (This used to be commit 2fe8a643d3d01e669d40f714d58502b00e2446c5)
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-1014-58/+57
| | | | | | | | | instead make the normal composite_done() and composite_error() functions automatically trigger a delayed callback if the caller has had no opportunity to setup a async callback this removes one of the common mistakes in writing a composite function (This used to be commit f9413ce792ded682e05134b66d433eeec293e6f1)
* r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetupStefan Metzmacher2007-10-101-46/+51
| | | | | metze (This used to be commit 99cf7dbb177f92df40301ed8faeeb93e89452922)
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2007-10-103-11/+13
| | | | | | | - smb2_logoff() acts on the smb2_session metze (This used to be commit ae1ca2bb4affefff1026c03f0765faf28c2b316b)
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2007-10-101-6/+6
| | | | | | | | when the client sends UID = 0, otherwise we return NT_STATUS_USER_SESSION_DELETED metze (This used to be commit 15973be48e3da0a49130911b9d3f192338c23783)
* r12105: Formatting.Rafal Szczesniak2007-10-101-3/+3
| | | | | rafal (This used to be commit 13d7b8fa43fe7ae74d511820c4d28f5caf44f006)
* r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()Rafal Szczesniak2007-10-101-2/+13
| | | | | | | This is one of the last places using the latter function. rafal (This used to be commit c95d30d38c4969c070766d320ed52e332e131195)
* r12103: Comments and a bit of formatting.Rafal Szczesniak2007-10-101-6/+28
| | | | | rafal (This used to be commit 4a12711c310f3dc228ea7be539703fc3fc77444a)
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-109-53/+116
| | | | | metze (This used to be commit 4d527ac005086c2db954578b4126ca128e436e01)
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2007-10-101-17/+19
| | | | | metze (This used to be commit dc664df873c208c57752e8288a82cef77bc61338)
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2007-10-101-0/+46
| | | | | metze (This used to be commit 40b301c6bdb329ad347ac8a474be85dcbc671518)
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
| | | | | | | - implement smb2srv_tdis() metze (This used to be commit cb9ddf7997731a4ad21f274fcb2e713614b382ef)
* r12093: add missing fileStefan Metzmacher2007-10-101-0/+74
| | | | | metze (This used to be commit 1506be37db16e24c3694278739fc3e52719d0d8b)
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-105-12/+82
| | | | | | | - implement keepalive and logoff metze (This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
* r12091: the SMB2 specific level are not available via SMBStefan Metzmacher2007-10-101-0/+4
| | | | | | | (get rid of the compiler warnings) metze (This used to be commit 436c5127ef7baec22377d2f1d129702597486575)
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2007-10-101-19/+17
| | | | | | | that allocated the composite_context metze (This used to be commit 998a7f8572bb90b5d478f03f09fba9867a6d8bfa)
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2007-10-101-12/+21
| | | | | | | | out how and when to use composite_error() and composite_trigger_error(). Spotted by Metze. rafal (This used to be commit 218db3ebc06f2d3e906f23a36bad088861b8e720)
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2007-10-102-71/+26
| | | | | | | and move migrated (async) code to a new file. rafal (This used to be commit 79b231bc534e10149d86a2c647a27c27ce524949)
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2007-10-102-1/+167
| | | | | | | | It's going to contain async functions and ncacn_np is the first. rafal (This used to be commit 3fe2df5fe3165972536c937620d770e763b0d5bb)
* r12086: reverted the utf8string change in xattr.idl. See the discussion onAndrew Tridgell2007-10-101-3/+3
| | | | | | samba-technical on why this should stay as a simple null terminated string (basically to make hand-written parsers easier) (This used to be commit 0f1de4b1db7f0035e2b31f967d86de9306558968)
* r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring theAndrew Tridgell2007-10-104-31/+183
| | | | | | Samba4 and ethereal IDL into line, so ethereal doesn't lose any existing strucutres when switching to idl (This used to be commit afccf73ecf6cf85e72c04e28724096aa6da96a80)
* r12084: added a comment on what is appropriate for parameter_controlAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 040d798a88ad6e6d56179de2b9036e3d0c36afc8)
* r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 5c81986bff06efeacf95d3d64254d566181c30bb)
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit 7aa40e3a3ff7a655c5ed8ee67c55af92193815f1)
* r12078: fix the build on hosts with old compilersStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 82fa27da0725b1d84688e26ca189b445c4a08f4e)
* r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the ↵Stefan Metzmacher2007-10-103-41/+1
| | | | | | | | | NBT-WINSREPLICATION test metze (This used to be commit 224dab45ab8de9fd4288c473b141541614cde422)
* r12074: in accept() we need to set socket name of the child socket by lookingStefan Metzmacher2007-10-101-3/+19
| | | | | | | up what address the client has used, as the socket is maybe bound to '0.0.0.0' metze (This used to be commit 81d322f91aa7097a51c13648211a0556b0424fa4)
* r12073: fix vlgrind error, calculate the correct size for memcpy()Stefan Metzmacher2007-10-101-6/+13
| | | | | | | and don't assume out_len is >= sizeof(*in_addr) metze (This used to be commit 61dbe9e5070085117b12b5b37cf0e7fe4342e2a3)
* r12072: fix sgroup,active,owned vs. sgroup,non-active caseStefan Metzmacher2007-10-101-5/+20
| | | | | metze (This used to be commit 47ce4286dec3df9eb22ac2efde18af807ecf9cfa)
* r12071: - implement MHOMED mergingStefan Metzmacher2007-10-101-3/+198
| | | | | | | | | | - implement late release demands we now pass the full NBT-WINSREPLICATION torture test but only with non-socket_wrapper mode metze (This used to be commit bd78c97cfff7e2d3a053e4bb4d6459afad5fba5c)
* r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 4be3b576f2926279686ecada52144b9df8165a03)
* r12069: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 3c442ccb594d1a781e42f2268a3582578ae82d76)
* r12068: a better fix to prevent crashing, on errorsStefan Metzmacher2007-10-101-8/+2
| | | | | metze (This used to be commit 7b20f8e66d55774877ec1441175fb707856c6609)
* r12067: print out some more detailsStefan Metzmacher2007-10-101-2/+17
| | | | | metze (This used to be commit 8207969a5727e54877752be5168931f609591be1)
* r12066: - add a unique,active,owner vs. unique,active,replica tests whereStefan Metzmacher2007-10-101-6/+39
| | | | | | | | we respond with the replicas address to the challenge - fix some skip checks metze (This used to be commit a37aaa93cb25c559b27f4c1a7c48285d4223b9aa)
* r12065: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c60bac5baa572a597ce6e1c2e3639be4c7daeefc)
* r12064: pass back the socket level error correctly (so we getAndrew Tridgell2007-10-101-7/+2
| | | | | NT_STATUS_CONNECTION_REFUSED when a KDC is not listening) (This used to be commit 0f85fc204c6018f8403c2e8f75f683aed38ba83b)
* r12063: fixed the krb5 client code to handle ICMP port unreachable errors, andAndrew Tridgell2007-10-101-17/+21
| | | | | error out immediatelly. This prevents a long timeout (This used to be commit f6c0fccc06060582ef870a0ac590dabeec2f2e6a)