Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-25 | s3: pthreadpool_sig_fd->pthreadpool_signal_fd | Volker Lendecke | 4 | -7/+7 | |
2011-04-25 | s3: Tiny doc for pthreadpool | Volker Lendecke | 1 | -7/+59 | |
2011-04-25 | s3: Many pthreadpool fixes | Volker Lendecke | 5 | -87/+587 | |
In particular, this makes it fork-safe | |||||
2011-04-24 | s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status() | Stefan Metzmacher | 1 | -1/+1 | |
Most fault codes have a NTSTATUS representation, so use that. This brings the fault handling in common with the source4/librpc/rpc code, which make it possible to share more highlevel code, between source3 and source4 as the error checking can be the same now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Apr 24 10:44:53 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | s3: Fix Coverity ID 2478, UNINIT | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Apr 23 14:11:22 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -24/+0 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-22 | s3: Fix Coverity ID 2307, NULL_RETURNS | Volker Lendecke | 1 | -0/+4 | |
2011-04-22 | s3: Fix Coverity ID 1340, NULL_RETURNS | Volker Lendecke | 1 | -0/+4 | |
2011-04-20 | lib/util/charset create _handle functions for convert_string() et al | Andrew Bartlett | 1 | -12/+0 | |
This is now API compatible with the existing code in lib/util/charset lazy_initialize_conv() is no longer called as init_iconv() is called when the smb.conf is processed, and get_conv_handle() will auto-init with defaults if required. load_case_tables_library() is no longer requried as all binaries and libraries already load these in their entry points, as otherwise all the other string functions would fail. Andrew Bartlett | |||||
2011-04-17 | s3: Use \0 instead of NULL when 0-terminating a string | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 17 12:26:15 CEST 2011 on sn-devel-104 | |||||
2011-04-16 | s3: Remove an unused variable | Volker Lendecke | 1 | -3/+0 | |
2011-04-14 | s3-build: make sure we pick up system tdb and talloc via #include. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | lib/util Move alpha_strcpy() from s3 into common code | Andrew Bartlett | 1 | -50/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 09:21:59 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-lib Remove very unused (#if 0) strncpyn | Andrew Bartlett | 1 | -25/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 06:27:31 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-lib Remove unused string_append | Andrew Bartlett | 1 | -22/+0 | |
2011-04-14 | s3-lib Move unix_strlower and unix_strupper to their only users. | Andrew Bartlett | 2 | -41/+41 | |
2011-04-14 | s3-lib Remove unused str_ascii_charnum() | Andrew Bartlett | 1 | -18/+0 | |
2011-04-14 | s3-lib Move strisnormal to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -13/+0 | |
2011-04-14 | s3-includes: only include acl prototypes when needed. | Günther Deschner | 1 | -0/+20 | |
Guenther | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-04-13 | s3-netapi: remove two shadowed variables. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2011-04-13 | s3-util_sock: very brief documentation for open_socket_out(). | Günther Deschner | 1 | -0/+10 | |
The most important bit is to document that timeout is in MILLIseconds, not seconds. Guenther | |||||
2011-04-13 | s3-charcnv: Move convert_string() et al to lib/util/charset | Andrew Bartlett | 1 | -445/+1 | |
This is the first step to this being the common convert_string implementation. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | lib/util: Make string_replace from s3 common | Andrew Bartlett | 1 | -43/+0 | |
The s4 implementation didn't do multibyte strings, so was only good for '/' which is known to be safe in all multibyte charsets. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | lib/util ucs2_align is identical, put it in common | Andrew Bartlett | 1 | -7/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | lib/util Move simple string routines into common code. | Andrew Bartlett | 1 | -49/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | lib/util/charset Move source3/lib/util_unistr.c to the common code. | Andrew Bartlett | 2 | -364/+39 | |
This file (largely) contains functions to deal with UTF16 strings. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Move strdup_w to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -18/+0 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Move isvalid83_w to mangle_hash.c | Andrew Bartlett | 3 | -51/+0 | |
This means that there is no need for the 'valid.dat' table to be loaded by anything other than smbd, so the unloader is also removed. The concept of a 'valid dos character' has been replaced by the hash2 mangle method. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib make static and remove more _w functions | Andrew Bartlett | 1 | -14/+2 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Remove unused #define | Andrew Bartlett | 1 | -4/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Remove unused skip_unibuf() | Andrew Bartlett | 1 | -20/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib: Remove unused _w functions. | Andrew Bartlett | 1 | -213/+1 | |
In general we don't manipulate UTF16 strings internally, particularly as they are also multibyte, so are no easier to work with than UTF8. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Correct comment in strlen_w() | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Remove more unused fstring.c functions | Andrew Bartlett | 1 | -46/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-charcnv: make pull_ucs2 static | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib: Remove unused pull_ucs2_fstring() | Andrew Bartlett | 1 | -4/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-12 | s3-util: separate out cmdline helpers. | Günther Deschner | 2 | -253/+277 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 12 13:06:27 CEST 2011 on sn-devel-104 | |||||
2011-04-12 | s3-netapi: use dcerpc_try_samr_connects(). | Günther Deschner | 1 | -4/+18 | |
Guenther | |||||
2011-04-12 | s3-netapi: use libnetapi_get_binding_handle(). | Günther Deschner | 6 | -108/+54 | |
Guenther | |||||
2011-04-12 | s3-netapi: add libnetapi_get_binding_handle(). | Günther Deschner | 2 | -0/+27 | |
Guenther | |||||
2011-04-11 | s3: Fix timeout calculation in event_add_to_poll_args | Volker Lendecke | 1 | -1/+1 | |
In the initial phase nmbd does not yet have timed events. This led to nmbd not correctly registering its names in make test and certainly everywhere else. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 11 14:35:45 CEST 2011 on sn-devel-104 | |||||
2011-04-06 | s3: Fix tldap_make_mod_blob_int() debug messages | Sumit Bose | 1 | -3/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 6 13:10:30 CEST 2011 on sn-devel-104 | |||||
2011-04-06 | s3-smbldap: make octet_strings/DATA_BLOBs const. | Sumit Bose | 1 | -4/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-04-06 | s3-smbldap: support storing octet_strings/DATA_BLOBs. | Günther Deschner | 1 | -21/+91 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-04-04 | s3: add function srprs_quoted to parse strings written with cbuf_print_quoted | Gregor Beck | 2 | -1/+52 | |
2011-04-04 | s3: add function cbuf_print_quoted | Gregor Beck | 2 | -1/+49 | |
2011-04-04 | s3: add function dbwrap_traverse | Gregor Beck | 1 | -0/+8 | |
2011-04-04 | s3: add function dbwrap_trans_traverse | Gregor Beck | 1 | -0/+30 | |
2011-04-04 | s3: fix cbuf_swapptr | Gregor Beck | 1 | -0/+2 | |