r23579: Up to now, the "allparameters" argument to lp_next_parameter was
[ira/wip.git] / source3 / auth /
2007-10-10 Jeremy Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Jeremy Allisonr23530: Fix bugs #4678 and #4697 which had the same...
2007-10-10 Michael Adamr23485: This checkin consists mostly of refactorings...
2007-10-10 Jeremy Allisonr23358: Fix from Justin Maggard <jmaggard@infrant.com...
2007-10-10 James Peachr23095: Support systems that have their PAM headers...
2007-10-10 Jeremy Allisonr22956: Fix security=server (bug #4622). Volker's patch
2007-10-10 Volker Lendecker22953: Well, this apparently has never been tested...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22819: Fix Bug 4613. We just dumped the must change...
2007-10-10 Volker Lendecker22740: Move debug_*_user_token to token_utils.c
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Gerald Carterr22390: Patchset sent to samba-technical to address...
2007-10-10 Volker Lendecker22135: Check in most of Michael Adam's net conf utilit...
2007-10-10 Andrew Bartlettr22022: - Clarify the comments
2007-10-10 Andrew Bartlettr22020: Make it more clear that both the vuser struct...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr21999: remove useless casts
2007-10-10 Gerald Carterr21940: Sorry Volker, I have to revert your revert...
2007-10-10 Volker Lendecker21935: Revert obviously not sufficiently tested code...
2007-10-10 Volker Lendecker21878: Fix a bug with smbd serving a windows terminal...
2007-10-10 Volker Lendecker21870: Move sending auth_server keepalives out of...
2007-10-10 Volker Lendecker21642: Fix bug 4365. Please note that this was only...
2007-10-10 Günther Deschnerr21536: Fix copy/paste typo.
2007-10-10 Jeremy Allisonr21383: More possible "security=share" fixes. If a...
2007-10-10 Jeremy Allisonr21128: Fix Vista connecting to Samba in share level...
2007-10-10 Volker Lendecker20824: Send access to the trusted domain passwords...
2007-10-10 Simo Sorcer20774: I thought I committed this before Xmas holidays ...
2007-10-10 Herb Lewisr20268: merge -r 20261:20263 from samba_3_0_24
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Simo Sorcer20169: Support for fallback to legacy mapping code...
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
2007-10-10 Jeremy Allisonr20098: Properly fix issues with create_token_from_user...
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Simo Sorcer19980: Implement pam account stack checks when obey...
2007-10-10 Volker Lendecker19773: TALLOC_FREE checks for NULL itself
2007-10-10 Jim McDonoughr19058: Implement "user cannot change password", and...
2007-10-10 Volker Lendecker19008: Fix a segfault
2007-10-10 Volker Lendecker18665: Remove two type-punned warnings
2007-10-10 Gerald Carterr18616: fix breakage after DLIST_ADD_END() changes...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Jeremy Allisonr17875: Fix (rather theoretical, but still...) null...
2007-10-10 Gerald Carterr17736: Apply the Unix group patch when creating the...
2007-10-10 Gerald Carterr17710: Thanks to Thomas Bork for testing and continued...
2007-10-10 Volker Lendecker17626: Some C++ Warnings
2007-10-10 Volker Lendecker17584: Some C++ Warnings
2007-10-10 Volker Lendecker17573: Fix typo
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Jeremy Allisonr17402: Added lookup_name_smbconf() to be called when...
2007-10-10 Volker Lendecker17399: Some C++ warnings
2007-10-10 Jeremy Allisonr17393: Remove Volker's ASSERT that num_groupsids > 0.
2007-10-10 Jeremy Allisonr17392: Commit Volker's fix for the valid users problem.
2007-10-10 Jeremy Allisonr17391: Revert the second part of the valid users fix...
2007-10-10 Jeremy Allisonr17388: Fix the "valid users"/token issue for now....
2007-10-10 Jeremy Allisonr17378: Fix the issues people have been having with...
2007-10-10 Volker Lendecker17022: Fix the build farm -- maybe this is the real...
2007-10-10 Volker Lendecker17016: Different and smaller fix for the valid users...
2007-10-10 Volker Lendecker17011: Back out r17010 after talking to Jerry. Another...
2007-10-10 Volker Lendecker17010: If winbind is not around, add S-1-22-1-<uid...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16865: This is a proposal to fix bug 3915. Before...
2007-10-10 Volker Lendecker16864: Intermediate checkin -- swap the sid_check_is_i...
2007-10-10 Volker Lendecker16766: A warning found by RHEL3. This might actually...
2007-10-10 Gerald Carterr16749: BUG 3905: don't fail in create_local_nt_token...
2007-10-10 Jeremy Allisonr16632: Fix bug #3882 reported by jason@ncac.gwu.edu.
2007-10-10 Gerald Carterr16471: Bug reported by Vitaly Protsko <villy@sft.ru...
2007-10-10 Jeremy Allisonr16241: Fix Klocwork #106 and others like it.
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jeremy Allisonr16209: Klocwork bug #66, ensure no null deref.
2007-10-10 Volker Lendecker16204: Fix Klocwork # 14
2007-10-10 Volker Lendecker16150: Fix possible NULL dereference found by Klocwork...
2007-10-10 Volker Lendecker16141: Dummy commit to make the build farm re-test...
2007-10-10 Jeremy Allisonr16076: Fix for machine password timeout overflow from...
2007-10-10 Jeremy Allisonr15676: Fix meaningless debug statement from uninitiali...
2007-10-10 Volker Lendecker15600: Correctly fill in the gid for local users.
2007-10-10 Gerald Carterr15549: removing rhosts and 'hosts equiv' authenticatio...
2007-10-10 Volker Lendecker15476: Transfer the was_mapped flag from user_info...
2007-10-10 Volker Lendecker15475: Ugly and disgusting patch to fix the username...
2007-10-10 Volker Lendecker15472: Remove an unused function parameter
2007-10-10 Gerald Carterr15393: remove extra call to fallback user creation...
2007-10-10 Paul Greenr15368: Remove some dead code. -- paulg
2007-10-10 Paul Greenr15285: Fix the build.
2007-10-10 Paul Greenr15283: Oh yeah. The build farm doesn't do much with...
2007-10-10 Jeremy Allisonr15088: Remove all time() and gettimeofday() calls...
2007-10-10 Gerald Carterr15086: Get defensive about creating user accounts...
2007-10-10 Gerald Carterr15053: fix portabilities issues between 32-bit winbind...
2007-10-10 Gerald Carterr14634: Many bug fixes thanks to train rides and overni...
2007-10-10 Gerald Carterr14578: fix incorrect comment in fill_sam_account(...
2007-10-10 Gerald Carterr14421: This does two things
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Günther Deschnerr14130: Remove make_server_info_pac alltogether, make_s...
2007-10-10 Günther Deschnerr14129: Add the group sids from the Kerberos PAC to...
2007-10-10 Gerald Carterr14112: * fix checks on return code from register_vuid...
2007-10-10 Gerald Carterr14042: check that create_local_nt_token() succeeds...
2007-10-10 Volker Lendecker13981: Fix Coverity bug # 138
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
next