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-01-29
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
1
-3
/
+3
2008-01-27
We need to leave the corepath around
Volker Lendecke
1
-1
/
+0
2008-01-27
Adding missing calls to va_end().
Tim Potter
4
-2
/
+16
2008-01-25
Tiny simplification
Volker Lendecke
1
-8
/
+7
2008-01-25
Remove a pointless while loop
Volker Lendecke
1
-11
/
+7
2008-01-25
Add LIBNETAPI_LOCAL_SERVER() macro.
Günther Deschner
1
-0
/
+5
2008-01-25
No need to close registry on libnetapi_free() anymore.
Günther Deschner
1
-1
/
+0
2008-01-24
More read_data -> read_socket_with_timeout
Volker Lendecke
1
-16
/
+3
2008-01-23
read_socket_with_timeout has timeout=0 handling
Volker Lendecke
1
-38
/
+1
2008-01-23
strtok -> strtok_r
Volker Lendecke
2
-16
/
+18
2008-01-23
Fix tab_depth: it should not create an extra debug header.
Michael Adam
1
-1
/
+1
2008-01-22
Move samba_extended_info_version to smbd/trans2.c
Volker Lendecke
1
-32
/
+0
2008-01-22
Avoid use of uninitialized memory
Volker Lendecke
1
-1
/
+4
2008-01-22
Get Samba version or capability information from Windows
Corinna Vinschen
1
-0
/
+29
2008-01-22
libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_t
Stefan Metzmacher
1
-0
/
+25
2008-01-21
util_sock: Don't return a pointer to freed memory.
Kai Blin
1
-1
/
+2
2008-01-21
util_sock: Fix memcache bug in get_mydnsfullname.
Kai Blin
1
-3
/
+3
2008-01-21
Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c
Michael Adam
1
-97
/
+0
2008-01-20
Fix some "set but never used" warnings
Volker Lendecke
1
-3
/
+1
2008-01-20
Some systems do not have XATTR_ defined
Volker Lendecke
1
-5
/
+0
2008-01-19
Add "split_ntfs_stream_name()" together with a torture test
Volker Lendecke
1
-0
/
+90
2008-01-19
Add an error mapping for ENOATTR
Volker Lendecke
1
-0
/
+3
2008-01-19
Use SAFE_FREE instead of free
Volker Lendecke
1
-1
/
+2
2008-01-19
Tiny memory leak in lib/version.c
Corinna Vinschen
1
-0
/
+1
2008-01-19
afs: Use talloc_stackframe() instead of talloc_init()
Kai Blin
1
-1
/
+1
2008-01-19
util_str: Don't return memory from talloc_tos(), use mem_ctx instead.
Kai Blin
2
-13
/
+16
2008-01-18
Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...
Stefan Metzmacher
1
-4
/
+0
2008-01-18
libreplace: Escape asterisk.
Jelmer Vernooij
1
-1
/
+1
2008-01-18
Try to fix the build on Tru64; avoid single quotes because they get expanded ...
Jelmer Vernooij
1
-1
/
+1
2008-01-18
r26550: libreplace: fallback to __ss_family of struct sockaddr_storage
Stefan Metzmacher
2
-0
/
+29
2008-01-18
r26102: libreplace: remove system/printing.h as it only contains samba3 stuff
Stefan Metzmacher
2
-51
/
+0
2008-01-18
r25976: libreplace: not all platforms like _XOPEN_SOURCE=600
Stefan Metzmacher
1
-2
/
+5
2008-01-18
r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600
Stefan Metzmacher
1
-0
/
+1
2008-01-18
r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINE
Stefan Metzmacher
2
-15
/
+2
2008-01-18
r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.h
Stefan Metzmacher
1
-5
/
+12
2008-01-18
Fix the build w/o ADS.
Günther Deschner
1
-0
/
+4
2008-01-18
Add header for NetGetJoinableOUs to libnetapi.
Günther Deschner
1
-0
/
+11
2008-01-18
merged changes from v4-0-test
Andrew Tridgell
2
-43
/
+43
2008-01-18
Add NetGetJoinableOUs() to libnetapi (incl. example).
Günther Deschner
3
-3
/
+309
2008-01-18
Cosmetics and error string reporting for libnetapi.
Günther Deschner
3
-16
/
+114
2008-01-18
Add some more debugging into netdomjoin-gui.
Günther Deschner
1
-4
/
+9
2008-01-18
Fix local hostname detection in netdomjoin-gui.
Günther Deschner
1
-10
/
+27
2008-01-18
Improve libnetapi_set_error_string().
Günther Deschner
2
-7
/
+39
2008-01-17
Use new pidl-generated netlogon client calls in NetApi GetDcName().
Günther Deschner
2
-38
/
+8
2008-01-16
Fix IPv6 bug #5204, which caused krb5 DNS lookups
Jeremy Allison
1
-2
/
+25
2008-01-16
Don't try ftruncate when the tdb is opened read-only
Volker Lendecke
1
-0
/
+1
2008-01-16
Next try to fix the max dead record calculation
Volker Lendecke
1
-1
/
+1
2008-01-16
Fix some C++ warnings
Volker Lendecke
1
-2
/
+5
2008-01-16
Fix a missing prototype warning
Volker Lendecke
1
-0
/
+1
2008-01-16
Add "config backend" to the parameters forbidden in registry config.
Michael Adam
1
-0
/
+1
[prev]
[next]