Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18715: 0x8 style status returns should also fail here (thanks metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18633: Add a couple of new WERR codes encountered with dfs torture testing. | Günther Deschner | 2 | -2/+12 |
2007-10-10 | r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 3 | -6/+9 |
2007-10-10 | r18280: more portability tidyups, ensuring we use libreplace everywhere | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18256: use the right status variable | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r18243: when setting up a composite continuation, if the context has already | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 2 | -2/+1 |
2007-10-10 | r18211: wct is not a size, so don't use size_t | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18130: the move to system/ in libreplace broke some things ... should be | Andrew Tridgell | 2 | -1/+2 |
2007-10-10 | r18025: Don't try to set a target host if there isn't one (such as with ldapi... | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r18024: The %c sscanf format I'm using doesn't null terminate. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r18021: Add ldapi support to our LDAP client. To be used for testing an | Andrew Bartlett | 1 | -34/+93 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 16 | -14/+607 |
2007-10-10 | r17848: Ok, this did not do it. Still got the same problem. | Volker Lendecke | 1 | -8/+1 |
2007-10-10 | r17846: Ok, this is a patch that needs further discussion. On Solaris, snprin... | Volker Lendecke | 1 | -1/+8 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r17567: add error code I got from DsGetNCChanges | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the client | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support. | Stefan Metzmacher | 1 | -0/+59 |
2007-10-10 | r17418: add client support for the LDAP_SERVER_SD_FLAGS control | Stefan Metzmacher | 1 | -0/+59 |
2007-10-10 | r17414: add new error code | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r17319: make better usage of the composite api | Stefan Metzmacher | 1 | -28/+20 |
2007-10-10 | r17318: make better usage of the composite api | Stefan Metzmacher | 2 | -51/+13 |
2007-10-10 | r17317: - add a composite_create() function that allocates and initialize | Stefan Metzmacher | 2 | -0/+29 |
2007-10-10 | r17278: fix un uninitialized value found by valgrind | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17277: we need to trigger an event when we return directly, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17230: don't overwrite the error with NT_STATUS_NO_MEMORY | Stefan Metzmacher | 1 | -10/+7 |
2007-10-10 | r17222: Change the function prototypes for the GENSEc and TLS socket creation | Andrew Bartlett | 2 | -14/+18 |
2007-10-10 | r17197: This patch moves the encryption of bulk data on SASL negotiated security | Andrew Bartlett | 4 | -95/+26 |
2007-10-10 | r17083: - implement SMB2 Cancel in the client | Stefan Metzmacher | 5 | -5/+105 |
2007-10-10 | r17082: Add a test that walks and tests denying tconX access via the share se... | Volker Lendecke | 1 | -0/+18 |
2007-10-10 | r17081: add idle handler support to the smb2 client lib too | Stefan Metzmacher | 2 | -0/+45 |
2007-10-10 | r17020: pass the real error to the failing requests | Stefan Metzmacher | 2 | -8/+16 |
2007-10-10 | r17019: don't timeout on notifies | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 4 | -53/+103 |
2007-10-10 | r16975: implement SMB2 Notify call in the client lib | Stefan Metzmacher | 3 | -0/+106 |
2007-10-10 | r16949: add and fix some NOTIFY return codes | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r16918: the SMB2 Ioctls are sometimes called with a wildcard handle | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r16875: implement SMB2 Find in the frontend | Stefan Metzmacher | 2 | -4/+9 |
2007-10-10 | r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc... | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r16871: zero padding bytes | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r16834: split the level's of smb_search_first/smb_search_next and the levels | Stefan Metzmacher | 4 | -109/+156 |
2007-10-10 | r16801: Adding WERR_DS_DRA_ACCESS_DENIED. | Günther Deschner | 2 | -0/+2 |
2007-10-10 | r16791: Typo fix in a comment. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 2 | -15/+15 |
2007-10-10 | r16708: the packet format of SMB2 SessionSetup has changed, | Stefan Metzmacher | 2 | -9/+16 |