summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-299-70/+97
* 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-293-38/+23
* 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
* Revert "s4:selftest: skip s3member tests for now"Stefan Metzmacher2011-04-291-1/+0
* s4:libcli/smb_composite: move smb2_composite_setpathinfo_setinfo_done()Stefan Metzmacher2011-04-281-25/+27
* s4:libcli/smb_composite: move smb2_composite_setpathinfo_create_done()Stefan Metzmacher2011-04-281-22/+23
* s4:libcli/smb_composite: add smb2_composite_setpathinfo_close_done()Stefan Metzmacher2011-04-281-1/+12
* s4:libcli/smb_composite: better names for smb2_composite_setpathinfo_* funcs ...Stefan Metzmacher2011-04-281-22/+15
* s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_reqStefan Metzmacher2011-04-282-72/+118
* s4:libcli/smb2: move smb2_session_setup_spnego_send() to the topStefan Metzmacher2011-04-281-62/+64
* s4:libcli/smb2: move smb2_connect_tcon_done()Stefan Metzmacher2011-04-281-20/+22
* s4:libcli/smb2: move smb2_connect_session_done()Stefan Metzmacher2011-04-281-36/+38
* s4:libcli/smb2: move smb2_connect_negprot_done()Stefan Metzmacher2011-04-281-69/+71
* s4:libcli/smb2: move smb2_connect_socket_done()Stefan Metzmacher2011-04-281-55/+57
* s4:libcli/smb2: move smb2_connect_resolve_done()Stefan Metzmacher2011-04-281-36/+35
* s4:libcli/smb2: rename step functions of smb2_connect_*()Stefan Metzmacher2011-04-281-26/+10
* s4:libcli/smb2: convert smb2_connect_*() to tevent_reqStefan Metzmacher2011-04-283-123/+215
* s4:ntvfs/smb2: use sync version of smb2_connect()Stefan Metzmacher2011-04-281-10/+8
* s4:selftest: skip s3member tests for nowStefan Metzmacher2011-04-281-0/+1
* s3: Close the winbind client fds after forkingVolker Lendecke2011-04-281-0/+10
* s3: Fix a strange German translationVolker Lendecke2011-04-281-1/+1
* s4-selftest: Don't use a hardcoded target DC nameAndrew Bartlett2011-04-281-1/+1
* selftest: Make combined test the default when s3build is enabledAndrew Bartlett2011-04-281-0/+2
* selftest: Fix combination of Samba3 and Samba4 test listsAndrew Bartlett2011-04-282-10/+26
* selftest: Print a better warning warning message when smbcacls fails.Andrew Bartlett2011-04-281-1/+1
* selftest: Don't die() when the join failsAndrew Bartlett2011-04-281-5/+14
* selftest: s3member admember test to confirm s3/s4 interopabilityAndrew Bartlett2011-04-284-58/+172
* s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett2011-04-284-7/+48
* selftest: Make overwrite of $env->{target} optionalAndrew Bartlett2011-04-281-2/+6
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-286-48/+33
* s3-selftest: Use default name resolution methods (now that dns is emulated)Andrew Bartlett2011-04-281-2/+0
* lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett2011-04-286-221/+154
* s3-test: log to stdout for smbd/nmbd/winbinddAndrew Tridgell2011-04-281-3/+5
* lib/util/charset Add copyright headersAndrew Bartlett2011-04-281-1/+2
* lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearerAndrew Tridgell2011-04-281-14/+28
* lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett2011-04-281-0/+443
* lib/util/charset use convert_string.c in commonAndrew Bartlett2011-04-285-205/+6
* lib/util/charset Fix string termination conditions for UTF16 stringsAndrew Bartlett2011-04-281-4/+4
* Remove another fstring in this code.Jeremy Allison2011-04-281-12/+20
* s3: Properly clean up in pthreadpool_init in case of failureVolker Lendecke2011-04-271-0/+6
* s3-rpc_server Fix compile without kerberosAndrew Bartlett2011-04-272-3/+9