index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-29
lib/util Re-merge the string_sub() and all_string_sub() from source3
Andrew Bartlett
6
-150
/
+47
2011-04-29
lib/util/charset Move strstr_m() to the top level
Andrew Bartlett
3
-81
/
+84
2011-04-29
s4-param Rename private_path() -> lpcfg_private_path()
Andrew Bartlett
11
-18
/
+18
2011-04-29
s4-param Remove config_path() -> lpcfg_config_path()
Andrew Bartlett
3
-3
/
+3
2011-04-29
s4-param Rename lock_path() -> lpcfg_lock_path()
Andrew Bartlett
4
-5
/
+5
2011-04-29
libcli/smb Move attrib_string in common
Andrew Bartlett
9
-70
/
+97
2011-04-29
s3-client Add TALLOC_CTX argument to attrib_string().
Andrew Bartlett
3
-5
/
+5
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
14
-32
/
+29
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
21
-87
/
+86
2011-04-29
s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
Andrew Bartlett
3
-5
/
+4
2011-04-29
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
23
-161
/
+160
2011-04-29
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
23
-171
/
+170
2011-04-29
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
10
-22
/
+21
2011-04-29
libcli/smb Move FILE_ATTRIBUTE defines to the top level
Andrew Bartlett
3
-38
/
+23
2011-04-29
s3-libads Move variables into if (socket_wrapper_dir()) where they are used.
Andrew Bartlett
1
-4
/
+4
2011-04-29
build: Fix kerberos build issues in top level build
Andrew Bartlett
2
-8
/
+9
2011-04-29
s3-ldap Move ldap prototypes to inside #ifdef HAVE_LDAP_H
Andrew Bartlett
1
-10
/
+11
2011-04-29
Revert "s4:selftest: skip s3member tests for now"
Stefan Metzmacher
1
-1
/
+0
2011-04-28
s4:libcli/smb_composite: move smb2_composite_setpathinfo_setinfo_done()
Stefan Metzmacher
1
-25
/
+27
2011-04-28
s4:libcli/smb_composite: move smb2_composite_setpathinfo_create_done()
Stefan Metzmacher
1
-22
/
+23
2011-04-28
s4:libcli/smb_composite: add smb2_composite_setpathinfo_close_done()
Stefan Metzmacher
1
-1
/
+12
2011-04-28
s4:libcli/smb_composite: better names for smb2_composite_setpathinfo_* funcs ...
Stefan Metzmacher
1
-22
/
+15
2011-04-28
s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_req
Stefan Metzmacher
2
-72
/
+118
2011-04-28
s4:libcli/smb2: move smb2_session_setup_spnego_send() to the top
Stefan Metzmacher
1
-62
/
+64
2011-04-28
s4:libcli/smb2: move smb2_connect_tcon_done()
Stefan Metzmacher
1
-20
/
+22
2011-04-28
s4:libcli/smb2: move smb2_connect_session_done()
Stefan Metzmacher
1
-36
/
+38
2011-04-28
s4:libcli/smb2: move smb2_connect_negprot_done()
Stefan Metzmacher
1
-69
/
+71
2011-04-28
s4:libcli/smb2: move smb2_connect_socket_done()
Stefan Metzmacher
1
-55
/
+57
2011-04-28
s4:libcli/smb2: move smb2_connect_resolve_done()
Stefan Metzmacher
1
-36
/
+35
2011-04-28
s4:libcli/smb2: rename step functions of smb2_connect_*()
Stefan Metzmacher
1
-26
/
+10
2011-04-28
s4:libcli/smb2: convert smb2_connect_*() to tevent_req
Stefan Metzmacher
3
-123
/
+215
2011-04-28
s4:ntvfs/smb2: use sync version of smb2_connect()
Stefan Metzmacher
1
-10
/
+8
2011-04-28
s4:selftest: skip s3member tests for now
Stefan Metzmacher
1
-0
/
+1
2011-04-28
s3: Close the winbind client fds after forking
Volker Lendecke
1
-0
/
+10
2011-04-28
s3: Fix a strange German translation
Volker Lendecke
1
-1
/
+1
2011-04-28
s4-selftest: Don't use a hardcoded target DC name
Andrew Bartlett
1
-1
/
+1
2011-04-28
selftest: Make combined test the default when s3build is enabled
Andrew Bartlett
1
-0
/
+2
2011-04-28
selftest: Fix combination of Samba3 and Samba4 test lists
Andrew Bartlett
2
-10
/
+26
2011-04-28
selftest: Print a better warning warning message when smbcacls fails.
Andrew Bartlett
1
-1
/
+1
2011-04-28
selftest: Don't die() when the join fails
Andrew Bartlett
1
-5
/
+14
2011-04-28
selftest: s3member admember test to confirm s3/s4 interopability
Andrew Bartlett
4
-58
/
+172
2011-04-28
s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapper
Andrew Bartlett
4
-7
/
+48
2011-04-28
selftest: Make overwrite of $env->{target} optional
Andrew Bartlett
1
-2
/
+6
2011-04-28
s3-libads Pass a struct sockaddr_storage to cldap routines
Andrew Bartlett
6
-48
/
+33
2011-04-28
s3-selftest: Use default name resolution methods (now that dns is emulated)
Andrew Bartlett
1
-2
/
+0
2011-04-28
lib/util/charset Merge talloc-based pull and push charset functions
Andrew Bartlett
6
-221
/
+154
2011-04-28
s3-test: log to stdout for smbd/nmbd/winbindd
Andrew Tridgell
1
-3
/
+5
2011-04-28
lib/util/charset Add copyright headers
Andrew Bartlett
1
-1
/
+2
2011-04-28
lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearer
Andrew Tridgell
1
-14
/
+28
2011-04-28
lib/util/charset Add tests for srclen=-1 behaviour.
Andrew Bartlett
1
-0
/
+443
[next]