summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2009-07-25Use a switch statement in charset_name()Volker Lendecke1-8/+24
2009-07-25Fix some nonempty blank linesVolker Lendecke1-17/+17
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-8/+0
2009-07-21s3:dbwrap: use the transaction wrapper in dbwrap_trans_store().Michael Adam1-26/+23
2009-07-21s3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().Michael Adam1-28/+12
2009-07-17Fix a typo reading uninitialized memory. Caught by valgrind.Jeremy Allison1-3/+1
2009-07-16Replace more long-lived contexts with talloc_autofree_context().Jeremy Allison1-1/+1
2009-07-16Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison3-22/+22
2009-07-15s3:tldap: fix the build - a void function should not return a valueStefan Metzmacher1-3/+3
2009-07-15s3:dbwrap: fix embarrassing typo :-)Michael Adam1-1/+1
2009-07-15s3:dbwrap_util: add my CMichael Adam1-0/+1
2009-07-15s3:dbwrap: add dbwrap_fetch_bystring_upper().Michael Adam1-0/+17
2009-07-15s3:dbwrap: add dbwrap_store_bystring_upper().Michael Adam1-0/+17
2009-07-15s3:dbwrap: add dbwrap_delete_bystring_upper()Michael Adam1-0/+16
2009-07-15s3:dbwrap: add a wrapper dbwrap_trans_do()Michael Adam1-0/+33
2009-07-15s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIEDStefan Metzmacher1-0/+1
2009-07-15Consolidate gencache also every 100 writes in a single processVolker Lendecke1-0/+14
2009-07-15Consolidate string and data_blob routines in gencacheVolker Lendecke1-138/+56
2009-07-15Make gencache more stableVolker Lendecke1-15/+268
2009-07-15Add tdb_data_cmpVolker Lendecke1-0/+19
2009-07-15Remove gencache_init/shutdownVolker Lendecke2-21/+1
2009-07-15Remove gencache_[un]lock_keyVolker Lendecke1-25/+0
2009-07-15TDB_CONTEXT -> "struct tdb_context"Volker Lendecke1-1/+1
2009-07-15Replace ASSERTs in gencache with "return false"Volker Lendecke1-12/+18
2009-07-14s3: allow setting the TCP_QUICKACK socket optionBjörn Jacke1-0/+3
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-44/+44
2009-07-14s3-account_policy: remove trailing whitespace.Günther Deschner1-32/+32
2009-07-13libds: merge the UF<->ACB flag mapping functions.Günther Deschner2-151/+1
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