Age | Commit message (Expand) | Author | Files | Lines |
2013-03-05 | s4-libregistry: Improve NULL handling of name. | Andreas Schneider | 1 | -3/+4 |
2013-03-05 | s4-libregistry: Fix path check and improve while loops. | Andreas Schneider | 1 | -6/+6 |
2013-03-05 | s4-libregistry: Make sure we don't dereference a NULL pointer. | Andreas Schneider | 1 | -1/+3 |
2013-03-04 | s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo... | Andrew Bartlett | 1 | -1/+1 |
2013-03-02 | Handle EMSGSIZE on UNIX domain sockets. | Landon Fuller | 1 | -9/+26 |
2013-03-02 | Move python modules from source4/scripting/python/ to python/. | Jelmer Vernooij | 1 | -1/+1 |
2013-02-28 | s4:lib/events: make use of samba_tevent_set_debug() | Stefan Metzmacher | 1 | -35/+1 |
2013-02-28 | s4:pyregistry: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -1/+1 |
2013-02-22 | s4-lib: Don't leak plugin handle on error. | Andreas Schneider | 1 | -0/+1 |
2013-02-22 | s4-policy: Fix memory leaks in push_recursive(). | Andreas Schneider | 1 | -14/+26 |
2013-02-22 | s4-registry: Don't leak file descriptor. | Andreas Schneider | 1 | -2/+1 |
2013-02-22 | s4-registry: Don't leak memory on error. | Andreas Schneider | 1 | -0/+7 |
2013-02-19 | s4:lib/com: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -1/+1 |
2013-02-14 | waf: Make sure we link against samba-util. | Andreas Schneider | 1 | -0/+1 |
2013-01-26 | pymessaging: Pass around the server_id struct to python callbacks rather than... | Andrew Bartlett | 1 | -3/+13 |
2013-01-26 | pymessaging: Use correct unsigned types for server ID tuple elememnts | Andrew Bartlett | 1 | -3/+3 |
2013-01-09 | Use the new directory_create_or_exist_strict() function. | Andreas Schneider | 1 | -1/+1 |
2013-01-09 | s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s... | Stefan Metzmacher | 2 | -4/+4 |
2012-12-21 | s4-regsitry: Check return value of ldb_msg_add_empty(). | Andreas Schneider | 1 | -1/+7 |
2012-12-21 | s4-lib: Use directory_create_or_exist() to create messaging dir. | Andreas Schneider | 1 | -1/+6 |
2012-12-12 | s4-socket: Make sure unix socket addresses are null terminated. | Andreas Schneider | 1 | -5/+5 |
2012-12-03 | cmdline: Use new samba_getpass() function. | Andreas Schneider | 1 | -5/+9 |
2012-11-29 | docs: man regtree: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man regshell: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man regpatch: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-29 | docs: man regdiff: Add missing meta data. | Karolin Seeger | 1 | -0/+3 |
2012-11-15 | popt_common: Fix typos. | Karolin Seeger | 1 | -2/+2 |
2012-10-31 | pymessaging: Add irpc_servers_byname() and irpc_all_servers() | Andrew Bartlett | 1 | -0/+99 |
2012-10-31 | pymessaging: Use the server_id IDL structure rather than a tuple | Andrew Bartlett | 1 | -5/+20 |
2012-10-31 | imessaging: Add irpc_all_servers() to list all available servers | Andrew Bartlett | 2 | -0/+73 |
2012-08-09 | s4-events: Do not vasprintf() the tevent debug messages that will not be shown | Andrew Bartlett | 1 | -4/+6 |
2012-08-06 | s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/ | Stefan Metzmacher | 1 | -12/+12 |
2012-07-27 | lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s... | Andrew Bartlett | 1 | -10/+0 |
2012-07-18 | s4-lib/tls: Try socket_send() multiple times to send partial packets | Andrew Bartlett | 1 | -13/+26 |
2012-07-13 | s4:registry:regdiff: use existing talloc context for the event context | Michael Adam | 1 | -1/+1 |
2012-07-13 | s4:registry:regdiff: add TALLOC_CTX * argument to open_backend() | Michael Adam | 1 | -6/+7 |
2012-07-13 | s4:registry: add a TALLOC_CTX argument to reg_open_remote() | Michael Adam | 4 | -5/+7 |
2012-06-12 | s4:registry:testsuite: fix use of non-existent word (existant) | Michael Adam | 1 | -3/+3 |
2012-06-07 | build: Add missing deps and make MESSAGING a private library | Andrew Bartlett | 1 | -2/+3 |
2012-05-14 | s4:lib/events: no longer define TEVENT_COMPAT_DEFINES | Stefan Metzmacher | 1 | -3/+0 |
2012-05-14 | s4:lib/events: remove unused event_context_find() prototype | Stefan Metzmacher | 1 | -1/+0 |
2012-05-11 | s4:lib: remove unused wscript_build file | Michael Adam | 1 | -7/+0 |
2012-05-03 | UTIL_TDB: lowercase name. | Jelmer Vernooij | 1 | -1/+1 |
2012-04-30 | s4-messaging: Fill in the whole server_id in all use cases | Andrew Bartlett | 1 | -1/+6 |
2012-04-25 | s4-messaging: Use generate_random() to get a unique ID for messaging clients | Andrew Bartlett | 1 | -1/+2 |
2012-03-16 | Stop installing popt_common.h as its symbols are in a private library. | Jelmer Vernooij | 1 | -1/+0 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 1 | -1/+1 |
2012-03-06 | s4 dns: Fix TCP handling in the DNS server | Kai Blin | 2 | -0/+13 |
2012-03-06 | policy/python: Move python binding tests to standard location. | Jelmer Vernooij | 1 | -36/+0 |
2012-02-18 | s4:lib/tls - include GNUTLS headers consistently using <...> | Matthias Dieter Wallnöfer | 3 | -4/+4 |