summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Use a switch statement in charset_name()Volker Lendecke2009-07-251-8/+24
* Fix some nonempty blank linesVolker Lendecke2009-07-251-17/+17
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-8/+0
* s3:dbwrap: use the transaction wrapper in dbwrap_trans_store().Michael Adam2009-07-211-26/+23
* s3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().Michael Adam2009-07-211-28/+12
* Fix a typo reading uninitialized memory. Caught by valgrind.Jeremy Allison2009-07-171-3/+1
* Replace more long-lived contexts with talloc_autofree_context().Jeremy Allison2009-07-161-1/+1
* Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison2009-07-163-22/+22
* s3:tldap: fix the build - a void function should not return a valueStefan Metzmacher2009-07-151-3/+3
* s3:dbwrap: fix embarrassing typo :-)Michael Adam2009-07-151-1/+1
* s3:dbwrap_util: add my CMichael Adam2009-07-151-0/+1
* s3:dbwrap: add dbwrap_fetch_bystring_upper().Michael Adam2009-07-151-0/+17
* s3:dbwrap: add dbwrap_store_bystring_upper().Michael Adam2009-07-151-0/+17
* s3:dbwrap: add dbwrap_delete_bystring_upper()Michael Adam2009-07-151-0/+16
* s3:dbwrap: add a wrapper dbwrap_trans_do()Michael Adam2009-07-151-0/+33
* s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIEDStefan Metzmacher2009-07-151-0/+1
* Consolidate gencache also every 100 writes in a single processVolker Lendecke2009-07-151-0/+14
* Consolidate string and data_blob routines in gencacheVolker Lendecke2009-07-151-138/+56
* Make gencache more stableVolker Lendecke2009-07-151-15/+268
* Add tdb_data_cmpVolker Lendecke2009-07-151-0/+19
* Remove gencache_init/shutdownVolker Lendecke2009-07-152-21/+1
* Remove gencache_[un]lock_keyVolker Lendecke2009-07-151-25/+0
* TDB_CONTEXT -> "struct tdb_context"Volker Lendecke2009-07-151-1/+1
* Replace ASSERTs in gencache with "return false"Volker Lendecke2009-07-151-12/+18
* s3: allow setting the TCP_QUICKACK socket optionBjörn Jacke2009-07-141-0/+3
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-44/+44
* s3-account_policy: remove trailing whitespace.Günther Deschner2009-07-141-32/+32
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-132-151/+1
* Quieten events and tldap debug messagesVolker Lendecke2009-07-101-1/+1
* Fix our base64 implementation for blobs of length 4....Volker Lendecke2009-07-101-1/+1
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-092-17/+20
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-90/+0
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-2/+2
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-081-14/+58
* When faking a create time, use the full timespec values, not time_t.Jeremy Allison2009-07-081-61/+63
* Add tldap_pull_guidVolker Lendecke2009-07-041-0/+11
* tldap: Do not do a return before we got the search_resultVolker Lendecke2009-07-031-1/+0
* Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we ha...Michael Adam2009-07-031-1/+1
* LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...Andrew Tridgell2009-07-021-1/+1
* s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher2009-07-011-1/+1
* s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex).Michael Adam2009-06-291-3/+3
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-0/+9
* Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.confDavid Markey2009-06-291-1/+1
* If the connection is down, don't try another write.Volker Lendecke2009-06-281-0/+17
* Add tldap_search_vaVolker Lendecke2009-06-281-8/+20
* tldap_msg_received: Properly free the asn1_struct in case of an errorVolker Lendecke2009-06-281-0/+1
* Move read_ldap_done after read_ldap_sendVolker Lendecke2009-06-271-24/+25
* Convert tldap to tstreamVolker Lendecke2009-06-271-11/+17
* Add tstream_read_packetVolker Lendecke2009-06-271-0/+139
* tldap: Don't fire off more than one read_ldap request during searchesVolker Lendecke2009-06-271-10/+22