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
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-16
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...
Günther Deschner
1
-1
/
+31
2008-05-16
libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6
Stefan Metzmacher
1
-0
/
+13
2008-05-16
libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...
Stefan Metzmacher
2
-0
/
+5
2008-05-16
libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars
Stefan Metzmacher
1
-17
/
+18
2008-05-16
libreplace: include inet_ntoa.o when the system one is broken
Stefan Metzmacher
1
-2
/
+3
2008-05-16
libreplace: merge getifaddrs.m4 into libreplace_network.m4
Stefan Metzmacher
2
-129
/
+127
2008-05-16
libreplace: merge getaddrinfo.m4 into libreplace_network.m4
Stefan Metzmacher
2
-33
/
+33
2008-05-16
libreplace: merge socketpair.m4 into libreplace_network.m4
Stefan Metzmacher
2
-2
/
+2
2008-05-16
libreplace: merge inet_pton.m4 into libreplace_network.m4
Stefan Metzmacher
2
-2
/
+2
2008-05-16
libreplace: merge inet_ntop.m4 into libreplace_network.m4
Stefan Metzmacher
2
-2
/
+2
2008-05-16
libreplace: merge inet_aton.m4 into libreplace_network.m4
Stefan Metzmacher
2
-2
/
+2
2008-05-16
libreplace: merge inet_ntoa.m4 into libreplace_network.m4
Stefan Metzmacher
2
-20
/
+20
2008-05-16
libreplace: merge socket.m4 into libreplace_network.m4
Stefan Metzmacher
2
-40
/
+40
2008-05-16
Fix typo.
Jelmer Vernooij
1
-1
/
+0
2008-05-16
Add undefined symbol flag for AIX.
William Jojo
1
-0
/
+4
2008-05-16
libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build
Stefan Metzmacher
1
-0
/
+1
2008-05-16
libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
Stefan Metzmacher
2
-1
/
+1
2008-05-16
libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macro
Stefan Metzmacher
2
-63
/
+73
2008-05-16
libreplace: always provide utime() and utimes()
Stefan Metzmacher
6
-1
/
+200
2008-05-14
AFS: The dummy afs_createtoken_str should return NULL, not False.
Kai Blin
1
-1
/
+1
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
1
-1
/
+1
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
1
-1
/
+1
2008-05-10
Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_token
Volker Lendecke
1
-3
/
+1
2008-05-09
Fix replacement getpass. If we ^C at the prompt echo was left off.
Jeremy Allison
1
-5
/
+2
2008-05-09
dsgetdcname: use existing messaging_context if possible.
Günther Deschner
2
-3
/
+4
2008-05-09
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
1
-5
/
+12
2008-05-09
util: add strip_hostname() to strip of leading '\\'.
Günther Deschner
1
-0
/
+19
2008-05-08
Fix bug #5452 - smbclient put always creates zero length
Jeremy Allison
1
-2
/
+2
2008-05-08
gencache: add some const.
Günther Deschner
1
-1
/
+1
2008-05-08
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
Günther Deschner
1
-0
/
+35
2008-05-07
netapi: add -f switch for DsGetDCName() example and be more verbose on output.
Günther Deschner
1
-3
/
+15
2008-05-06
Enable tests for splice on Linux. Add a static (vl, I hate this)
Jeremy Allison
1
-2
/
+19
2008-05-06
libreplace: check how portable utimes() and futimes() are
Stefan Metzmacher
1
-0
/
+1
2008-05-05
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
1
-2
/
+9
2008-05-05
Make the namelist arg to set_namearray const
Volker Lendecke
1
-2
/
+2
2008-05-05
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2
-30
/
+49
2008-04-29
netapi: fix returned name buffer in NetGetJoinInformation_r().
Günther Deschner
1
-1
/
+5
2008-04-29
Merge data_blob_hex_string from Samba4.
Günther Deschner
1
-0
/
+22
2008-04-23
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
1
-2
/
+3
2008-04-23
Increase level of debug msg when a regkey is not found
Volker Lendecke
1
-1
/
+1
2008-04-23
libsmbconf: remove unnecessary talloc success check from smbconf_txt.c
Michael Adam
1
-8
/
+0
2008-04-23
libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c
Michael Adam
1
-12
/
+1
2008-04-23
libsmbconf: remove unnecessary talloc success checks from smbconf.c
Michael Adam
1
-4
/
+0
2008-04-23
libsmbconf: rewrite API to use smbconf_service struct
Michael Adam
5
-56
/
+68
2008-04-22
libsmbconf: add a struct smbconf_service to hold the parameter names + values.
Michael Adam
1
-0
/
+7
2008-04-22
libsmbconf: fix comment headers in smbconf.h
Michael Adam
1
-3
/
+8
2008-04-22
libsmbconf: text backend remove comment references to "simple".
Michael Adam
1
-2
/
+2
2008-04-22
libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().
Michael Adam
4
-9
/
+9
2008-04-22
libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.
Michael Adam
1
-0
/
+0
2008-04-20
libnetapi: Add Doxyfile.
Günther Deschner
1
-0
/
+1362
[next]