summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2008-08-29kerberos: fix HAVE_KRB5 related build issue.Günther Deschner1-3/+4
2008-08-29kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner1-1/+1
2008-08-29kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner1-1/+9
2008-08-29kerberos: move the KRB5_KEY* macros to header file.Günther Deschner1-0/+12
2008-08-28Remove cli_request_get()Volker Lendecke1-6/+0
2008-08-28Add async smbecho client supportVolker Lendecke2-2/+9
2008-08-28Add cli_request->recv_helperVolker Lendecke1-0/+12
2008-08-28Activate code to enable chained requestsVolker Lendecke2-3/+26
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2-24/+66
2008-08-28Add cli_pull_replyVolker Lendecke1-0/+4
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke3-18/+18
2008-08-28Add async open&xVolker Lendecke1-0/+3
2008-08-28Add async cli_closeVolker Lendecke1-0/+3
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke2-21/+6
2008-08-27Fix the wcache_invalidate_samlogon calls.Jeremy Allison1-1/+1
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison1-1/+0
2008-08-20Here is a re-working of the winbinddJeremy Allison1-0/+1
2008-08-20smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher1-4/+11
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison1-1/+1
2008-08-15Add modules_path() to construct paths to files in MODULESDIR.Michael Adam1-0/+1
2008-08-15dynconfig: add support for MODULESDIR.Michael Adam1-0/+4
2008-08-15dynconfig: remove commented-out old stuff from dynconfig.c and dynconfig.hMichael Adam1-16/+0
2008-08-15dynconfig: remove unused prototypes.Michael Adam1-4/+5
2008-08-15proto.h: remove prototypes from dynconfig.cMichael Adam1-25/+0
2008-08-14Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam1-0/+4
2008-08-14Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam1-0/+4
2008-08-14Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam1-0/+4
2008-08-14Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam1-0/+4
2008-08-14Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2-18/+4
2008-08-13smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam1-1/+1
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell2-6/+5
2008-08-13Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg1-0/+2
2008-08-12Fix prototypesVolker Lendecke1-17/+23
2008-08-12idmap rewriteVolker Lendecke1-6/+2
2008-08-11doserr: add WERR_MEMBER_IN_ALIAS.Günther Deschner1-0/+1
2008-08-09nmbd_packets: make queue_packet() public.Michael Adam1-0/+1
2008-08-09loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam1-0/+2
2008-08-09lib/access: make list_match() public.Michael Adam1-0/+2
2008-08-09lib/access: make client_match() public.Michael Adam1-0/+1
2008-08-08Add simple async wrappers around send, recv and connectVolker Lendecke2-0/+46
2008-08-07Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison1-0/+1
2008-08-01dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam1-0/+1
2008-07-30Enabled domain groups to be added to builtin groups at domain join timeTim Prouty1-0/+2
2008-07-30rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner1-0/+6
2008-07-27Make create_conn_struct() publicVolker Lendecke1-0/+5
2008-07-26Save 128 byte (32-bit platform) or 256 byte (64-bit) per connection_structVolker Lendecke1-1/+1
2008-07-26make read/write to internal pipes available externallyVolker Lendecke2-8/+9
2008-07-26Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructorVolker Lendecke1-9/+0
2008-07-26Refactor make_internal_rpc_pipe_p: connection_struct is not neededVolker Lendecke2-2/+9
2008-07-26Create doxygen comments for async_req.[ch]Volker Lendecke1-41/+82