summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-17Use new GUID_from_data_blobAndrew Bartlett1-2/+2
This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett
2008-11-17Remove restrictions on number of DN components in LDAP serverAndrew Bartlett1-13/+9
There is no reason for these restrictions to be in the LDAP server - they belong in the LDB layer. When accepting 'extended' or 'alternate' DNs we can't tell anyway. Andrew Bartlett
2008-11-17Always validate a DN when constructing from a string in pythonAndrew Bartlett1-1/+1
2008-11-16s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher1-0/+56
metze
2008-11-16s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2-5/+46
metze
2008-11-16s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2-8/+87
metze
2008-11-16s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2-6/+41
This makes clear there's an value stored in the schema, as they can be '0'. metze
2008-11-16s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the ↵Stefan Metzmacher1-3/+1
syntax is already known metze
2008-11-16librpc/ndr: add GUID_hexstring()Stefan Metzmacher2-0/+26
metze
2008-11-16librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher1-0/+29
metze
2008-11-16s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher6-32/+26
metze
2008-11-16lib/util: hex_encode_talloc(): fix error path and set talloc nameStefan Metzmacher1-0/+4
metze
2008-11-16Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2-7/+22
The reason for this new function is to ensure the length is not discarded when the input is a ldb_val (aka DATA_BLOB) in ldb. Andrew Bartlett
2008-11-16s4:libcli/resolve: don't ignore SIGCHLD anymoreStefan Metzmacher1-7/+15
This broke ldbedit against a LDAP server, as the editor is called by "system()" which relies on getting something useful out of waitpid(). TODO: we should create a generic infrastructure to handle temporary forks and integrate the signal handling with signal events there. metze
2008-11-16s4:torture: fix the build with auto dependenciesStefan Metzmacher5-6/+8
metze
2008-11-16Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu1-1/+9
2008-11-16Remove unused init function in subunit code.Jelmer Vernooij2-6/+1
2008-11-16Fix merged build.Jelmer Vernooij1-1/+1
2008-11-16Move torture directory to top-level.Jelmer Vernooij10-14/+11
2008-11-16Move libtorture to top-level.Jelmer Vernooij5-0/+0
2008-11-15s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate).Günther Deschner1-3/+3
Guenther
2008-11-15Attempt to fix the buildVolker Lendecke1-1/+1
I have no idea how this could have happened. Probably done a make and make test in a different tree than the one I have done the push from. Sorry. Volker
2008-11-15pidl: skip generation of noopnum functions in generated s3 server.Günther Deschner1-1/+6
Guenther
2008-11-15pidl: do not generate cli_ functions for noopnum flaged functions.Günther Deschner1-1/+4
Guenther
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke5-14/+26
This is an orthogonality measure to make clear this pointer now belongs to the cache. (cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f)
2008-11-14Actually finish memcache_add_tallocVolker Lendecke2-2/+68
This fixes a memleak found by Martin Zielinski <mz@seh.de>. Thanks for looking closely! Volker (cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2)
2008-11-14Rename some variables in getpwnam_alloc() for clarityVolker Lendecke1-11/+12
2008-11-14sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke1-4/+1
(cherry picked from commit eb99923991960e53bd150ac8f1d818cb746101b4)
2008-11-13Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵Jeremy Allison6-75/+55
format is fixed. Jeremy.
2008-11-13s3-svctl-server: fix remote rpc service management (bug #5888).Günther Deschner1-1/+1
Don't TALLOC_FREE a non-talloced [ref] pointer. Guenther
2008-11-13fix typoVolker Lendecke1-1/+1
2008-11-13pam_winbind: add german de.po file.Günther Deschner1-0/+186
germans, please have a look if this can actually be understood by germans. Guenther
2008-11-13s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for ↵Günther Deschner1-0/+6
w2k dcs. Guenther
2008-11-13pam_winbind: do not add empty blob.Günther Deschner1-8/+10
Guenther
2008-11-13pam_winbind: translate some more string.Günther Deschner1-7/+7
boyang, please check. Guenther
2008-11-13i18n/l10n pam_winbindBo Yang10-57/+244
Signed-off-by: Günther Deschner <gd@samba.org>
2008-11-12Fix build breakTim Prouty1-1/+1
2008-11-12Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2-2/+14
2008-11-12Pretty print out SD's on get/set.Jeremy Allison1-0/+10
Jeremy.
2008-11-12s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵Tim Prouty1-2/+13
on more systems I tested on a few different flavors of linux and FreeBSD. I'll keep an eye on the build machine to see if anything breaks.
2008-11-12Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison1-0/+1
Jeremy.
2008-11-12s3: Add support for storing dos attributes as st_flags in the stat struct.Tim Prouty2-13/+166
Some filesystems have support for storing dos attributes directly in the inode's st_flags and accessing them through the stat struct. This patch: - Adds a configure check to see if the special flags are available. - Implements getting and setting dos attributes in the stat struct and inode, respectively. This will not change the existing functionality of any system that doesn't have the special flags available.
2008-11-12pam_winbind: fix what data we put into the blobs.Günther Deschner1-16/+20
Guenther
2008-11-12s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner4-2/+133
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner4-34/+34
Guenther
2008-11-12ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo.Günther Deschner1-5/+5
Guenther
2008-11-12ntsvcs: use both named-pipe endpoints.Günther Deschner2-1/+3
Guenther
2008-11-12s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.Günther Deschner1-4/+4
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner5-98/+98
Guenther
2008-11-12ntsvcs: fill in more unknowns in PNP_HwProfFlags IDL.Günther Deschner1-6/+6
Guenther