summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* nterr: make sure both nt_errs structs are the same.Günther Deschner2011-03-041-4/+16
* s3-nterr: make nt_err_desc static const.Günther Deschner2011-03-041-1/+1
* nterr: remove space indents (use tabs instead), following coding standards.Günther Deschner2011-03-041-12/+12
* nterr: remove trailing whitespace.Günther Deschner2011-03-041-15/+15
* s3-waf: add check for SEEKDIR_RETURNS_VOID.Günther Deschner2011-03-041-0/+5
* s3-waf: add check for HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.Günther Deschner2011-03-041-0/+6
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-043-33/+0
* s3: Use dom_sid_string_buf in sid_to_fstringVolker Lendecke2011-03-031-3/+1
* s3: Use dom_sid_string in _lsa_lookup_sids_internalVolker Lendecke2011-03-031-4/+1
* s3: Remove an obsolete commentVolker Lendecke2011-03-031-3/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-03-031-3/+3
* lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.Günther Deschner2011-03-031-1/+1
* s3-includes: remove global include of system/readline.h.Günther Deschner2011-03-021-1/+0
* s3-proto: fix some inline comments.Günther Deschner2011-03-021-3/+12
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-025-9/+4
* s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke2011-03-021-0/+7
* s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke2011-03-021-0/+31
* s3: Announce HSM in the gpfs moduleVolker Lendecke2011-03-021-0/+23
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-028-12/+36
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-028-14/+53
* s3: Fix operation names in vfs_full_audit.cVolker Lendecke2011-03-021-2/+2
* s3: Print all flags in "smbclient allinfo"Volker Lendecke2011-03-021-1/+25
* s3:idmap_cache: remove an leftover wip commentMichael Adam2011-03-021-1/+1
* s3: adjust loglevel for idmap_cacheGregor Beck2011-03-021-10/+10
* s3-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-029-2/+8
* s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum().Günther Deschner2011-03-021-10/+63
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-0212-1/+11
* s3: GPFS can't deal with mangled namesVolker Lendecke2011-03-021-0/+7
* s3-printing: vfs_connect prior to driver/dfs IODavid Disseldorp2011-03-023-10/+29
* s3-printing: clean up get_correct_cversion error pathsDavid Disseldorp2011-03-021-18/+16
* s3-printing: fix move_driver_to_download_area() error pathsDavid Disseldorp2011-03-023-72/+54
* s3: remove superfluous debug messages from msg_idmapGregor Beck2011-03-021-4/+0
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-0111-36/+29
* s3-rpc_server Handle session key as a constant bufferAndrew Bartlett2011-03-011-28/+4
* lib/util: new merged debug systemAndrew Bartlett2011-03-019-1410/+5
* s3-debug Always use C99 true/false rather than True and FalseAndrew Bartlett2011-03-011-29/+29
* s3-build __FUNCTION__ is always available, always use itAndrew Bartlett2011-03-013-5/+5
* lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett2011-03-011-63/+0
* Fix compiler warning on casting -1 to uint32.Jeremy Allison2011-02-281-3/+3
* Fix some typesJelmer Vernooij2011-02-288-12/+12
* Fix one more warning introduced by changing the size of UNIX_USER_TOKEN->ngro...Jeremy Allison2011-02-281-1/+1
* Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...Jeremy Allison2011-02-281-1/+1
* s3-torture: fix the build of rpc_open_tcp.Günther Deschner2011-02-281-1/+1
* s3-smbd: Pass tevent context to messaging functions.Andreas Schneider2011-02-281-4/+11
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-2840-94/+186
* s3:test: fix smbclient test on older systems (usage of mktemp)Michael Adam2011-02-281-1/+1
* s3:test: fix registry roundtrip test on older systems (usage of mktemp)Michael Adam2011-02-281-1/+1
* s3: Eliminate sys_select from do_smb_resolve() -- untestedVolker Lendecke2011-02-281-14/+3
* s3: Eliminate sys_select from do_smb_browse() -- untestedVolker Lendecke2011-02-281-14/+4
* s3: Eliminate sys_select_intr from smbfilterVolker Lendecke2011-02-281-17/+43