s3: Simplify check_reduced_name a bit
[samba.git] / source3 /
2012-04-24 Volker Lendeckes3: Simplify check_reduced_name a bit
2012-04-24 Volker Lendeckes3: Fix a typo
2012-04-24 Volker Lendeckes3: Introduce variable "indyniov" for easier reading
2012-04-24 Volker Lendeckes3: Attempt to fix the build without kerberos
2012-04-24 Volker Lendeckes3: Fix Coverity ID 2751: REVERSE_INULL
2012-04-23 Simo Sorcekrb5_samba: Add support for krb5_princ_size when using...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-23 Alexander Bokovoywaf: move krb5 checks to a separate waf file
2012-04-23 Jeremy AllisonFix bug #8882 - Broken processing of %U with vfs_full_a...
2012-04-23 Jeremy AllisonAdd complete test program for Linux kernel aio inside...
2012-04-23 Andrew Bartlettbuild: Remove support for a system libsmbclient
2012-04-23 Andrew Bartletts3-dbwrap: A void function can not return a value
2012-04-21 Volker Lendeckes3: Implement db_id for dbwrap_cache
2012-04-21 Volker Lendeckes3: Initialize "stored_callback" in dbwrap_cache
2012-04-21 Volker Lendeckes3: Remove two unused variables
2012-04-20 Michael Adams3:smbcontrol: remove an unused variable
2012-04-20 Michael Adams3:memcache: remove the idmap-part from memcache
2012-04-20 Michael Adams3:id_cache: do not use the in-memory idmap cache ...
2012-04-20 Michael Adams3:passdb: do not use the in-memory idmap cache (it...
2012-04-20 Stefan Metzmachers3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_...
2012-04-19 Volker Lendeckes3-g_lock: Use dbwrap_record_watch_send/recv
2012-04-19 Volker Lendeckes3-dbwrap: Add "listwatchers" to dbwrap_tool
2012-04-19 Volker Lendeckes3-dbwrap: Add dbwrap_record_watch_send/recv
2012-04-20 Volker Lendeckes3-dbwrap: Add dbwrap_set_stored_callback
2012-04-20 Volker Lendeckes3-dbwrap: Add "db_context" to "db_record"
2012-04-20 Volker Lendeckes3-dbwrap: Add dbwrap_db_id
2012-04-20 Volker Lendeckes3: Fix msg_channel in the cluster case
2012-04-20 Volker Lendeckes3: Remove an unused variable
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2682 -- NULL_RETURNS
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2727 to 2740 -- UNINIT
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2686 -- RESOURCE_LEAK
2012-04-19 Volker Lendeckes3: Fix the build on FreeBSD
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2682: NULL_RETURNS
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2743: CHECKED_RETURN
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2744: CHECKED_RETURN
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2747: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2749: REVERSE_INULL
2012-04-19 Andrew Bartletts3-xattr_tdb: Remove dead code: talloc_stackframe(...
2012-04-19 Andrew Bartletts3-dbwrap: Remove dead code: talloc_stackframe() cannot...
2012-04-19 Andrew Bartletts3-passdb: Remove unused sampass->pass_must_change_time
2012-04-19 Volker Lendeckes3: Fix a "ISO C90 forbids mixed declarations and code"
2012-04-18 Jeremy AllisonEnsure we have 12 bytes of data for a SMB_SET_CIFS_UNIX...
2012-04-18 Volker Lendeckes3-dbwrap: Fix an unused var warning
2012-04-18 Volker Lendeckelibsmb: Actually use an introduced variable
2012-04-18 Andrew Bartletts3-xattr_tdb: Use talloc_stackframe() more to allow...
2012-04-18 Andrew Bartletts3-xattr_tdb: Be nice to xattr_tdb_getxattr callers...
2012-04-18 Andrew Bartletts3-xattr_tdb: make xattr_tdb a private library, for...
2012-04-18 Andrew Bartletts3-lib: Add file_id_string()
2012-04-18 Andrew Bartletts3-build: move file_id.c into samba3-util and create...
2012-04-18 Andrew Bartlettdbwrap: Add dbwrap_tdb to private dbwrap library
2012-04-18 Andrew Bartletts3-build: Add missing samba3-util dep to tdb-wrap3
2012-04-18 Andrew Bartlettlib/util: Move map_nt_error_from_tdb to the top level
2012-04-18 Andrew Bartletts3-dbwrap: push lp_ctx up another layer in the stack
2012-04-18 Andrew Bartletts3-dbwrap: Add talloc_stackframe() calls
2012-04-18 Andrew Bartlettbuild: Remove more of the s3 special cases in waf:...
2012-04-17 Andreas Schneiders3-waf: Add possibility to build with system libsmbclient.
2012-04-17 Andreas Schneiders3-waf: Fix client/smbclient dependencies.
2012-04-17 Stefan Metzmachers3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: improve anonymous logins
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: remove some indentation in ntlmssp_s...
2012-04-17 Stefan MetzmacherRevert "s3:libsmb/ntlmssp: an empty string should mean...
2012-04-17 Volker Lendeckes3: Add smbstatus -N to output the notify db
2012-04-17 Volker Lendeckes3: Add "notify-cleanup" to smbcontrol
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-17 Volker Lendeckes3: Add two notify benchmark tests
2012-04-17 Volker Lendeckes3: Make torture_nprocs globally available
2012-04-17 Volker Lendeckes3: Make ctdbd_messaging_send_blob available in non...
2012-04-17 Volker Lendeckes3: Make messaging_ctdbd_connection available in non...
2012-04-17 Volker Lendeckes3: Implement tevent_barrier
2012-04-17 Volker Lendeckes3: Start a list of ctdb srvid assigments
2012-04-17 Volker Lendeckes3: Introduce ctdb_messaging_send_blob
2012-04-17 Volker Lendeckes3: Add msg_channel
2012-04-17 Volker Lendeckes3: Add messaging_tdb_event()
2012-04-17 Volker Lendeckes3: Add a second ctdb connect library
2012-04-17 Volker Lendeckes3: Add dbwrap_try_fetch_locked
2012-04-17 Volker Lendeckes3: Add dbwrap_cache
2012-04-17 Volker Lendeckes3: Open up 3 levels of dbwrap_lock_order
2012-04-17 Volker Lendeckes3: Increase debuglevel for unknown child msgs
2012-04-17 Volker Lendeckes3: Add infrastructure for background jobs
2012-04-17 Volker Lendeckes3: Return CTDB_PATH from lp_ctdbd_socket()
2012-04-16 Christian Ambachs3: switch off kernel oplocks by default
2012-04-16 Volker Lendeckes3: Fix smbclient notify against Windows
2012-04-16 Jelmer Vernooijs3/selftest: Fix reference to knownfail file.
2012-04-16 Stefan Metzmachers3:libsmb: fix anonymous session setups against windows...
2012-04-16 Stefan Metzmachers3:libsmb/ntlmssp: an empty string should mean no password
2012-04-16 Stefan Metzmacherlibcli/smb: move smb2cli_session_setup_*() prototypes...
2012-04-16 Stefan Metzmachers3:smbd/sesssetup: use a helper variable 'action' to...
2012-04-16 Andrew Bartlettparam: leave realm as a normal string, handle upper...
2012-04-16 Andrew Bartlettparam: harmonise wins parameters
2012-04-16 Andrew Bartletts3-param: make FN_GLOBAL macros consistent, add lp_...
2012-04-16 Andrew Bartlettparam: Change from _lp to lp__ as the prefix for intern...
2012-04-16 Andrew Bartlettmake _lp_readraw() and _lp_writeraw() static
2012-04-16 Andrew Bartlettparam: harmonsise logfile parameter
2012-04-13 Adrian Bunkrely on sys/inotify.h for inotify
2012-04-13 Olaf FlebbeWrong assertion/comparison: Compare value not pointer
2012-04-12 Jeremy AllisonWe never cancel SMB1 aio, only SMB2 aio - and in this...
2012-04-12 Jeremy AllisonRemove cancel_aio_by_fsp(). It can never work and could...
next