summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: move pipe_auth_data to dcerpc.hGünther Deschner2011-05-022-15/+14
* s3-printing: include ../librpc/ndr/libndr.h in ads printing.Günther Deschner2011-05-021-0/+1
* s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-023-7/+6
* s3-printing: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-023-17/+16
* s3-proto: move remaining srvsvc protos to own header file.Günther Deschner2011-05-024-5/+35
* s3-proto: move remaining spoolss protos to own header file.Günther Deschner2011-05-027-10/+45
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-0211-25/+60
* s3-rpc_server: remove proto of nonexisting functionGünther Deschner2011-05-022-5/+1
* s3-util: move valid_share_pathname() to lib/util.cGünther Deschner2011-05-023-38/+35
* s3-proto: move rpc_srv_register protos and structs to town headerfile.Günther Deschner2011-05-029-19/+49
* s3:libsmb/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILUREStefan Metzmacher2011-05-021-0/+2
* s3: Make name_resolve_bcast return sockaddr_storageVolker Lendecke2011-04-304-27/+37
* s3: Remove ip_sevice from get_ipc_connect_master_ipVolker Lendecke2011-04-303-7/+7
* s3-build Add popt dep to fix build on FreeBSDAndrew Bartlett2011-04-301-1/+1
* s3-lib: Rely on uint64_t in conv_str_size()Andrew Bartlett2011-04-302-31/+14
* kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett2011-04-302-2/+2
* s3-waf: Add dependency on popt to fix build on FreeBSDAndrew Bartlett2011-04-301-1/+1
* Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ...Jeremy Allison2011-04-302-4/+10
* Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.Jeremy Allison2011-04-291-2/+10
* torture test for bug #8111 - CIFS VFS: unexpected error on SMB posix open.Jeremy Allison2011-04-301-0/+55
* Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison2011-04-291-12/+49
* s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner2011-04-295-5/+9
* s3-proto: remove duplicate prototypes.Günther Deschner2011-04-296-29/+9
* s3-rpc_server: remove some unneeded headers.Günther Deschner2011-04-291-4/+0
* s3-proto: move rpc_server/rpc_handles.c protos to ntdomain.hGünther Deschner2011-04-292-28/+28
* s3-proto: move more librpc prototypes to librpc/rpc/dcerpc.hGünther Deschner2011-04-293-8/+10
* s3-proto: remove remaining nss_info prototypes to nss_info.hGünther Deschner2011-04-292-7/+7
* s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke2011-04-291-0/+27
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-294-12/+23
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-294-5/+15
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-2944-2/+46
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-2910-1/+9
* s3-build: remove some unused headers.Günther Deschner2011-04-294-7/+0
* s3-ldap Only prototype ldap_init_fd() when we have found it in the librariesAndrew Bartlett2011-04-291-0/+3
* build: put doserr.c into it's own subsystem, so it's no longer a duplicateAndrew Bartlett2011-04-291-1/+3
* lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett2011-04-293-135/+1
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-291-81/+0
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-294-23/+4
* s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett2011-04-293-5/+5
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-2914-32/+29
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-2921-87/+86
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-04-293-5/+4
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-2923-161/+160
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-2923-171/+170
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-2910-22/+21
* libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett2011-04-291-20/+0
* s3-libads Move variables into if (socket_wrapper_dir()) where they are used.Andrew Bartlett2011-04-291-4/+4
* build: Fix kerberos build issues in top level buildAndrew Bartlett2011-04-292-8/+9
* s3-ldap Move ldap prototypes to inside #ifdef HAVE_LDAP_HAndrew Bartlett2011-04-291-10/+11
* s3: Close the winbind client fds after forkingVolker Lendecke2011-04-281-0/+10