summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-20pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functionsStefan Metzmacher1-26/+29
2008-08-20pidl/NDR::Parser: pass down $ndr from the top functionsStefan Metzmacher1-27/+32
2008-08-20pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()Stefan Metzmacher2-46/+49
2008-08-20pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()Stefan Metzmacher2-45/+45
2008-08-20pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()Stefan Metzmacher1-42/+42
2008-08-20pidl/NDR::Parser: use $ndr instead of "ndr"Stefan Metzmacher1-14/+14
2008-08-20Updated Doxyfile conf to doxygen version 1.5.3Steven Danneman1-31/+47
2008-08-20Use the new SEARCH_FLAG_ANR defineAndrew Bartlett1-1/+1
2008-08-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+4
2008-08-20don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell1-0/+4
2008-08-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett3-2/+14
2008-08-20Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell71-1555/+1599
2008-08-20added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2-2/+7
2008-08-20Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett2-0/+56
2008-08-20Add schema search flags from MS-ADTSAndrew Bartlett1-0/+11
2008-08-20Split schema_init.c into smaller bits.Andrew Bartlett4-545/+600
2008-08-20Remove last traces of the old 'subclass' featureAndrew Bartlett1-7/+0
2008-08-20Add a torture test for the new 'netlogon' flags.Matthias Dieter Wallnöfer1-0/+146
2008-08-20Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2-2/+14
2008-08-20Update OpenLDAP MMR configuration per comments by Oliver LiebelAndrew Bartlett2-20/+19
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison4-10/+14
2008-08-19winbindd: consistently use false/true.Günther Deschner1-27/+27
2008-08-19winbindd: use set_auth_errors (avoid code duplication).Günther Deschner1-28/+6
2008-08-19winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner1-20/+18
2008-08-19pam_winbind: some doxygen fixes.Günther Deschner1-24/+12
2008-08-19wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner1-23/+16
2008-08-19wbinfo: add wbinfo_prompt_pass.Günther Deschner1-0/+27
2008-08-19pam_winbind: use pam error string function to display result.Günther Deschner1-1/+2
2008-08-19pam_winbind: add _pam_error_code_str().Günther Deschner1-0/+72
2008-08-19pam_winbind: use integer constants.Günther Deschner1-14/+14
2008-08-19winbindd: kill some trailing/leading whitespace.Günther Deschner1-159/+159
2008-08-19build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam1-1/+1
2008-08-19added some comments at the request of a frustrated abartletAndrew Tridgell1-0/+7
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett49-458/+734
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett44-447/+618
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett17-97/+416
2008-08-19Fix up new OpenLDAP MMR code.Andrew Bartlett5-47/+36
2008-08-19Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel5-12/+128
2008-08-19Fix templates.ldb reprovision handling.Andrew Bartlett3-11/+21
2008-08-18Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2-8/+16
2008-08-18Fix length error in wrapping spnego blobIgor Mammedov1-1/+1
2008-08-18librpc: don't build the old mszip decompression codeStefan Metzmacher2-3/+3
2008-08-18ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2-12/+83
2008-08-18zlib: mark as modified for sambaStefan Metzmacher1-2/+8
2008-08-18zlib: fix compiler warningsStefan Metzmacher12-74/+80
2008-08-18zlib: we don't need the inflateReset2 prototype twiceStefan Metzmacher1-2/+0
2008-08-18librpc/ndr: add support for XPRESS decompressionMatthieu Suiche1-5/+56
2008-08-18lib/compression: Import of lzxpress decompression algorithmMatthieu Suiche3-1/+188
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett7-31/+60
2008-08-18Allow attributes to be overwritten, not just added toAndrew Bartlett1-3/+11