summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2009-07-10Quieten events and tldap debug messagesVolker Lendecke1-1/+1
2009-07-10Fix our base64 implementation for blobs of length 4....Volker Lendecke1-1/+1
2009-07-09Make escape_ldap_string take a talloc contextVolker Lendecke2-17/+20
2009-07-08s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty1-90/+0
2009-07-08Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison1-2/+2
2009-07-08The migration to struct stat_ex broke the calculation ofJeremy Allison1-14/+58
2009-07-08When faking a create time, use the full timespec values, not time_t.Jeremy Allison1-61/+63
2009-07-04Add tldap_pull_guidVolker Lendecke1-0/+11
2009-07-03tldap: Do not do a return before we got the search_resultVolker Lendecke1-1/+0
2009-07-03Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we ha...Michael Adam1-1/+1
2009-07-02LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...Andrew Tridgell1-1/+1
2009-07-01s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher1-1/+1
2009-06-29s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex).Michael Adam1-3/+3
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett1-0/+9
2009-06-29Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.confDavid Markey1-1/+1
2009-06-28If the connection is down, don't try another write.Volker Lendecke1-0/+17
2009-06-28Add tldap_search_vaVolker Lendecke1-8/+20
2009-06-28tldap_msg_received: Properly free the asn1_struct in case of an errorVolker Lendecke1-0/+1
2009-06-27Move read_ldap_done after read_ldap_sendVolker Lendecke1-24/+25
2009-06-27Convert tldap to tstreamVolker Lendecke1-11/+17
2009-06-27Add tstream_read_packetVolker Lendecke1-0/+139
2009-06-27tldap: Don't fire off more than one read_ldap request during searchesVolker Lendecke1-10/+22
2009-06-26Fix some dead code warnings from SUN StudioVolker Lendecke2-4/+4
2009-06-20Add tldap paged searches, together with two helper routinesVolker Lendecke1-0/+261
2009-06-20Reorganize retrieving errors and server-sent controlsVolker Lendecke2-84/+67
2009-06-20Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke1-7/+0
2009-06-20Move asn1_blob() to lib/util/asn1.cVolker Lendecke1-13/+0
2009-06-20Add tldap_supports_controlVolker Lendecke1-0/+11
2009-06-20Add tldap_entry_has_attrvalueVolker Lendecke1-0/+18
2009-06-20tldap control supportVolker Lendecke1-7/+122
2009-06-20Prepare control supportVolker Lendecke2-29/+46
2009-06-20Fix empty linesVolker Lendecke1-3/+0
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough1-0/+1
2009-06-19Add a missing talloc_move() in tldap_search_recvVolker Lendecke1-1/+1
2009-06-19Add tldap_fetch_rootdseVolker Lendecke1-0/+131
2009-06-19Make tevent_req_is_ldap_error publicVolker Lendecke1-1/+1
2009-06-19Add tldap_context_[gs]etattrVolker Lendecke1-0/+78
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke1-8/+18
2009-06-18Fix resource leak in lib/ldb/tools/ldbmodify.cSlava Semushin1-0/+1
2009-06-18Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin1-1/+1
2009-06-16s3-netapi: Fix Bug #6451: net/libnetapi user rename using wrong access bits.Günther Deschner1-0/+2
2009-06-16s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...Günther Deschner1-1/+5
2009-06-16s3-netapi: add NetGetJoinInformation example code.Günther Deschner2-0/+110
2009-06-12Add basic tracing of tldap messagesVolker Lendecke1-0/+10
2009-06-12Add debugging facility to tldap, analogous to teventVolker Lendecke1-0/+32
2009-06-12s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger3-2/+3
2009-06-10Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison1-3/+1
2009-06-08Make open_udp_socket() IPv6 clean. Trying to fix bug #6437 - Unable to join I...Jeremy Allison1-10/+25
2009-06-08Add tlda_add_mod_strVolker Lendecke1-0/+17
2009-06-08s3-charcnv: always talloc_free in convert_string_talloc() error path.Günther Deschner1-2/+1