summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-02-22Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett5-20/+122
2002-02-22rerun autoconfAndrew Bartlett1-649/+619
2002-02-22Try to catch the compilers that don't handle immidiate structures as well as weAndrew Bartlett1-2/+13
2002-02-21merge from 2.2Gerald Carter1-1/+1
2002-02-21added a cli_qfilename() test to the trans2 testsAndrew Tridgell1-0/+13
2002-02-21this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell1-19/+12
2002-02-21added cli_qfilename(), used in trans2 torture testAndrew Tridgell1-0/+43
2002-02-21merge from 2.2Gerald Carter1-0/+5
2002-02-20merge from 2.2Gerald Carter1-5/+8
2002-02-20enable large readwrite by defaultAndrew Tridgell1-1/+1
2002-02-20This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett1-4/+9
2002-02-20Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spottingAndrew Bartlett1-1/+1
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2-202/+188
2002-02-20fixed the gssapi lib configure test to not do the test twiceAndrew Tridgell1-4/+2
2002-02-19Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett2-3/+69
2002-02-19in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett1-1/+1
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2-63/+68
2002-02-19make protoTim Potter1-1/+0
2002-02-19 merge from 2.2Gerald Carter1-2/+2
2002-02-19Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter1-13/+14
2002-02-19Added cli_spoolss_initialise() function.Tim Potter1-61/+72
2002-02-18we definately don't want RCS $id tags in Samba. They make merging muchAndrew Tridgell1-2/+0
2002-02-18fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell1-0/+1
2002-02-18serialise all domain auth requestsAndrew Tridgell2-1/+40
2002-02-18reverted tims patch that broke configureAndrew Tridgell1-13/+0
2002-02-17Whoops, typo.Tim Potter1-4/+4
2002-02-17Remove dynconfig.{o,po} in clean target.Tim Potter1-1/+5
2002-02-17Do a smb_panic() if sec_initial_[ug]id() or non_root_mode() is calledTim Potter1-0/+13
2002-02-17int -> uint32Tim Potter1-2/+1
2002-02-16dont strdup() possibly null values.Andrew Bartlett1-1/+3
2002-02-16int -> uint32 fixes from andreasTim Potter1-4/+4
2002-02-16Added some splint annotations from andreas.Tim Potter2-0/+14
2002-02-16Added comment in lp_string() about debugging memory problems.Tim Potter1-0/+9
2002-02-16Removed some random crap that isn't used anymore.Tim Potter2-48/+0
2002-02-15Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett1-2/+12
2002-02-15Back out 1.16.2.3:Martin Pool1-1/+5
2002-02-15Subject:Andrew Bartlett1-1/+1
2002-02-15merge from APPLIANCE_HEADGerald Carter1-75/+18
2002-02-15Winbind cleanup.Andrew Bartlett4-180/+220
2002-02-15Merge of smbclient print crash bug fix from app head.Tim Potter1-2/+4
2002-02-13merge from 2.2Gerald Carter3-4/+9
2002-02-13Fix LDAP modification operation. Cut and paste error: was LDAP_MOD_ADD, shou...Jim McDonough1-1/+1
2002-02-12merge from 2.2Gerald Carter1-15/+7
2002-02-12merge from 2.2Gerald Carter1-4/+18
2002-02-12Add ADS_MODLIST to allowed typesJim McDonough1-1/+1
2002-02-12talloc'ify ads modify functions.Jim McDonough1-35/+51
2002-02-12talloc'ify ads modify functions. Also add more complete berval support.Jim McDonough1-122/+119
2002-02-11Add ability to extend ads modification list on the fly. Added ADS_MODLIST type.Jim McDonough1-0/+6
2002-02-11Update for new ads modlist structure passingJim McDonough1-5/+14
2002-02-11Add ability to extend ads modification list on the fly. Also add some malloc...Jim McDonough1-23/+39