Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-21 | s4:libcli/ldap Update headermap.txt (autotools build) and wscript_build for ↵ | Andrew Bartlett | 1 | -1/+1 | |
libcli_ldap.h It took a little while to find where to update this... Andrew Bartlett | |||||
2010-05-21 | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 6 | -5/+5 | |
It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 5 | -9/+0 | |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 17 | -61/+29 | |
2010-04-26 | s4: remove unused rap.h. | Günther Deschner | 1 | -358/+0 | |
Guenther | |||||
2010-04-26 | s4: rename RAP share_enum_info to share_info. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2010-04-22 | s4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER level | Andrew Tridgell | 2 | -6/+18 | |
This is used for allowing operations by RODCs, and denying them operations that should only be allowed for a full DC This required a new domain_sid argument to security_session_user_level() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Rusty Russell <rusty@samba.org> | |||||
2010-04-20 | Removed more excess looping and fixed problem with incorrect IO flag handling. | Nadezhda Ivanova | 1 | -126/+81 | |
2010-04-15 | A bit of refactoring in the SD creation code. | Nadezhda Ivanova | 1 | -127/+71 | |
2010-04-15 | s4-waf: removed a duplicate declaration of python_netbios | Andrew Tridgell | 1 | -7/+0 | |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -4/+4 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 3 | -12/+0 | |
we won't be using the mk -> wscript generator again | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 5 | -0/+10 | |
them | |||||
2010-04-06 | s4-waf: install the rest of the headers | Andrew Tridgell | 2 | -5/+2 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 2 | -4/+4 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 5 | -0/+138 | |
2010-04-04 | s4-python: Remove convenience macro PyErr_SetStringError. | Jelmer Vernooij | 1 | -3/+0 | |
This macro assumed that all errors were runtime errors. | |||||
2010-03-30 | wbclient/wbclient.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-29 | s4:libcli/util/clilsa.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -3/+31 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 3 | -0/+3 | |
These were causing thousands of warnings on solaris8 | |||||
2010-03-25 | s4:libcli/wrepl: correctly remove the tstream_context when the connection is ↵ | Stefan Metzmacher | 1 | -1/+15 | |
dead metze | |||||
2010-03-25 | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 1 | -1/+1 | |
this should be much more portable | |||||
2010-03-24 | Missing include guard in source4/libcli/security/security.h | Jeremy Allison | 1 | -0/+5 | |
Jeremy. | |||||
2010-03-19 | error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. | Günther Deschner | 1 | -1/+1 | |
Metze, please check. Guenther | |||||
2010-03-18 | libcli/util: add more NT_STATUS_RPC_* defines | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-03-12 | s4:libcli/util/clilsa.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-03-12 | s4:libcli/composite: get rid of composite_continue_rpc() | Stefan Metzmacher | 2 | -16/+0 | |
metze | |||||
2010-03-11 | s4:libcli Use integrated name resolution when connecting SMB | Andrew Bartlett | 2 | -38/+13 | |
This avoids pulling the address into a string and back again if given a name, by letting the next async layer down do the name resolution. If it was an IP address to start with, then the resolver library just converts that to the struct socket_address. Andrew Bartlett | |||||
2010-03-11 | s4:libcli/resovle File based lookup module for DNS name types | Andrew Bartlett | 3 | -1/+153 | |
This uses the new common code to read a file containing DNS host names, so we don't have to use real DNS lookups in our test environment. Andrew Bartlett | |||||
2010-03-11 | s4:libcli/resolve Use a more robust way to return the string address | Andrew Bartlett | 2 | -3/+12 | |
By going via these tevent functions, we avoid needing to dereference the struct socket_address, which may contain a 'struct sockaddr' or strings. The new dns_host_file resolver returns in the form of a struct sockaddr. Andrew Bartlett | |||||
2010-03-10 | ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL | Björn Jacke | 1 | -1/+1 | |
2010-03-09 | s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-) | Volker Lendecke | 1 | -1/+1 | |
2010-03-07 | s4:libcli/wrepl: rewrite the low level request handling to use tevent_queue ↵ | Stefan Metzmacher | 3 | -465/+304 | |
and tstream_context metze | |||||
2010-03-07 | s4:libcli/wrepl: add wrepl_socket_is_connected() | Stefan Metzmacher | 1 | -0/+17 | |
metze | |||||
2010-03-07 | s4:libcli/wrepl: make struct wrepl_request private to winsrepl.c | Stefan Metzmacher | 2 | -29/+30 | |
metze | |||||
2010-03-07 | s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper | Stefan Metzmacher | 1 | -39/+118 | |
metze | |||||
2010-03-07 | s4:libcli/wrepl: rename enum wrepl_request_state => enum ↵ | Stefan Metzmacher | 1 | -2/+2 | |
wrepl_request_internal_state metze | |||||
2010-03-07 | s4:libcli/wrepl: move wrepl_request_send/recv => ↵ | Stefan Metzmacher | 1 | -6/+20 | |
wrepl_request_internal_send/recv metze | |||||
2010-03-07 | s4:libcli/wrepl: add my copyright | Stefan Metzmacher | 2 | -0/+2 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_associate_stop_send to tevent_req | Stefan Metzmacher | 1 | -28/+83 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_connect_send to tevent_req | Stefan Metzmacher | 1 | -65/+95 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_associate_send to tevent_req | Stefan Metzmacher | 1 | -36/+98 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_pull_table_send to tevent_req | Stefan Metzmacher | 1 | -39/+98 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: convert wrepl_pull_names_send to tevent_req | Stefan Metzmacher | 1 | -63/+142 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: use UTIL_TEVENT | Stefan Metzmacher | 2 | -1/+2 | |
metze | |||||
2010-03-05 | s4:libcli/wrepl: avoid neested named structures | Stefan Metzmacher | 1 | -15/+19 | |
metze | |||||
2010-03-05 | s4-pvfs: move the private ntcreatex flags to private_flags | Andrew Tridgell | 2 | -8/+7 | |
Re-using two of the create_options bits was bound to eventually cause problems, and indeed, Windows7 now uses one of those bits when opening text files. Fixes bug 7189 | |||||
2010-03-05 | s4-dns-ex: use autoclose on the dns child pipe | Andrew Tridgell | 1 | -2/+1 | |
I'm hoping this will fix an occasional segfault I've noticed where epoll still calls events on a closed fde Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-03 | s4:move the sddl code down to the top level | Michael Adam | 3 | -627/+2 | |
Michael |