Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-28 | s3: Add poll_intr_one_fd | Volker Lendecke | 1 | -0/+17 | |
2011-02-28 | s3: Eliminate sys_select from g_lock_lock | Volker Lendecke | 1 | -11/+31 | |
2011-02-28 | s3: Eliminate select from packet_fd_read_sync | Volker Lendecke | 2 | -17/+15 | |
2011-02-28 | s3: Add poll_one_fd() | Volker Lendecke | 1 | -0/+27 | |
2011-02-28 | s3: Remove select-based s3 event backend | Volker Lendecke | 1 | -114/+0 | |
2011-02-28 | s3: Use poll for the event loop | Volker Lendecke | 1 | -13/+267 | |
2011-02-28 | s3: Add timeval_to_msec | Volker Lendecke | 1 | -0/+5 | |
2011-02-28 | s3: add functions to remove entries from idmap cache | Gregor Beck | 2 | -0/+120 | |
2011-02-27 | s3: Make is_zero_addr take a sockaddr_storage | Volker Lendecke | 1 | -1/+1 | |
All callers had to cast this anyway Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104 | |||||
2011-02-26 | dirfd doesn't exist in some platforms. | Jeremy Allison | 1 | -2/+4 | |
Hack that should get the buildfarm back to green. Ensure dirfd() needs to be defined before we properly return fdopendir. This will do until we get a proper dirfd() defined in libreplace. From http://www.gnu.org/software/hello/manual/gnulib/dirfd.html This function is missing on some platforms: AIX 7.1, HP-UX 11, OSF/1 5.1, Solaris 10, mingw. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 26 04:19:55 CET 2011 on sn-devel-104 | |||||
2011-02-25 | Removed unused code check_dos_char_slowly. | Jeremy Allison | 1 | -17/+0 | |
2011-02-25 | Detect Mac OS X as a separate client type. | Justin Maggard | 1 | -0/+3 | |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 1 | -2/+2 | |
This will help with the change from UNIX_USER_TOKEN to security_unix_token metze | |||||
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 2 | -7/+7 | |
These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-02-20 | s3: Protect tldap_errstr against a NULL ld | Volker Lendecke | 1 | -1/+3 | |
2011-02-20 | s3: Slightly simplify Get_Pwnam_alloc | Volker Lendecke | 1 | -4/+1 | |
2011-02-20 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 2 | -2/+2 | |
When called from a library, we don't want to call this, as we may overwrite some of our calling program's context. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104 | |||||
2011-02-18 | lib/util/charcnv Move iconv handle setup in common | Andrew Bartlett | 1 | -290/+12 | |
We now use the struct smb_iconv_convenience at the core of all our iconv code, and use global_iconv_convenience for the callers that don't specify one. Andrew Bartlett | |||||
2011-02-18 | s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat | Andrew Bartlett | 2 | -51/+8 | |
This file is always installed, and is only even required for the old, depricated mangle hash method. Andrew Bartlett | |||||
2011-02-18 | lib/util/charset Use top level iconv.c in source3 | Andrew Bartlett | 1 | -775/+0 | |
The two files were very similar already, the only change required was to adopt the s3 module registration fucntion name. (NTSTATUS wasn't used as the charset code does not otherwise use that type). Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-18 | charset Remove use of {isupper,islower,toupper,tolower}_w functions | Andrew Bartlett | 4 | -161/+18 | |
These now call the common _m functions that consider UTF16 code points. This removes the code which will make up a 'lame' table in memory, as this can just as correctly be handled by running the algorithm at runtime (which is to call toupper() and tolower() on characters < 128). When used, a top level waf build will always locate the correct table - in the build tree or outside - due to relinking the installed binary. Andrew Bartlett | |||||
2011-02-17 | s3-cluster Always fill in the clustering vnn element | Andrew Bartlett | 2 | -30/+0 | |
This avoids this structure being partially uninitialised. Adnrew Bartlett | |||||
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 2 | -507/+0 | |
Guenther | |||||
2011-02-14 | s3: move some defines to a better place. | Günther Deschner | 1 | -0/+11 | |
Guenther | |||||
2011-02-13 | s3: Use tlap_simple_recv in tldap_sasl_bind_recv | Volker Lendecke | 1 | -6/+3 | |
2011-02-13 | s3: Add error checking to asn1_read_OctetString_talloc | Volker Lendecke | 1 | -2/+15 | |
2011-02-13 | Fix typos | Volker Lendecke | 1 | -1/+1 | |
2011-02-13 | s3: Convert tldap_entry_values args to "array, count" | Volker Lendecke | 1 | -4/+4 | |
2011-02-13 | s3: Add an explicit counter to tldap_add_mod_[blobs|str] | Volker Lendecke | 1 | -8/+12 | |
2011-02-13 | s3: Convert tldap_make_mod_fmt args to "array, count" | Volker Lendecke | 1 | -1/+1 | |
2011-02-13 | s3: Convert tldap_make_mod_blob args to "array, count" | Volker Lendecke | 1 | -1/+1 | |
2011-02-13 | s3: Convert tldap_make_mod_blob_int args to "array, count" | Volker Lendecke | 1 | -3/+3 | |
2011-02-13 | s3: Convert tldap_add_blob_vals args to "array, count" | Volker Lendecke | 1 | -2/+2 | |
2011-02-13 | s3: Convert tldap_add_mod_blobs args to "array, count" | Volker Lendecke | 1 | -5/+6 | |
2011-02-11 | s3: Add more checks and better fallback to addrchange | Volker Lendecke | 1 | -16/+29 | |
From http://netsplit.com/2011/02/09/the-proc-connector-and-socket-filters/ I learned a bit more about netlink... Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Feb 11 10:47:09 CET 2011 on sn-devel-104 | |||||
2011-02-10 | s3: Align the args in tldap_modify | Volker Lendecke | 1 | -3/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 10 23:20:05 CET 2011 on sn-devel-104 | |||||
2011-02-10 | s3: Align tldap_add and tldap_add_send | Volker Lendecke | 1 | -1/+1 | |
2011-02-10 | s3-system: fix malloc/talloc mismatch in sys_popen(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-10 | s3-auth Rename cryptic 'ptok' to security_token | Andrew Bartlett | 1 | -1/+1 | |
This will allow the auth_serversupplied_info struct to be migrated to auth_session_info easier. Adnrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-09 | Fix up some buildfarm warnings. | Jeremy Allison | 3 | -3/+3 | |
2011-02-09 | s3:popt: add POPT_COMMON_OPTION to provide only the "--option" feature | Michael Adam | 1 | -0/+5 | |
2011-02-08 | Add fdopendir(). | Jeremy Allison | 1 | -0/+16 | |
2011-02-09 | s3: Fix some nonempty blank lines and some typos | Volker Lendecke | 2 | -4/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104 | |||||
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -139/+0 | |
Guenther | |||||
2011-02-08 | libndr: share some uuid helpers. | Günther Deschner | 2 | -20/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3:lib/addrchange: set ctx->sock to -1 after close | Stefan Metzmacher | 1 | -1/+1 | |
The makes the code more consistent with similar destructors. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 15:52:55 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3:lib/addrchange: remove unused pointer | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-02-04 | s3:lib/addrchange: let addrchange_done() retry and ignore unknown message types | Stefan Metzmacher | 1 | -5/+16 | |
Messages like RTM_NEWLINK should be just ignored. metze | |||||
2011-02-03 | s3:lib: allow_trailing_dollar should only allow '$' | Stefan Metzmacher | 1 | -12/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 00:33:48 CET 2011 on sn-devel-104 |