summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-315-159/+0
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-2/+2
* s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determ...Nadezhda Ivanova2010-10-271-2/+0
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-263-6/+6
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-262-4/+4
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-264-11/+11
* s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij2010-10-241-4/+4
* s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-243-5/+5
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-242-9/+9
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-232-3/+3
* s4: Rename LIBNETIF to libnetif.Jelmer Vernooij2010-10-231-1/+1
* s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer2010-10-231-0/+2
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-231-2/+2
* tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher2010-10-231-1/+1
* s4-libcli: make LIBSECURITY_SESSION a private libraryAndrew Tridgell2010-10-211-5/+6
* s4-libcli: make LIBSAMBA-ERRORS a private libraryAndrew Tridgell2010-10-211-6/+7
* s4-libcli: make LIBCLI_LDAP a private libraryAndrew Tridgell2010-10-211-7/+8
* s4-mailslot: fixed handling of random collision in temporary mailslot namesAndrew Tridgell2010-10-191-1/+1
* s4:libcli/util: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* Revert "s4:dsdb - make the RELAX control private"Andrew Bartlett2010-10-181-2/+1
* s4:dsdb - make the RELAX control privateMatthias Dieter Wallnöfer2010-10-161-1/+2
* s4:libcli/ldap/ldap_controls.c - fix up the controls listMatthias Dieter Wallnöfer2010-10-161-29/+49
* s4-finddcs: better debug messages to help track down DNS problemsAndrew Tridgell2010-10-151-1/+12
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-145-867/+1
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-141-2/+16
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-45/+0
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett2010-10-124-12/+41
* libcli/security Move most of security_token.c to common code.Andrew Bartlett2010-10-124-182/+66
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-031-1/+1
* s4:libcli/resolve/dns_ex.c - fix "const" warningMatthias Dieter Wallnöfer2010-10-031-1/+2
* s4-ildap: two more places that need talloc_reparent()Andrew Tridgell2010-09-281-1/+1
* s4-dns: avoid search domains expansion in DNS resolverAndrew Tridgell2010-09-271-0/+8
* s4-ildap: fixed a talloc_steal with references errorAndrew Tridgell2010-09-271-1/+1
* s4:libcli/ldap: fix sending oneway requestsStefan Metzmacher2010-09-271-18/+26
* s4-ldap: Added a control to apply the access checks on read via LDAPNadezhda Ivanova2010-09-261-0/+2
* s4-finddcs: allow override of server IP addressAndrew Tridgell2010-09-252-1/+37
* s4:libcli/resolve/file.c - fix "const" warningMatthias Dieter Wallnöfer2010-09-241-1/+1
* s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman2010-09-223-5/+5
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-211-143/+0
* s4-cldap: improved debug msgs in finddcs_cldap()Andrew Tridgell2010-09-191-3/+5
* s4-finddcs: added some debug messages on failureAndrew Tridgell2010-09-191-4/+7
* s4-finddcs: ensure we free previous cldap requests before starting a new oneAndrew Tridgell2010-09-151-1/+1
* s4-resolve: the file backend should not look at the name typeAndrew Tridgell2010-09-151-1/+1
* s4-finddcs: show required server type bits on failureAndrew Tridgell2010-09-151-2/+3
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-152-14/+99
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-153-2/+2
* s4-finddcs: rename finddcs to finddcs_nbtAndrew Tridgell2010-09-152-37/+34
* s4-finddcs: added finddcs_cldap()Andrew Tridgell2010-09-153-3/+284