summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-07-103-295/+628
|
* r23795: more v2->v3 conversionAndrew Tridgell2007-07-106-6/+6
|
* r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell2007-07-1023-107/+65
|
* r23793: fixed incorrect v2-only licensing template for debian packaging filesAndrew Tridgell2007-07-103-18/+15
|
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-07-1011-11/+11
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-1093-93/+93
|
* r23789: more pcp files under v2-onlyAndrew Tridgell2007-07-102-116/+0
|
* r23788: the pcp Makefile is also GPLv2 only.Andrew Tridgell2007-07-101-74/+0
|
* r23787: Remove the pcp example code until SGI have given us approval to use itAndrew Tridgell2007-07-102-390/+6
| | | | under GPLv3
* r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell2007-07-104-167/+19
| | | | | | | | | | Samba3 tree. This is neater, plus it avoids the need to get legal approval from SGI to use their GPLv2-only code under GPLv3. If/when SGI legal sort things out, we could consider adding back this header for very old systems where linux/dqblk_xfs.h is not available.
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-1037-74/+37
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-10519-1038/+519
|
* r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell2007-07-102-131/+2
| | | | | | | | systems. Rather than trying to fix this, it's much better just to remove the code, as it serves no purpose at all (the message that is generated is ignored by smbd). This sort of parsing should really be done by PIDL generated code.
* r23782: I tested this against NT4 PDC, W2K Server, W2K3 Dc, and a Win XP std ↵Simo Sorce2007-07-091-6/+1
| | | | | | alone client and they all work with this code.
* r23781: Add Volker's change to remove globals :Jeremy Allison2007-07-091-63/+68
| | | | | | | "Get rid of the three global variables for the case semantics. I think this is really not worth globals." Jeremy.
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-09802-803/+803
| | | | Jeremy.
* r23778: Change to GPLv3. Now to go through all internal sourceJeremy Allison2007-07-091-289/+624
| | | | | and headers. Probably will be a long day.... :-). Jeremy.
* r23777: Set template release note filesGerald Carter2007-07-091-8155/+2
|
* r23776: Setting version in 3.2 branch to 3.2.1pre1-SVNGerald Carter2007-07-091-2/+2
| | | | Setting version in 3.2.0 branch to 3.2.0pre1-SVN
* r23775: branch 3.2.0 from 3.0.26Gerald Carter2007-07-090-0/+0
|
* r23773: One pstring a day...Volker Lendecke2007-07-091-3/+5
|
* r23772: Add ads_find_samaccount() helper function.Günther Deschner2007-07-092-61/+66
| | | | Guenther
* r23771: Merge useful W_ERROR_NOT_OK_RETURN macro from samba4.Günther Deschner2007-07-091-0/+6
| | | | Guenther
* r23770: Some minor cleanups in libgpo Günther Deschner2007-07-094-131/+184
| | | | | | (including some valgrind errors, uninitialized vars, etc.) Guenther
* r23769: Move removal of the tdb from the generic tdb_validate functionMichael Adam2007-07-092-6/+6
| | | | | | | to the caller (winbindd_validate_cache in this case). Next, there will be a backup handling for the tdb files. Michael
* r23767: Add GTYPE_SECURITY_UNIVERSAL_GROUP to adsearch.pl as well.Günther Deschner2007-07-091-0/+1
| | | | Guenther
* r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define.Günther Deschner2007-07-091-0/+5
| | | | Guenther
* r23765: Another error-path restore_case_semantics().Volker Lendecke2007-07-091-0/+1
|
* r23764: Do restore_case_semantics in an error path. Jeremy, please check!Volker Lendecke2007-07-091-0/+1
|
* r23763: Fix a typo in DEBUG message.Michael Adam2007-07-091-1/+1
| | | | Thanks to Karolin Seeger (ks@sernet.de)
* r23761: Rename reduce_name to check_reduced_nameVolker Lendecke2007-07-094-5/+5
| | | | | The function name reduce_name is misleading, making the user believe it changes an argument.
* r23760: Untangle use of strrchr_m and strequal and add some checksMichael Adam2007-07-091-2/+11
| | | | | | for the validity of the given registry key name. Michael
* r23759: Fix make test -- sorryVolker Lendecke2007-07-091-2/+2
|
* r23758: Fix Coverity id 385Volker Lendecke2007-07-091-2/+7
|
* r23757: Fix Coverity id 386Volker Lendecke2007-07-091-1/+5
|
* r23756: Fix Coverity id 388Volker Lendecke2007-07-091-0/+1
|
* r23755: Fix Coverity id 384Volker Lendecke2007-07-091-1/+7
|
* r23752: Fix bug introduced by checkin 22920, allow largeJeremy Allison2007-07-091-3/+1
| | | | | | | | | | | | | readX. Fix from Dmitry Shatrov <dhsatrov@linux.vnet.ibm.com>. "In send_file_readX(), if startpos > sbuf.st_size, then smb_maxcnt is set to an invalid large value due to integer overflow. As for me, this resulted in MS Word hanging while trying to save a 1.5Mb document." This isn't in shipping code. Jeremy.
* r23751: Call tdb_close even when validation was not successful.Michael Adam2007-07-081-9/+1
| | | | Michael
* r23750: Change the behaviour of net conf import when there is a global sectionMichael Adam2007-07-071-8/+24
| | | | | | | | | | | | | | | | | in the current registry and there is no global section in the input file (or only global options with default values): In that case the existing global section is now not touched. Before, it would have been deleted and recreated empty. The new behaviour is how other shares are treated too. Note that since the input file is parsed by lp_load, there is currently no way to distinguish between a section with only default parameters and a non-existing section in net conf import. Michael PS: A couple of trailing white-spaces have been eliminated and a line was broken to be not longer than 80 chars, too.
* r23749: Simplify prototype of reg_setvalue_internal:Michael Adam2007-07-071-22/+9
| | | | | | eliminate "type" parameter since we store only REG_SZ. Michael
* r23748: Clean use of talloc in import_process_service:Michael Adam2007-07-071-4/+13
| | | | | | create a temporary talloc ctx for the function. Michael
* r23747: Move formatting of a parameter's value into a value string Michael Adam2007-07-071-80/+82
| | | | | | | | to a function of its own. (for storing it in registry), Eliminate the valtype variable : store everything as "sz". Eliminate some trailing white spaces on the way. Michael
* r23746: Fix missing assignments to target string of asprintf in import function.Michael Adam2007-07-071-2/+2
| | | | Michael
* r23745: Fix: Check whether top subkeyname instead of whole registry key nameMichael Adam2007-07-071-2/+3
| | | | | | is equal to GLOBAL_NAME. Michael
* r23744: Remove TODO-comment. lp_load returns False if openingMichael Adam2007-07-071-2/+0
| | | | | | | of the config file fails. That's enough of checking for existence and readbility to my taste. Michael
* r23743: Simplify stat_cache_lookup() logic. For the history of this, seeVolker Lendecke2007-07-071-68/+76
| | | | http://article.gmane.org/gmane.network.samba.internals/32486.
* r23742: Merge Jeremy's r23736:Volker Lendecke2007-07-071-14/+16
| | | | Use local variable of smb_flag2 instead of using the macro every time.
* r23741: Combined merge of 23726, 23727 and 23731 from 3_0:Volker Lendecke2007-07-0713-94/+207
| | | | | | | | | | | | | | | | | | | | | 23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next checkin will pull this up to srvstr_get_path. At that point we can get more independent of the inbuf, the base_ptr in pull_string will only be used to satisfy UCS2 alignment constraints. 23731: Explicitly pass down FLAGS2 to srvstr_get_path. Next step is to remove the bug that in the trans2 code we use the inbuf as the base pointer to decide whether we need ucs2 alignment where we need to use the beginning of the params buffer 23731: Forgot one reference to inbuf
* r23740: Merge r23725 from 3_0:Volker Lendecke2007-07-072-26/+33
| | | | Remove get_current_mid()