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