kai/samba.git
2007-10-10 Jelmer Vernooijr686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()
2007-10-10 Andrew Bartlettr685: The SAM is dead! Long live the new SAM! ;-)
2007-10-10 Andrew Bartlettr684: Note the fact that NTLMv2 provides a weath of...
2007-10-10 Andrew Bartlettr683: Remove the trailing ; from this macro, so it...
2007-10-10 Jelmer Vernooijr682: Typo fixes
2007-10-10 Stefan Metzmacherr681: don't init r.out.result.v
2007-10-10 Stefan Metzmacherr680: fail directly when we notice that perl is not...
2007-10-10 Stefan Metzmacherr679: fix make install
2007-10-10 Stefan Metzmacherr678: use ./config.smb_build.pl instead of config.smb_b...
2007-10-10 Stefan Metzmacherr677: fix: '$' -> '\$'
2007-10-10 Stefan Metzmacherr674: use the same -I flags as before
2007-10-10 Stefan Metzmacherr673: disable registry_gconf for now
2007-10-10 Stefan Metzmacherr672: disable gregedit for now
2007-10-10 Stefan Metzmacherr671: fix make ./include/proto.h
2007-10-10 Stefan Metzmacherr670: add make everything
2007-10-10 Stefan Metzmacherr669: display the version on top of configure
2007-10-10 Stefan Metzmacherr668: fix the build
2007-10-10 Stefan Metzmacherr667: remove Data::Dumper dependecy
2007-10-10 Stefan Metzmacherr666: readd 'make etags' and 'make ctags'
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Jelmer Vernooijr655: Fix if() logic
2007-10-10 Stefan Metzmacherr649: return unknown interface when the client not yet
2007-10-10 Stefan Metzmacherr644: add SPNEGO auth type
2007-10-10 Stefan Metzmacherr641: readd 'use dump;'
2007-10-10 Stefan Metzmacherr638: remove unused dependency to Data::Dumper and...
2007-10-10 Stefan Metzmacherr627: remove the precompiled header when we call make...
2007-10-10 Stefan Metzmacherr626: make the code a bit more readable
2007-10-10 Andrew Tridgellr625: - handle passwords longer than length 14 (thanks...
2007-10-10 Andrew Tridgellr624: all templates should be in class Template
2007-10-10 Andrew Tridgellr623: setUserInfo level 24 (password set) now works...
2007-10-10 Andrew Tridgellr622: removed some unused functions to make smbd compil...
2007-10-10 Andrew Bartlettr620: Remove more ununsed code.
2007-10-10 Andrew Bartlettr619: Remove more code that is no longer called.
2007-10-10 Tim Potterr617: Sync some minor updates with repository:
2007-10-10 Volker Lendecker615: Implement samr_OpenGroup, samr_QueryGroupInfo...
2007-10-10 Andrew Bartlettr614: Clean out the POSIX assumptions from the Samba4...
2007-10-10 Andrew Bartlettr613: Fix the RPC-SAMR torture test, for my session_key...
2007-10-10 Andrew Tridgellr612: fixed a timezone call typo noticed by abartlet
2007-10-10 Andrew Bartlettr611: Fix breakage from my last commit:
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Tridgellr609: allow ldbedit to take a list of attributes to...
2007-10-10 Andrew Tridgellr608: - a couple of very minor fixes to the CreateGroup...
2007-10-10 Andrew Bartlettr607: When our code is looking for an 'empty' data...
2007-10-10 Andrew Tridgellr606: added a HIDDEN attribute on fields in ldb (in...
2007-10-10 Volker Lendecker605: Implement CreateDomainGroup, essentially cut...
2007-10-10 Tim Potterr604: Better dumping of in,out,ref properties.
2007-10-10 Tim Potterr602: Autogenerated packet-dcerpc-samr.c now compiles!
2007-10-10 Andrew Tridgellr601: added the server code for all the samr_SetUserInf...
2007-10-10 Tim Potterr600: Get rid of trailing whitespace which freaks out...
2007-10-10 Tim Potterr597: Start generating parser code - only supports...
2007-10-10 Andrew Tridgellr596: log all ldb searches at level 4 in samdb
2007-10-10 Andrew Tridgellr595: nicer handling on max_size multiplier
2007-10-10 Andrew Tridgellr594: - make sure all users in the domain have the...
2007-10-10 Andrew Tridgellr593: add a constant for the records size multiplier...
2007-10-10 Andrew Tridgellr591: don't need to init non-ref out ptrs (thanks to...
2007-10-10 Tim Potterr589: Fix IDL dump module so --dump and --diff options...
2007-10-10 Andrew Tridgellr587: added server code for samr_EnumDomainUsers, and...
2007-10-10 Andrew Tridgellr586: removed --clientfns from build_idl.sh (tim remove...
2007-10-10 Andrew Tridgellr583: fixed two bugs in the handling of index entry...
2007-10-10 Andrew Tridgellr582: added the LMSessKey in SamInfo and SamInfo2,...
2007-10-10 Andrew Tridgellr578: initial server side implementation of samr_Create...
2007-10-10 Andrew Tridgellr577: extended the LookupNames test to check for correc...
2007-10-10 Andrew Tridgellr576: added a ldap_timestring() function (needed for...
2007-10-10 Andrew Tridgellr575: moved the SID_NAME_USE enum into samr.idl
2007-10-10 Andrew Tridgellr574: - another attempt at const cleanliness in ldb
2007-10-10 Tim Potterr550: Remove clientfns.pm module - it was a bad idea.
2007-10-10 Andrew Tridgellr549: added support for DOS error codes in NTSTATUS...
2007-10-10 Andrew Tridgellr514: added a context pointer to the samdb interface...
2007-10-10 Andrew Tridgellr513: added a generic ldb debug system to allow the...
2007-10-10 Andrew Tridgellr511: fix some const handling
2007-10-10 Andrew Tridgellr510: converted the samdb code to give ldb a talloc...
2007-10-10 Andrew Tridgellr509: fixed a memory handling bug that affects ldb...
2007-10-10 Andrew Tridgellr508: fixed a place where we used free() on memory...
2007-10-10 Andrew Tridgellr507: the new ldb code will use talloc_free() a lot...
2007-10-10 Andrew Tridgellr506: got rid of unused function secrets_get_trusted_do...
2007-10-10 Andrew Tridgellr504: fixed a bad call to list_union()
2007-10-10 Andrew Tridgellr503: we don't need to include ldb_parse.h any more
2007-10-10 Andrew Tridgellr502: modified ldb to allow the use of an external...
2007-10-10 Stefan Metzmacherr491: regtree and gregedit also depend on LIBCMDLINE...
2007-10-10 Andrew Tridgellr490: - expanded the test suite to test modify and...
2007-10-10 Andrew Tridgellr476: i forgot the argument to get_time_zone()
2007-10-10 Andrew Tridgellr469: considerably improved the ChangePasswordUser3...
2007-10-10 Andrew Tridgellr468: fixed timegm() on broken systems
2007-10-10 Stefan Metzmacherr467: hopefully get the buildfarm compiling fine now...
2007-10-10 Andrew Tridgellr466: implemented samr_OpenDomain() and samr_GetDomPwIn...
2007-10-10 Andrew Tridgellr465: we need common.h in two more rpc server pipes
2007-10-10 Andrew Tridgellr464: a big improvement to the API for writing server...
2007-10-10 Andrew Tridgellr463: build ldb with debugging when standalone
2007-10-10 Andrew Tridgellr462: added an explanation about the rather complex...
2007-10-10 Andrew Tridgellr459: added an initial provision.ldif - this is tempora...
2007-10-10 Andrew Tridgellr458: this is the (very primitive) beginnings of a...
2007-10-10 Andrew Tridgellr457: added some more samr tests to help me work out...
2007-10-10 Andrew Tridgellr456: - added -i option to ldbsearch
2007-10-10 Andrew Tridgellr454: allow a non-URL form of a filename to be used...
2007-10-10 Andrew Tridgellr453: added a comment about indexing on objectclass
2007-10-10 Andrew Tridgellr452: move from first-fit to best-fit in tdb record...
2007-10-10 Andrew Bartlettr451: More NTLMSSP work.
2007-10-10 Andrew Bartlettr448: Fix 'auth' in Samba4, by making 'auth methods...
2007-10-10 Andrew Tridgellr445: fixed the bind_nak code
2007-10-10 Andrew Tridgellr444: - added the beginnings of a ldb test suite and...
next