summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett23-171/+170
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett10-22/+21
2011-04-29libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett1-20/+0
2011-04-29s3-libads Move variables into if (socket_wrapper_dir()) where they are used.Andrew Bartlett1-4/+4
2011-04-29build: Fix kerberos build issues in top level buildAndrew Bartlett2-8/+9
2011-04-29s3-ldap Move ldap prototypes to inside #ifdef HAVE_LDAP_HAndrew Bartlett1-10/+11
2011-04-28s3: Close the winbind client fds after forkingVolker Lendecke1-0/+10
2011-04-28s3: Fix a strange German translationVolker Lendecke1-1/+1
2011-04-28selftest: Fix combination of Samba3 and Samba4 test listsAndrew Bartlett1-0/+1
2011-04-28s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett4-7/+48
2011-04-28s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett6-48/+33
2011-04-28lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett3-126/+3
2011-04-28lib/util/charset use convert_string.c in commonAndrew Bartlett1-1/+1
2011-04-28Remove another fstring in this code.Jeremy Allison1-12/+20
2011-04-27s3: Properly clean up in pthreadpool_init in case of failureVolker Lendecke1-0/+6
2011-04-27s3-rpc_server Fix compile without kerberosAndrew Bartlett2-3/+9
2011-04-27Fixup (C) - we've both worked lots on this :-).Jeremy Allison1-0/+2
2011-04-27Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison3-49/+278
2011-04-27s3-waf: add pthreadpool support.Günther Deschner3-4/+21
2011-04-27s3-waf: check for pthread support.Günther Deschner1-0/+31
2011-04-27s3-netapi: Fix Coverity CID #2302: FORWARD_NULLGünther Deschner1-1/+1
2011-04-27s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dirAndrew Bartlett1-1/+1
2011-04-27dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett8-198/+12
2011-04-27s3-test Make samba3.blackbox.net.local.registry.roundtrip reliableAndrew Bartlett1-2/+2
2011-04-27s3-waf Don't enable profiling by defaultAndrew Bartlett1-1/+1
2011-04-27build: fixed build problems due to implicit library deps in samba3coreAndrew Tridgell1-3/+3
2011-04-27auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett2-1/+2
2011-04-27s3-gse: Don't release the mech OID from gss_accept_security_contextAndrew Bartlett3-5/+33
2011-04-27auth/kerberos Move all the PAC handling functions to auth/kerberosAndrew Bartlett1-1/+1
2011-04-27auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett7-98/+19
2011-04-27s3-libsmb Use 'resolv:hosts file' as a DNS emulation when specified.Andrew Bartlett3-1/+43
2011-04-27s3-libads Don't start a DEBUG with 'time'Andrew Bartlett1-1/+1
2011-04-27libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett1-8/+0
2011-04-27s3: Make cli_session_setup_lanman2 asyncVolker Lendecke1-53/+201
2011-04-26s3: Make cli_session_setup_nt1 asyncVolker Lendecke1-87/+246
2011-04-26s3: Make plaintext session setup asyncVolker Lendecke1-59/+145
2011-04-26s3: Remove cli_writeVolker Lendecke3-209/+0
2011-04-26s3: Use cli_writeall instead of cli_writeVolker Lendecke9-103/+169
2011-04-26s3: Add cli_writeallVolker Lendecke2-3/+55
2011-04-26s3:vfs use gpfs_lib_initChristian Ambach3-0/+22
2011-04-26s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop.Günther Deschner1-0/+1
2011-04-26s3: Fix a typoVolker Lendecke1-1/+1
2011-04-26s3: Allow unlimited parallelism in pthreadpoolVolker Lendecke2-9/+31
2011-04-26s3-libads Remove KRB5_DNS_HACKAndrew Bartlett1-12/+0
2011-04-26libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srvAndrew Bartlett1-36/+1
2011-04-26build: Invert --enable-s3build into --disable-s3buildAndrew Bartlett1-1/+1
2011-04-26build: Move Heimdal/MIT compat build rules to heimdal_buildAndrew Bartlett1-11/+0
2011-04-25No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...Jeremy Allison1-23/+0
2011-04-25Correctly detect and deny symlinks anywhere in a path (not just the last comp...Jeremy Allison1-27/+60
2011-04-25s3: Remove unused codeVolker Lendecke1-6/+0