summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap: add dbwrap_fetch_bystring_upper().Michael Adam2009-07-151-0/+2
* s3:dbwrap: add dbwrap_store_bystring_upper().Michael Adam2009-07-151-0/+2
* s3:dbwrap: add dbwrap_delete_bystring_upper()Michael Adam2009-07-151-0/+1
* s3:dbwrap: add a wrapper dbwrap_trans_do()Michael Adam2009-07-151-0/+3
* Consolidate string and data_blob routines in gencacheVolker Lendecke2009-07-151-1/+2
* Make gencache more stableVolker Lendecke2009-07-151-0/+1
* Add tdb_data_cmpVolker Lendecke2009-07-151-0/+2
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-2/+0
* Remove gencache_[un]lock_keyVolker Lendecke2009-07-151-2/+0
* Revert this commit :Jeremy Allison2009-07-142-12/+1
* s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang2009-07-152-1/+12
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-143-27/+31
* Make cli_posix_lock/unlock asynchronous.Jeremy Allison2009-07-131-3/+18
* s3-rpc_server: pass down full unix token to map_max_allowed_access().Günther Deschner2009-07-131-2/+3
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-7/+9
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-131-125/+2
* Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison2009-07-102-3/+0
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-1/+1
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-082-7/+6
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-3/+0
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-5/+7
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-1/+2
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-1/+1
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-082-0/+3
* s3: Remove unnecessary const qualifiersTim Prouty2009-07-071-5/+4
* s3: QNX doesn't know uint - replace with uint_tBjörn Jacke2009-07-071-4/+4
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-062-6/+7
* s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty2009-07-061-3/+4
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-4/+2
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-062-3/+4
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-062-4/+6
* Add const to init_rpc_hdr_baVolker Lendecke2009-07-051-1/+1
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-052-8/+6
* Introduce null_ndr_syntax_idVolker Lendecke2009-07-051-0/+1
* Make check_bind_req static to rpc_server/srv_pipe.cVolker Lendecke2009-07-051-2/+0
* Actually increase PASSDB_INTERFACE_VERSION to 18 :-)Volker Lendecke2009-07-051-1/+1
* Add tldap_pull_guidVolker Lendecke2009-07-041-0/+2
* Add pdb_get_domain_infoVolker Lendecke2009-07-042-0/+12
* Make pdb_ads return an additional flagVolker Lendecke2009-07-041-0/+1
* s3-spoolss: add rpccli_spoolss_getprinterdriver convenience wrapper.Günther Deschner2009-07-031-0/+7
* do not redefine _INT32Matt Kraai2009-07-031-2/+4
* s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher2009-07-021-3/+9
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-021-1/+3
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-301-1/+1
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-0/+1
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-282-2/+5
* If the connection is down, don't try another write.Volker Lendecke2009-06-281-0/+1
* Add tldap_search_vaVolker Lendecke2009-06-281-0/+4
* Add tstream_read_packetVolker Lendecke2009-06-272-0/+11
* s3: pass a valid stat into file_ntimes()Tim Prouty2009-06-251-1/+1