summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-samr: _samr_EnumDomain{Users,Groups} need to return an emtpy array even ↵Günther Deschner2009-06-071-12/+12
| | | | | | | | for builtin domain. Found by RPC-SAMR torture test. Guenther
* s4-smbtorture: skip samr MultipleMember alias tests for 3 as well as we do ↵Günther Deschner2009-06-071-2/+3
| | | | | | already for s4. Guenther
* s3-samr: cosmetic fixes for _samr_QueryDisplayInfo.Günther Deschner2009-06-071-20/+18
| | | | | | | use the variables of the struct samr_QueryDisplayInfo directly to make it easier to track where variables are defined from. Guenther
* testsuite/nsswitch/get{gr,pw}ent_r.c(dump_{gr,pw}ent): fixed wrong condition.Slava Semushin2009-06-062-2/+2
| | | | | | | When fopen() fails it return NULL, so condition where return value less than zero never evaluated to truth. Found by cppcheck.
* lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin2009-06-061-0/+2
| | | | | Found by cppcheck: [lib/tdb/tools/tdbtorture.c:326]: (error) Memory leak: pids
* s3/docs: Fix example.Karolin Seeger2009-06-061-2/+2
| | | | | | | | The 'ldap suffix' is not added automatically to the 'ldap admin dn'. This fixes bug #5584. Thanks to Stefan Bauer <stefan.bauer [at] plzk.de> for reporting! Karolin
* Attempt to fix the build without system-ldap.Volker Lendecke2009-06-061-1/+1
| | | | I really tried, but I knew I would miss something... :-)
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-061-2/+2
| | | | | | This is aiming bug #6351. Karolin
* Add an early prototyp of pdb_ads.c.Volker Lendecke2009-06-063-1/+1290
| | | | | | | | | The purpose of this module is to connect to a locally running samba4 ldap server for an alternative "Franky" setup. Right now it contains a couple of gross hacks: For example it just takes the s4-chosed RID directly as uid/gid... Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a start...
* Allow access as SYSTEM on a privileged ldapi connectionVolker Lendecke2009-06-061-13/+83
| | | | | | | This patch creates ldap_priv/ as a subdirectory under the private dir with the appropriate permissions to only allow the same access as the privileged winbind socket allows. Connecting to ldap_priv/ldapi gives SYSTEM access to the ldap database.
* Add some samba-style tldap utility functionsVolker Lendecke2009-06-064-1/+406
|
* Add the early start of an async ldap libraryVolker Lendecke2009-06-064-0/+2075
| | | | | | | There's a lot of things this does not do yet: For example it does not parse the reply blob in the sasl bind, it does not do anything with controls yet, a lot of the ldap requests are not covered yet. But it provides a basis for me to play with a pdb_ads passdb module.
* s3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share should give NOT_SUPPORTEDStefan Metzmacher2009-06-061-1/+1
| | | | metze
* s3:smbd: return the same things as Windows 7 for SMB2 Ioctl responsesStefan Metzmacher2009-06-061-7/+23
| | | | metze
* Fix some nonempty blank linesVolker Lendecke2009-06-062-64/+60
|
* Use data_blob_null instead of data_blob(NULL, 0)Volker Lendecke2009-06-061-1/+1
|
* Fix an uninitialized variable read in async_connect_sendVolker Lendecke2009-06-061-5/+5
|
* Allow AF_UNIX for open_socket_outVolker Lendecke2009-06-061-0/+4
|
* s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner2009-06-062-2/+20
| | | | Guenther
* nss_wrapper: rename nwrap_cache_{re,un}load as per metzes request.Günther Deschner2009-06-061-10/+10
| | | | Guenther
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-054-74/+148
| | | | Jeremy.
* nss_wrapper: add support for loading nss_winbind.so via WINBIND_SO_PATH env.Günther Deschner2009-06-061-0/+12
| | | | Guenther
* nss_wrapper: fill in module nwrap_backend.Günther Deschner2009-06-061-13/+332
| | | | Guenther
* nss_wrapper: add missing return in nwrap_module_init().Günther Deschner2009-06-051-0/+1
| | | | Guenther
* nss_wrapper: add skeleton for module nwrap_backend.Günther Deschner2009-06-051-0/+159
| | | | Guenther
* nss_wrapper: add capability to load nss modules.Günther Deschner2009-06-051-1/+115
| | | | Guenther
* nss_wrapper: add struct nwrap_backend.Günther Deschner2009-06-051-85/+320
| | | | Guenther
* s3:smbd: split smbd_smb2_flush() into a tevent_req based _send()/_recv() pairStefan Metzmacher2009-06-051-25/+97
| | | | metze
* s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pairStefan Metzmacher2009-06-051-99/+199
| | | | metze
* s3:smbd: fix the build in smb2_ioctl.cStefan Metzmacher2009-06-051-1/+1
| | | | metze
* s3:smbd: add support for SMB2 Ioctl FSCTL_DFS_GET_REFERRALSStefan Metzmacher2009-06-051-0/+74
| | | | metze
* s3:smbd: add support for STATUS_BUFFER_OVERFLOW to SMB2 IoctlStefan Metzmacher2009-06-051-5/+10
| | | | metze
* s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher2009-06-053-0/+5
| | | | metze
* s3:smbd: fix the logic for compounded requestsStefan Metzmacher2009-06-051-1/+1
| | | | metze
* s3:smbd: only setup the dyn iovec if a a dyn blob is givenStefan Metzmacher2009-06-051-2/+1
| | | | | | | Otherwise leave the default in there, which takes care of padding for compounded requests. metze
* s3:smbd: add support for SMB2 Ioctl FSCTL_PIPE_TRANSCEIVE on IPC$Stefan Metzmacher2009-06-051-0/+92
| | | | metze
* s3:smbd: add support for SMB2 Read on IPC$Stefan Metzmacher2009-06-051-6/+52
| | | | metze
* s3:smbd: add support for SMB2 Write on IPC$Stefan Metzmacher2009-06-051-5/+49
| | | | metze
* s3:smbd: add support for SMB2 Create on IPC$Stefan Metzmacher2009-06-051-1/+17
| | | | metze
* s3:smbd: add support for SMB2 IoctlStefan Metzmacher2009-06-054-4/+281
| | | | | | We don't implement any level yet. metze
* nss_wrapper: add cross checking test to testsuite.Günther Deschner2009-06-051-0/+90
| | | | Guenther
* nss_wrapper: add tests for getgrent_r to testsuite.Günther Deschner2009-06-051-0/+131
| | | | Guenther
* nss_wrapper: add tests for getpwent_r to testsuite.Günther Deschner2009-06-051-0/+141
| | | | Guenther
* nss_wrapper: fix segfault in nwrap_gr_copy_r()Stefan Metzmacher2009-06-051-3/+8
| | | | metze
* s3/docs: Fix typo.Karolin Seeger2009-06-051-2/+2
| | | | Karolin
* s3:smbd: add missing return statements to the SMB2 write error casesStefan Metzmacher2009-06-051-0/+2
| | | | metze
* s3:smbd: add missing return statements to the SMB2 read error casesStefan Metzmacher2009-06-051-0/+2
| | | | metze
* nss_wrapper: rename test_nwrap_env to test_nwrap_enumeration in testsuite.Günther Deschner2009-06-051-2/+2
| | | | Guenther
* nss_wrapper: add more coherency checks for user and group enumeration.Günther Deschner2009-06-051-0/+8
| | | | Guenther
* s3:smbd: split smbd_smb2_write() into tevent_req based *_send()/_recv() ↵Stefan Metzmacher2009-06-051-47/+129
| | | | | | functions metze