Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-20 | s3: Convert init_system_info to NTSTATUS | Volker Lendecke | 1 | -1/+1 | |
2011-02-19 | s3: Add "len" to pdb_set_hours | Volker Lendecke | 1 | -1/+2 | |
2011-02-18 | s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat | Andrew Bartlett | 1 | -1/+0 | |
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 | -1/+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 | 1 | -4/+0 | |
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-18 | s3-includes: force _SAMBA_BUILD_=3 in source3 includes.h | Andrew Tridgell | 1 | -0/+5 | |
this allows a common set of cflags for a top level combined build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2011-02-17 | s3-cluster remove more CLUSTER_SUPPORT #ifdef stuff | Andrew Bartlett | 1 | -4/+0 | |
2011-02-17 | s3: add server_id.idl and use only autogenerated code. | Günther Deschner | 1 | -8/+1 | |
Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther | |||||
2011-02-16 | s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds). | Günther Deschner | 2 | -4/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 15:20:14 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s3-lsa: Implement lsaRSetForestTrustInformation | Sumit Bose | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: add IPA specific attributes | Sumit Bose | 1 | -0/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: add ipasam_get_trusted_domain_by_sid() | Sumit Bose | 2 | -0/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-ipasam: implement {get,set,del}_trusted_domain | Sumit Bose | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-passdb: make priv2ld() public | Sumit Bose | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-passdb: add {get,set,del,enum}_trusted_domain calls | Sumit Bose | 2 | -0/+33 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-16 | s3-passdb: Add minimal stub for IPA passdb backend | Sumit Bose | 2 | -0/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-15 | s3: Add "code_page" to struct samu | Volker Lendecke | 2 | -0/+5 | |
2011-02-15 | s3: Add "country_code" to struct samu | Volker Lendecke | 2 | -0/+6 | |
2011-02-15 | s3: no need to globally include intl.h. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-14 | s3-librpc: no need to globally include endpointmapper headers. | Günther Deschner | 1 | -1/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 12:31:56 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s3: move some defines to a better place. | Günther Deschner | 1 | -17/+4 | |
Guenther | |||||
2011-02-14 | s3-proto: remove prototype for non-existing functions. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2011-02-14 | s3-librpc: remove duplicate prototypes. | Günther Deschner | 1 | -18/+0 | |
Guenther | |||||
2011-02-13 | s3: Convert tldap_entry_values args to "array, count" | Volker Lendecke | 1 | -1/+1 | |
2011-02-13 | s3: Add an explicit counter to tldap_add_mod_[blobs|str] | Volker Lendecke | 1 | -3/+5 | |
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_add_mod_blobs args to "array, count" | Volker Lendecke | 1 | -1/+1 | |
2011-02-10 | s3: Align the args in tldap_modify | Volker Lendecke | 1 | -2/+2 | |
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: give ../librpc/ndr/util.c its own header. | Günther Deschner | 1 | -7/+0 | |
Guenther | |||||
2011-02-10 | s3-auth Remove unused pam_handle | Andrew Bartlett | 1 | -2/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
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-10 | Put OpenDir() back the way it was - don't overload with an fsp arg. Create ↵ | Jeremy Allison | 1 | -1/+0 | |
OpenDir_fsp for new usage. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 10 02:43:31 CET 2011 on sn-devel-104 | |||||
2011-02-09 | Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. ↵ | Jeremy Allison | 1 | -1/+3 | |
Fallback to pathname opendir if not. | |||||
2011-02-09 | Correctly plumb in VFS_FDOPENDIR. | Jeremy Allison | 1 | -2/+2 | |
2011-02-09 | s3: move some stuff out of smb.h to better locations. | Günther Deschner | 2 | -6/+2 | |
Guenther | |||||
2011-02-09 | s3: remove unused struct uuid_flat. | Günther Deschner | 1 | -7/+0 | |
Guenther | |||||
2011-02-09 | s3:popt: add POPT_COMMON_OPTION to provide only the "--option" feature | Michael Adam | 1 | -0/+2 | |
2011-02-09 | s3:rpc_client: make rpccli_bh_create() non-static for now | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-02-09 | Add fdopendir to the VFS. We will use this to reuse a directory fd already ↵ | Jeremy Allison | 3 | -0/+15 | |
open by NtCreateX. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 9 00:55:22 CET 2011 on sn-devel-104 | |||||
2011-02-08 | Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ↵ | Jeremy Allison | 1 | -1/+1 | |
that opendir knows about. | |||||
2011-02-08 | Add fdopendir(). | Jeremy Allison | 1 | -0/+1 | |
2011-02-09 | s3: Fix some nonempty blank lines and some typos | Volker Lendecke | 1 | -3/+3 | |
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 | -7/+0 | |
Guenther | |||||
2011-02-08 | libndr: share some uuid helpers. | Günther Deschner | 1 | -3/+0 | |
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-08 | ndr: merge ndr_map_error2string and ndr_errstr. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-08 | ndr: move null_ndr_syntax_id to the common libndr location. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-07 | s3-rpc_server: Added a svcctl shutdown function. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> |