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
2011-02-01
s3: Add support for AF_NETLINK addr notifications
Volker Lendecke
2
-0
/
+316
2011-02-01
s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/user.c.
Günther Deschner
1
-130
/
+377
2011-02-01
s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/samr.c.
Günther Deschner
1
-14
/
+48
2011-02-01
s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/localgroup.c.
Günther Deschner
1
-50
/
+151
2011-02-01
s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/group.c.
Günther Deschner
1
-120
/
+367
2011-01-31
s3:lib/events: use DLIST_DEMOTE() for fd events
Stefan Metzmacher
1
-0
/
+1
2011-01-31
s3:lib/events: don't loop over fd events is select gave -1
Stefan Metzmacher
1
-1
/
+1
2011-01-31
Revert "s3:events: Call all ready fd event handlers on each iteration of the ...
Stefan Metzmacher
1
-15
/
+7
2011-01-28
s3-rpc_client: remove some more obsolete cli_X.h header files.
Günther Deschner
1
-1
/
+1
2011-01-26
s3-lib: Fixed a missing return value in tldap.
Andreas Schneider
1
-0
/
+1
2011-01-26
errormap: Add unix_to_werror() function
Kai Blin
1
-0
/
+6
2011-01-24
libcli/ldap: use lib/ldb_compat.h for the s3 build
Stefan Metzmacher
1
-0
/
+13
2011-01-24
Revert "s3: Fix an infinite loop"
Volker Lendecke
1
-4
/
+0
2011-01-23
s3: Fix an infinite loop
Volker Lendecke
1
-0
/
+4
2011-01-21
s3: Fix the code to immediately disconnect from a non-working ctdbd
Volker Lendecke
1
-0
/
+1
2011-01-13
s3-libnetapi: prefer dcerpc_srvsvc_X functions.
Günther Deschner
3
-15
/
+86
2011-01-13
s3-libnetapi: prefer dcerpc_netr_X functions.
Günther Deschner
2
-13
/
+32
2011-01-12
s3-libnetapi: add missing error check after switchting to dcerpc_wkssvc_X fun...
Günther Deschner
1
-0
/
+4
2011-01-11
s3-initshutdown: prefer dcerpc_initshutdown_X functions.
Günther Deschner
1
-3
/
+9
2011-01-11
s3-wkssvc: prefer dcerpc_wkssvc_X functions.
Günther Deschner
1
-6
/
+21
2010-12-30
s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the acco...
Stefan Metzmacher
1
-3
/
+0
2010-12-23
All calls to event_add_to_select_args() call GetTimeOfDay() and
Jeremy Allison
1
-6
/
+5
2010-12-22
s3: Remove unused open_any_socket_out
Volker Lendecke
1
-165
/
+0
2010-12-22
s3:lib/gencache: fix memory leak in error path
Stefan Metzmacher
1
-0
/
+3
2010-12-21
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
1
-0
/
+35
2010-12-19
wb_reqtrans is not used in libwbclient
Volker Lendecke
2
-0
/
+507
2010-12-19
s3: FreeBSD has getpeereid(), use it
Volker Lendecke
1
-0
/
+4
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-1
/
+1
2010-12-19
s3: Fix serverid_exists
Volker Lendecke
1
-0
/
+4
2010-12-15
Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo...
Jeremy Allison
2
-16
/
+68
2010-11-28
s3: Add gencache_iterate_blobs
Volker Lendecke
1
-57
/
+87
2010-11-28
s3: Convert gencache_get_data_blob to gencache_parse
Volker Lendecke
1
-59
/
+38
2010-11-28
s3: Add gencache_parse
Volker Lendecke
1
-0
/
+59
2010-11-24
s3-libnetapi Load case tables earlier
Andrew Bartlett
1
-2
/
+3
2010-11-24
s3-libnetapi Add function header comments
Andrew Bartlett
1
-0
/
+3
2010-11-24
s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystems
Andrew Bartlett
3
-12
/
+60
2010-11-14
Move error reporting of messaging context creation fail into
Jeremy Allison
3
-6
/
+3
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
2
-1
/
+5
2010-11-03
s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...
Michael Adam
1
-0
/
+9
2010-11-03
s3:lib/util_str: add strlen_m_ext() that takes input and output charset
Michael Adam
1
-13
/
+55
2010-11-03
s3:lib/util_str: clarify the comment header for strlen_m().
Michael Adam
1
-4
/
+6
2010-11-03
s3:lib/charcnv: clarify comments in next_codepoint_ext()
Michael Adam
1
-2
/
+2
2010-11-03
s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()
Michael Adam
1
-5
/
+5
2010-11-03
s3:lib/charcnv: reformat comments in next_codepoint_ext()
Michael Adam
1
-12
/
+18
2010-11-03
s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.
Michael Adam
1
-11
/
+32
2010-11-02
s3: Do not connect to ctdb if it is blocked for some reason
Volker Lendecke
1
-0
/
+58
2010-11-02
cluster_fatal() exit code should not indicate success.
Martin Schwenke
1
-1
/
+1
2010-11-02
s3-libsmbclient Add comments to describe the behaviour of DEBUG()
Andrew Bartlett
1
-0
/
+5
2010-11-02
debug Explain the behaviour of setup_logging() more clearly
Andrew Bartlett
1
-0
/
+6
2010-11-02
s3-debug Clarify the handling of invalid state.fd values in debug.c
Andrew Bartlett
1
-9
/
+10
[prev]
[next]