summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r829: Implement 'hive' commandJelmer Vernooij2-1/+20
2007-10-10r828: Some fixes in the core and regshell concerning hives andJelmer Vernooij6-17/+33
2007-10-10r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell2-263/+1
2007-10-10r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell7-1918/+2
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij12-168/+213
2007-10-10r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info outputStefan Metzmacher1-1/+1
2007-10-10r821: prompt user for password if not given by -U user%passStefan Metzmacher1-3/+15
2007-10-10r819: Fix seg fault in rpc backend, found by Andrew BartlettJelmer Vernooij1-1/+1
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell10-8/+236
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett5-109/+29
2007-10-10r815: include our netbios name in the negprot response (this matches win2003)Andrew Tridgell1-0/+1
2007-10-10r813: gcc has fixed its huge debug sizes with -g now, so drop the -gstabs,Andrew Tridgell1-3/+3
2007-10-10r812: added a new samdb_replace() call that simplifies the code in the main s...Andrew Tridgell2-31/+27
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch...Simo Sorce1-3/+44
2007-10-10r807: compile with PICFLAG by defaultStefan Metzmacher1-1/+1
2007-10-10r806: Checkin of workarea - tridge gave me some good ideas today for a betterTim Potter1-0/+82
2007-10-10r796: fixed samr_OemChangePasswordUser2() to replace attributes, not addAndrew Tridgell1-1/+6
2007-10-10r793: - don't make templates members of any class that would make them showAndrew Tridgell4-34/+263
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell12-39/+80
2007-10-10r791: added ldb man page build to ldb makefileAndrew Tridgell1-2/+5
2007-10-10r790: started working on some documentation (manual pages) for ldbAndrew Tridgell3-0/+309
2007-10-10r789: we return wrong number of entriesSimo Sorce1-1/+1
2007-10-10r782: added torture test for level 6 logon level in netr_LogonSamLogonAndrew Tridgell1-104/+112
2007-10-10r781: added level6 for logon level in SamLogon netlogon.idlAndrew Tridgell1-2/+3
2007-10-10r771: don't know why but the SMB_INCLUDE_M4() didn't work correctStefan Metzmacher1-1/+1
2007-10-10r770: remove unused pam_smbpass/ dir from samba4Stefan Metzmacher15-1742/+0
2007-10-10r769: remove unused locking/ dirStefan Metzmacher3-2860/+0
2007-10-10r768: remove unused msdfs directoryStefan Metzmacher1-913/+0
2007-10-10r767: add a $flags argument to the std_CC make rule generaterStefan Metzmacher1-5/+9
2007-10-10r766: convert ntvfs/* to a config.mk fileStefan Metzmacher2-11/+72
2007-10-10r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()Stefan Metzmacher3-21/+39
2007-10-10r759: Fix some perl warnings.Tim Potter1-10/+15
2007-10-10r758: just move the util file to the additional object file listStefan Metzmacher1-1/+1
2007-10-10r757: Handle empty union arms (ala rid only entries in netlogon).Tim Potter1-1/+1
2007-10-10r756: Handle default element in union.Tim Potter1-3/+7
2007-10-10r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher2-1/+24
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett5-58/+252
2007-10-10r753: Big reorganisation of everything - also fixes handling of dissectorsTim Potter1-240/+334
2007-10-10r752: Remove debugging hack (make sure the cleanup test account after weAndrew Bartlett1-2/+5
2007-10-10r751: Fix debug message to print the right variable.Andrew Bartlett1-1/+1
2007-10-10r750: Rename global $name -> $module.Tim Potter1-39/+122
2007-10-10r749: move the basic type checksStefan Metzmacher1-12/+17
2007-10-10r748: get some more info about what the compilers in the build farm supportStefan Metzmacher1-3/+10
2007-10-10r747: report an failure in mkproto.pl via mkproto.sh to makeStefan Metzmacher1-0/+6
2007-10-10r746: Add entry in proto tree when we don't handle an IDL type.Tim Potter1-4/+50
2007-10-10r745: Move netr_ServerPasswordSet up with the other secure channelAndrew Bartlett1-12/+24
2007-10-10r744: A bunch of minor fixes. The ethereal pidl parser now dissects simpleTim Potter1-12/+22
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett13-218/+816
2007-10-10r741: Test from Volker in RAW-OPEN for truncating a file containing locks.Jeremy Allison2-1/+109