Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-03-31 | s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to ↵ | Michael Adam | 1 | -1/+56 | |
local ctdbd This way, the record will be scheduled for fast vacuuming. This is sent with the NOREPLY flag, so ctd should not sent a reply packet and samba does not expect one. Hence, it is not important for the success of the db_ctdb_delete command whether or not the ctdbd we are running against supports the SCHEDULE_FOR_DELETION control. | |||||
2011-03-31 | s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the control | Michael Adam | 1 | -0/+1 | |
The only flag that is currently used is the NOREPLY flag to indicate that the client expects no reply packet. This needs to get passed down to the ctdb daemon so that it really does not send a reply. | |||||
2011-03-31 | s3:ctdb: samba can now handle the NOREPLY flag | Michael Adam | 1 | -3/+0 | |
Revert "samba3 can't handle NOREPLY yet" This reverts commit 9bf211db6d7d6ef6e59508de69d6d8dfe5bae059. | |||||
2011-03-31 | s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set. | Michael Adam | 1 | -0/+3 | |
2011-03-31 | s3-libndr: add ../librpc/ndr/libndr.h include in some places. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | Fix convert_string() to take a *converted_size arg. and return a bool. | Jeremy Allison | 4 | -40/+49 | |
Makes these interfaces much harder to misuse and easier to ensure error checking. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 30 23:59:37 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | Change convert_string_internal() and convert_string_error() to bool return. | Jeremy Allison | 2 | -57/+54 | |
Move closer to makeing all convert_string_XXX functions return bool. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 30 20:58:10 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | Fix the nstring calls to use the correct sizes. | Jeremy Allison | 1 | -6/+6 | |
2011-03-30 | s3: Fix g_lock_lock after the select/poll conversion | Volker Lendecke | 1 | -1/+1 | |
Without clustering we don't have an fd to listen on, and sys_poll needs one element of space Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 18:36:50 CEST 2011 on sn-devel-104 |