summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-036-127/+10
* Add cli_open() back as a synchronous wrapper function the callsJeremy Allison2011-12-032-0/+116
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-0316-136/+136
* s4 dns: Test SOA queriesKai Blin2011-12-031-0/+32
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-0340-225/+145
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-035-18/+12
* s3:registry: do not use regdb functions during db upgradeGregor Beck2011-12-033-59/+150
* s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck2011-12-031-6/+2
* s3-winbind: Add an update function for winbind cache.Andreas Schneider2011-12-031-2/+94
* tevent: Fix typo in build script.Jelmer Vernooij2011-12-031-1/+1
* Update the waf build system to link with the new PIDL locking code.Jeremy Allison2011-12-031-1/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-0215-420/+112
* s3: Move ndr_file_id to LIBNDR_OBJVolker Lendecke2011-12-021-1/+2
* s3: Add open_files.idlVolker Lendecke2011-12-022-0/+49
* librpc: Add support for struct timevalVolker Lendecke2011-12-022-0/+41
* librpc: Add support for struct timespecVolker Lendecke2011-12-022-0/+41
* Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison2011-12-021-1/+1
* Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison2011-12-022-0/+4
* Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison2011-12-023-5/+119
* s3: Fix some nonblank line endingsVolker Lendecke2011-12-021-4/+4
* s3: Remove unused dbwrap_record_get_private_dataVolker Lendecke2011-12-022-6/+0
* s3-winbind: Remove unused keys from list.Andreas Schneider2011-12-021-2/+0
* Add the "backup" toggle command to smbclient. In order for this to beJeremy Allison2011-12-022-0/+25
* After a discussion with Volker, sdd a backup_intent state to the client struct.Jeremy Allison2011-12-015-4/+21
* s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell2011-12-0110-41/+59
* s4-ntvfs: fixed a unix ACL mapping bugAndrew Tridgell2011-12-011-21/+25
* selftest: Fix typo in socket wrapper test.Jelmer Vernooij2011-12-011-1/+1
* selftest: Drop broken and unused Kvm target.Jelmer Vernooij2011-11-302-178/+5
* selftest: Don't acquire target when --list was specified.Jelmer Vernooij2011-11-301-25/+27
* Update ldb API sigs.Jelmer Vernooij2011-11-302-0/+258
* Bump ldb version to 1.1.4 after introduction of ldb_module_error.Jelmer Vernooij2011-11-301-1/+1
* selftest: Don't generate subunit file when writing subunit to stdout.Jelmer Vernooij2011-11-301-5/+3
* selftest: Prevent error about unfinished test command when using --list.Jelmer Vernooij2011-11-301-1/+1
* s4-tests: Use long option names in test list script, to prevent 'eating' --li...Jelmer Vernooij2011-11-301-38/+38
* testr: Use test lists.Jelmer Vernooij2011-11-301-1/+2
* s4-testlist: Write diagnostic info to stderr, and purely test info to stdout.Jelmer Vernooij2011-11-301-2/+2
* selftest: Don't use fancy subunit formatters when generating a test list.Jelmer Vernooij2011-11-301-8/+11
* selftest: Don't write subunit output in --list mode.Jelmer Vernooij2011-11-301-7/+13
* selftesthelpers: write warnings to stderr rather than stdout.Jelmer Vernooij2011-11-301-2/+3
* s3: Attempt to fix the vfs_commit moduleVolker Lendecke2011-11-301-1/+1
* s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer2011-11-302-0/+8
* s3-waf: fix the build with CTDB_CONTROL_CHECK_SRVIDS.Günther Deschner2011-11-301-0/+29
* s4:gensec/spnego: only try the mechs that match the client given onesStefan Metzmacher2011-11-301-0/+4
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-3020-1812/+1033
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-304-147/+108
* s4:libcli/raw: remove unused functionsStefan Metzmacher2011-11-302-76/+0
* s4:libcli: use smbcli_sock_connect() in smbcli_socket_connect()Stefan Metzmacher2011-11-301-5/+11
* s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher2011-11-304-38/+32
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-303-92/+240
* s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher2011-11-302-10/+147